biati-digital / alfred-calculate-anything

Alfred Workflow to calculate anything with natural language
MIT License
583 stars 36 forks source link

Feather request: convert hex color to rgb or vice versa would be helpful #64

Open xJkit opened 2 years ago

xJkit commented 2 years ago

For example:

color #aaa123 to rgb

will gives you rgb(170, 161, 35)

color #aaa123 to hsl

will gives you hsl(56, 66%, 40%)

anurag-roy commented 2 years ago

+1 on this. A lot of new color formats are/will be arriving soon on browsers like p3, srgb, lch, etc. This would be great to see!