Shades of Deep Lilac #A04EAD
Tints of Deep Lilac #A04EAD
RGB
CMYK
RGB Variations
Color information
#A04EAD (or 0xA04EAD) is known color: Deep Lilac. HEX triplet: A0, 4E and AD. RGB value is (160,78,173). Sum of RGB (Red+Green+Blue) = 160+78+173=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 78 (30.86% from 255 or 18.98% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 173 - color contains mainly: blue. Hex color #A04EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A04EAD is #5FB152. Grayscale: #717171. Windows color (decimal): -6271315 or 11357856. OLE color: 11357856.
HSL color Cylindrical-coordinate representation of color #A04EAD: hue angle of 291.79º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A04EAD is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 78 | 173 | - |
| CMYK | 0.08 | 0.55 | 0 | 0.32 |
| HSL | 291.79º | 0.38% | 0.49% | - |
| HSV(B) | 291.79º | 0.55% | 0.68% | - |
| XYZ | 24.76 | 15.94 | 41.31 | - |
| YUV | 113.35 | 161.67 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 78 | 173 | 0.08 | 0.55 | 0 | 0.32 | 291.79 | 0.38 | 0.49 |
| Hex | A0 | 4E | AD | 8 | 37 | 0 | 20 | 124 | 26 | 31 |
| Octal | 240 | 116 | 255 | 10 | 67 | 0 | 40 | 444 | 46 | 61 |
| Binary | 10100000 | 1001110 | 10101101 | 1000 | 110111 | 0 | 100000 | 100100100 | 100110 | 110001 |
Color Harmonies of #A04EAD
Complementary color
Monochromatic Colors of #A04EAD
Black with #A04EAD
Text Example
Text Example
White with #A04EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04EAD; }
p { color: rgb(160,78,173); }
H1.HeaderClassName
{
color: #A04EAD;
}
.AnyTagClassName
{
color: #A04EAD;
}
</style>
background-color css
<style>
a { background-color: #A04EAD; }
a { background-color: rgb(160,78,173); }
div.DivClassName
{
background-color: #A04EAD;
}
.BgClassName
{
background-color: #A04EAD;
}
</style>
border-color css
<style>
span { border-color: #A04EAD; }
span { border-color: rgb(160,78,173); }
td.TdClassName
{
border-color: #A04EAD;
}
.TagClassName
{
border-color: #A04EAD;
}
</style>