Shades of Deep Lilac #A24ECE
Tints of Deep Lilac #A24ECE
RGB
CMYK
RGB Variations
Color information
#A24ECE (or 0xA24ECE) is known color: Deep Lilac. HEX triplet: A2, 4E and CE. RGB value is (162,78,206). Sum of RGB (Red+Green+Blue) = 162+78+206=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 78 (30.86% from 255 or 17.49% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #A24ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A24ECE is #5DB131. Grayscale: #757575. Windows color (decimal): -6140210 or 13520546. OLE color: 13520546.
HSL color Cylindrical-coordinate representation of color #A24ECE: hue angle of 279.38º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A24ECE is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 78 | 206 | - |
| CMYK | 0.21 | 0.62 | 0 | 0.19 |
| HSL | 279.38º | 0.57% | 0.56% | - |
| HSV(B) | 279.38º | 0.62% | 0.81% | - |
| XYZ | 28.77 | 17.59 | 60.27 | - |
| YUV | 117.71 | 177.83 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 78 | 206 | 0.21 | 0.62 | 0 | 0.19 | 279.38 | 0.57 | 0.56 |
| Hex | A2 | 4E | CE | 15 | 3E | 0 | 13 | 117 | 39 | 38 |
| Octal | 242 | 116 | 316 | 25 | 76 | 0 | 23 | 427 | 71 | 70 |
| Binary | 10100010 | 1001110 | 11001110 | 10101 | 111110 | 0 | 10011 | 100010111 | 111001 | 111000 |
Color Harmonies of #A24ECE
Complementary color
Monochromatic Colors of #A24ECE
Black with #A24ECE
Text Example
Text Example
White with #A24ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24ECE; }
p { color: rgb(162,78,206); }
H1.HeaderClassName
{
color: #A24ECE;
}
.AnyTagClassName
{
color: #A24ECE;
}
</style>
background-color css
<style>
a { background-color: #A24ECE; }
a { background-color: rgb(162,78,206); }
div.DivClassName
{
background-color: #A24ECE;
}
.BgClassName
{
background-color: #A24ECE;
}
</style>
border-color css
<style>
span { border-color: #A24ECE; }
span { border-color: rgb(162,78,206); }
td.TdClassName
{
border-color: #A24ECE;
}
.TagClassName
{
border-color: #A24ECE;
}
</style>