Shades of Deep Lilac #A04AAE
Tints of Deep Lilac #A04AAE
RGB
CMYK
RGB Variations
Color information
#A04AAE (or 0xA04AAE) is known color: Deep Lilac. HEX triplet: A0, 4A and AE. RGB value is (160,74,174). Sum of RGB (Red+Green+Blue) = 160+74+174=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 74 (29.30% from 255 or 18.14% from 408); Blue value is 174 (68.36% from 255 or 42.65% from 408); Max value from RGB is 174 - color contains mainly: blue. Hex color #A04AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04AAE is #5FB551. Grayscale: #6E6E6E. Windows color (decimal): -6272338 or 11422368. OLE color: 11422368.
HSL color Cylindrical-coordinate representation of color #A04AAE: hue angle of 291.6º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A04AAE is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 74 | 174 | - |
| CMYK | 0.08 | 0.57 | 0 | 0.32 |
| HSL | 291.6º | 0.4% | 0.49% | - |
| HSV(B) | 291.6º | 0.57% | 0.68% | - |
| XYZ | 24.59 | 15.43 | 41.73 | - |
| YUV | 111.11 | 163.49 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 74 | 174 | 0.08 | 0.57 | 0 | 0.32 | 291.6 | 0.4 | 0.49 |
| Hex | A0 | 4A | AE | 8 | 39 | 0 | 20 | 124 | 28 | 31 |
| Octal | 240 | 112 | 256 | 10 | 71 | 0 | 40 | 444 | 50 | 61 |
| Binary | 10100000 | 1001010 | 10101110 | 1000 | 111001 | 0 | 100000 | 100100100 | 101000 | 110001 |
Color Harmonies of #A04AAE
Complementary color
Monochromatic Colors of #A04AAE
Black with #A04AAE
Text Example
Text Example
White with #A04AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04AAE; }
p { color: rgb(160,74,174); }
H1.HeaderClassName
{
color: #A04AAE;
}
.AnyTagClassName
{
color: #A04AAE;
}
</style>
background-color css
<style>
a { background-color: #A04AAE; }
a { background-color: rgb(160,74,174); }
div.DivClassName
{
background-color: #A04AAE;
}
.BgClassName
{
background-color: #A04AAE;
}
</style>
border-color css
<style>
span { border-color: #A04AAE; }
span { border-color: rgb(160,74,174); }
td.TdClassName
{
border-color: #A04AAE;
}
.TagClassName
{
border-color: #A04AAE;
}
</style>