Shades of Deep Lilac #A24DC9
Tints of Deep Lilac #A24DC9
RGB
CMYK
RGB Variations
Color information
#A24DC9 (or 0xA24DC9) is known color: Deep Lilac. HEX triplet: A2, 4D and C9. RGB value is (162,77,201). Sum of RGB (Red+Green+Blue) = 162+77+201=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 77 (30.47% from 255 or 17.5% from 440); Blue value is 201 (78.91% from 255 or 45.68% from 440); Max value from RGB is 201 - color contains mainly: blue. Hex color #A24DC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A24DC9 is #5DB236. Grayscale: #747474. Windows color (decimal): -6140471 or 13192610. OLE color: 13192610.
HSL color Cylindrical-coordinate representation of color #A24DC9: hue angle of 281.13º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A24DC9 is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 77 | 201 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.21 |
| HSL | 281.13º | 0.53% | 0.55% | - |
| HSV(B) | 281.13º | 0.62% | 0.79% | - |
| XYZ | 28.1 | 17.21 | 57.1 | - |
| YUV | 116.55 | 175.66 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 77 | 201 | 0.19 | 0.62 | 0 | 0.21 | 281.13 | 0.53 | 0.55 |
| Hex | A2 | 4D | C9 | 13 | 3E | 0 | 15 | 119 | 35 | 37 |
| Octal | 242 | 115 | 311 | 23 | 76 | 0 | 25 | 431 | 65 | 67 |
| Binary | 10100010 | 1001101 | 11001001 | 10011 | 111110 | 0 | 10101 | 100011001 | 110101 | 110111 |
Color Harmonies of #A24DC9
Complementary color
Monochromatic Colors of #A24DC9
Black with #A24DC9
Text Example
Text Example
White with #A24DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24DC9; }
p { color: rgb(162,77,201); }
H1.HeaderClassName
{
color: #A24DC9;
}
.AnyTagClassName
{
color: #A24DC9;
}
</style>
background-color css
<style>
a { background-color: #A24DC9; }
a { background-color: rgb(162,77,201); }
div.DivClassName
{
background-color: #A24DC9;
}
.BgClassName
{
background-color: #A24DC9;
}
</style>
border-color css
<style>
span { border-color: #A24DC9; }
span { border-color: rgb(162,77,201); }
td.TdClassName
{
border-color: #A24DC9;
}
.TagClassName
{
border-color: #A24DC9;
}
</style>