Shades of Deep Lilac #A04AC8
Tints of Deep Lilac #A04AC8
RGB
CMYK
RGB Variations
Color information
#A04AC8 (or 0xA04AC8) is known color: Deep Lilac. HEX triplet: A0, 4A and C8. RGB value is (160,74,200). Sum of RGB (Red+Green+Blue) = 160+74+200=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 74 (29.30% from 255 or 17.05% from 434); Blue value is 200 (78.52% from 255 or 46.08% from 434); Max value from RGB is 200 - color contains mainly: blue. Hex color #A04AC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A04AC8 is #5FB537. Grayscale: #717171. Windows color (decimal): -6272312 or 13126304. OLE color: 13126304.
HSL color Cylindrical-coordinate representation of color #A04AC8: hue angle of 280.95º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A04AC8 is Cyan = 0.2, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 74 | 200 | - |
| CMYK | 0.2 | 0.63 | 0 | 0.22 |
| HSL | 280.95º | 0.53% | 0.54% | - |
| HSV(B) | 280.95º | 0.63% | 0.78% | - |
| XYZ | 27.37 | 16.54 | 56.39 | - |
| YUV | 114.08 | 176.49 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 74 | 200 | 0.2 | 0.63 | 0 | 0.22 | 280.95 | 0.53 | 0.54 |
| Hex | A0 | 4A | C8 | 14 | 3F | 0 | 16 | 119 | 35 | 36 |
| Octal | 240 | 112 | 310 | 24 | 77 | 0 | 26 | 431 | 65 | 66 |
| Binary | 10100000 | 1001010 | 11001000 | 10100 | 111111 | 0 | 10110 | 100011001 | 110101 | 110110 |
Color Harmonies of #A04AC8
Complementary color
Monochromatic Colors of #A04AC8
Black with #A04AC8
Text Example
Text Example
White with #A04AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04AC8; }
p { color: rgb(160,74,200); }
H1.HeaderClassName
{
color: #A04AC8;
}
.AnyTagClassName
{
color: #A04AC8;
}
</style>
background-color css
<style>
a { background-color: #A04AC8; }
a { background-color: rgb(160,74,200); }
div.DivClassName
{
background-color: #A04AC8;
}
.BgClassName
{
background-color: #A04AC8;
}
</style>
border-color css
<style>
span { border-color: #A04AC8; }
span { border-color: rgb(160,74,200); }
td.TdClassName
{
border-color: #A04AC8;
}
.TagClassName
{
border-color: #A04AC8;
}
</style>