Shades of Deep Lilac #A04EAF
Tints of Deep Lilac #A04EAF
RGB
CMYK
RGB Variations
Color information
#A04EAF (or 0xA04EAF) is known color: Deep Lilac. HEX triplet: A0, 4E and AF. RGB value is (160,78,175). Sum of RGB (Red+Green+Blue) = 160+78+175=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 78 (30.86% from 255 or 18.89% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 175 - color contains mainly: blue. Hex color #A04EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A04EAF is #5FB150. Grayscale: #717171. Windows color (decimal): -6271313 or 11488928. OLE color: 11488928.
HSL color Cylindrical-coordinate representation of color #A04EAF: hue angle of 290.72º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A04EAF is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 78 | 175 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.31 |
| HSL | 290.72º | 0.38% | 0.5% | - |
| HSV(B) | 290.72º | 0.55% | 0.69% | - |
| XYZ | 24.96 | 16.02 | 42.33 | - |
| YUV | 113.58 | 162.67 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 78 | 175 | 0.09 | 0.55 | 0 | 0.31 | 290.72 | 0.38 | 0.5 |
| Hex | A0 | 4E | AF | 9 | 37 | 0 | 1F | 123 | 26 | 32 |
| Octal | 240 | 116 | 257 | 11 | 67 | 0 | 37 | 443 | 46 | 62 |
| Binary | 10100000 | 1001110 | 10101111 | 1001 | 110111 | 0 | 11111 | 100100011 | 100110 | 110010 |
Color Harmonies of #A04EAF
Complementary color
Monochromatic Colors of #A04EAF
Black with #A04EAF
Text Example
Text Example
White with #A04EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04EAF; }
p { color: rgb(160,78,175); }
H1.HeaderClassName
{
color: #A04EAF;
}
.AnyTagClassName
{
color: #A04EAF;
}
</style>
background-color css
<style>
a { background-color: #A04EAF; }
a { background-color: rgb(160,78,175); }
div.DivClassName
{
background-color: #A04EAF;
}
.BgClassName
{
background-color: #A04EAF;
}
</style>
border-color css
<style>
span { border-color: #A04EAF; }
span { border-color: rgb(160,78,175); }
td.TdClassName
{
border-color: #A04EAF;
}
.TagClassName
{
border-color: #A04EAF;
}
</style>