Conversions to/from HSL.
Creates HSL from RGB.
Converts HSL to RGB.
@type hsl() :: Pote.hsl()
@type rgb() :: Pote.rgb()
@spec from_rgb(rgb()) :: hsl()
@spec to_rgb(hsl()) :: rgb()