Shades of Deep Lilac #A04CC0
Tints of Deep Lilac #A04CC0
RGB
CMYK
RGB Variations
Color information
#A04CC0 (or 0xA04CC0) is known color: Deep Lilac. HEX triplet: A0, 4C and C0. RGB value is (160,76,192). Sum of RGB (Red+Green+Blue) = 160+76+192=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 76 (30.08% from 255 or 17.76% from 428); Blue value is 192 (75.39% from 255 or 44.86% from 428); Max value from RGB is 192 - color contains mainly: blue. Hex color #A04CC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A04CC0 is #5FB33F. Grayscale: #717171. Windows color (decimal): -6271808 or 12602528. OLE color: 12602528.
HSL color Cylindrical-coordinate representation of color #A04CC0: hue angle of 283.45º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A04CC0 is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 76 | 192 | - |
| CMYK | 0.17 | 0.60 | 0 | 0.25 |
| HSL | 283.45º | 0.48% | 0.53% | - |
| HSV(B) | 283.45º | 0.6% | 0.75% | - |
| XYZ | 26.6 | 16.45 | 51.64 | - |
| YUV | 114.34 | 171.83 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 76 | 192 | 0.17 | 0.60 | 0 | 0.25 | 283.45 | 0.48 | 0.53 |
| Hex | A0 | 4C | C0 | 11 | 3C | 0 | 19 | 11B | 30 | 35 |
| Octal | 240 | 114 | 300 | 21 | 74 | 0 | 31 | 433 | 60 | 65 |
| Binary | 10100000 | 1001100 | 11000000 | 10001 | 111100 | 0 | 11001 | 100011011 | 110000 | 110101 |
Color Harmonies of #A04CC0
Complementary color
Monochromatic Colors of #A04CC0
Black with #A04CC0
Text Example
Text Example
White with #A04CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04CC0; }
p { color: rgb(160,76,192); }
H1.HeaderClassName
{
color: #A04CC0;
}
.AnyTagClassName
{
color: #A04CC0;
}
</style>
background-color css
<style>
a { background-color: #A04CC0; }
a { background-color: rgb(160,76,192); }
div.DivClassName
{
background-color: #A04CC0;
}
.BgClassName
{
background-color: #A04CC0;
}
</style>
border-color css
<style>
span { border-color: #A04CC0; }
span { border-color: rgb(160,76,192); }
td.TdClassName
{
border-color: #A04CC0;
}
.TagClassName
{
border-color: #A04CC0;
}
</style>