💁♀️ This repository contains the JavaScript for a calculator I built, wrapped in just enough HTML that you can open it up in a browser.
I found myself needing to convert a percent to a hex value in order to set an opacity on a color via a color hex value in the format of #RGBA or #ARGB, so I created this calculator via JavaScript.
(The calculations are rounded.)