Shades of Deep Lilac #A04CB4
Tints of Deep Lilac #A04CB4
RGB
CMYK
RGB Variations
Color information
#A04CB4 (or 0xA04CB4) is known color: Deep Lilac. HEX triplet: A0, 4C and B4. RGB value is (160,76,180). Sum of RGB (Red+Green+Blue) = 160+76+180=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 76 (30.08% from 255 or 18.27% from 416); Blue value is 180 (70.70% from 255 or 43.27% from 416); Max value from RGB is 180 - color contains mainly: blue. Hex color #A04CB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A04CB4 is #5FB34B. Grayscale: #707070. Windows color (decimal): -6271820 or 11816096. OLE color: 11816096.
HSL color Cylindrical-coordinate representation of color #A04CB4: hue angle of 288.46º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A04CB4 is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 76 | 180 | - |
| CMYK | 0.11 | 0.58 | 0 | 0.29 |
| HSL | 288.46º | 0.41% | 0.5% | - |
| HSV(B) | 288.46º | 0.58% | 0.71% | - |
| XYZ | 25.32 | 15.94 | 44.92 | - |
| YUV | 112.97 | 165.83 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 76 | 180 | 0.11 | 0.58 | 0 | 0.29 | 288.46 | 0.41 | 0.5 |
| Hex | A0 | 4C | B4 | B | 3A | 0 | 1D | 120 | 29 | 32 |
| Octal | 240 | 114 | 264 | 13 | 72 | 0 | 35 | 440 | 51 | 62 |
| Binary | 10100000 | 1001100 | 10110100 | 1011 | 111010 | 0 | 11101 | 100100000 | 101001 | 110010 |
Color Harmonies of #A04CB4
Complementary color
Monochromatic Colors of #A04CB4
Black with #A04CB4
Text Example
Text Example
White with #A04CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04CB4; }
p { color: rgb(160,76,180); }
H1.HeaderClassName
{
color: #A04CB4;
}
.AnyTagClassName
{
color: #A04CB4;
}
</style>
background-color css
<style>
a { background-color: #A04CB4; }
a { background-color: rgb(160,76,180); }
div.DivClassName
{
background-color: #A04CB4;
}
.BgClassName
{
background-color: #A04CB4;
}
</style>
border-color css
<style>
span { border-color: #A04CB4; }
span { border-color: rgb(160,76,180); }
td.TdClassName
{
border-color: #A04CB4;
}
.TagClassName
{
border-color: #A04CB4;
}
</style>