The hsla
function is similar
to the hsl
function, but it includes
an additional parameter called alpha,
which represents the level of transparency.
Let's look at an example:
The value of alpha can be between 0 and 1.
Where, 0 means completely transparent
and 1 means completely opaque.
Refer Opacity lesson for more.