In CSS, the hsla function is simply in alias of rgb. You can specify an alpha to rgb, or omit it with rgba.
See Implementation
In CSS, the hsla function is simply in alias of rgb. You can specify an alpha to rgb, or omit it with rgba.