Shades of Deep Lilac #A04AC9
Tints of Deep Lilac #A04AC9
RGB
CMYK
RGB Variations
Color information
#A04AC9 (or 0xA04AC9) is known color: Deep Lilac. HEX triplet: A0, 4A and C9. RGB value is (160,74,201). Sum of RGB (Red+Green+Blue) = 160+74+201=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 74 (29.30% from 255 or 17.01% from 435); Blue value is 201 (78.91% from 255 or 46.21% from 435); Max value from RGB is 201 - color contains mainly: blue. Hex color #A04AC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A04AC9 is #5FB536. Grayscale: #717171. Windows color (decimal): -6272311 or 13191840. OLE color: 13191840.
HSL color Cylindrical-coordinate representation of color #A04AC9: hue angle of 280.63º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A04AC9 is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 74 | 201 | - |
| CMYK | 0.20 | 0.63 | 0 | 0.21 |
| HSL | 280.63º | 0.54% | 0.54% | - |
| HSV(B) | 280.63º | 0.63% | 0.79% | - |
| XYZ | 27.49 | 16.59 | 57.01 | - |
| YUV | 114.19 | 176.99 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 74 | 201 | 0.20 | 0.63 | 0 | 0.21 | 280.63 | 0.54 | 0.54 |
| Hex | A0 | 4A | C9 | 14 | 3F | 0 | 15 | 119 | 36 | 36 |
| Octal | 240 | 112 | 311 | 24 | 77 | 0 | 25 | 431 | 66 | 66 |
| Binary | 10100000 | 1001010 | 11001001 | 10100 | 111111 | 0 | 10101 | 100011001 | 110110 | 110110 |
Color Harmonies of #A04AC9
Complementary color
Monochromatic Colors of #A04AC9
Black with #A04AC9
Text Example
Text Example
White with #A04AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04AC9; }
p { color: rgb(160,74,201); }
H1.HeaderClassName
{
color: #A04AC9;
}
.AnyTagClassName
{
color: #A04AC9;
}
</style>
background-color css
<style>
a { background-color: #A04AC9; }
a { background-color: rgb(160,74,201); }
div.DivClassName
{
background-color: #A04AC9;
}
.BgClassName
{
background-color: #A04AC9;
}
</style>
border-color css
<style>
span { border-color: #A04AC9; }
span { border-color: rgb(160,74,201); }
td.TdClassName
{
border-color: #A04AC9;
}
.TagClassName
{
border-color: #A04AC9;
}
</style>