Shades of Deep Lilac #A04ECA
Tints of Deep Lilac #A04ECA
RGB
CMYK
RGB Variations
Color information
#A04ECA (or 0xA04ECA) is known color: Deep Lilac. HEX triplet: A0, 4E and CA. RGB value is (160,78,202). Sum of RGB (Red+Green+Blue) = 160+78+202=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 78 (30.86% from 255 or 17.73% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #A04ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A04ECA is #5FB135. Grayscale: #747474. Windows color (decimal): -6271286 or 13258400. OLE color: 13258400.
HSL color Cylindrical-coordinate representation of color #A04ECA: hue angle of 279.68º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A04ECA is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 78 | 202 | - |
| CMYK | 0.21 | 0.61 | 0 | 0.21 |
| HSL | 279.68º | 0.54% | 0.55% | - |
| HSV(B) | 279.68º | 0.61% | 0.79% | - |
| XYZ | 27.88 | 17.19 | 57.72 | - |
| YUV | 116.65 | 176.17 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 78 | 202 | 0.21 | 0.61 | 0 | 0.21 | 279.68 | 0.54 | 0.55 |
| Hex | A0 | 4E | CA | 15 | 3D | 0 | 15 | 118 | 36 | 37 |
| Octal | 240 | 116 | 312 | 25 | 75 | 0 | 25 | 430 | 66 | 67 |
| Binary | 10100000 | 1001110 | 11001010 | 10101 | 111101 | 0 | 10101 | 100011000 | 110110 | 110111 |
Color Harmonies of #A04ECA
Complementary color
Monochromatic Colors of #A04ECA
Black with #A04ECA
Text Example
Text Example
White with #A04ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04ECA; }
p { color: rgb(160,78,202); }
H1.HeaderClassName
{
color: #A04ECA;
}
.AnyTagClassName
{
color: #A04ECA;
}
</style>
background-color css
<style>
a { background-color: #A04ECA; }
a { background-color: rgb(160,78,202); }
div.DivClassName
{
background-color: #A04ECA;
}
.BgClassName
{
background-color: #A04ECA;
}
</style>
border-color css
<style>
span { border-color: #A04ECA; }
span { border-color: rgb(160,78,202); }
td.TdClassName
{
border-color: #A04ECA;
}
.TagClassName
{
border-color: #A04ECA;
}
</style>