Random Color Generator

#a30349 Color

Color Codes
Hex Code #a30349
RGB Code rgb(163, 03, 73)
HSL Code hsl(334, 96%, 33%)

#a30349 Color Syntax

rgb()

 rgb(Red, Green, Blue);
 rgba(Red, Green, Blue, Alpha);

 main {
    background-color: rgb(163, 03, 73);
   }

R(red), G(green), B(blue) can be number between 0-255.
A parameter is a hex characters (0–9, A–F) and optional.

hsl()

 hsl(hue saturation lightness);
 hsl(hue saturation lightness / alpha);

 div {
  background-color: hsl(334, 96%, 33%);
  }

Saturation value is a percentage value between 0% unsaturated and 100% fully saturated.
Lightness value is a percentage value between 100% is white and 0% is black.

Lighter and darker colors of #a30349

RGB Code Hex Code Preview
rgb(163, 03, 73, 10%) #a303491a  
rgb(163, 03, 73, 20%) #a3034933  
rgb(163, 03, 73, 40%) #a303494C  
rgb(163, 03, 73, 60%) #a3034999  
rgb(163, 03, 73, 80%) #a30349CC  
rgb(163, 03, 73, 100%) #a30349FF  

Saturated and desaturated colors of #a30349

HSL Code Preview
hsl(334, 10%, 33%)  
hsl(334, 20%, 33%)  
hsl(334, 40%, 33%)  
hsl(334, 60%, 33%)  
hsl(334, 80%, 33%)  
hsl(334, 100%, 33%)  

#a30349 Color Usage In CSS

 body {
    color: #a30349;
    }
 p {
    color: rgb(163, 03, 73);
    }
 header {
    border-bottom:1px solid #a30349;
    }
Recent Random Colors