Shades of Deep Lilac #A24CCE
Tints of Deep Lilac #A24CCE
RGB
CMYK
RGB Variations
Color information
#A24CCE (or 0xA24CCE) is known color: Deep Lilac. HEX triplet: A2, 4C and CE. RGB value is (162,76,206). Sum of RGB (Red+Green+Blue) = 162+76+206=444 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.49% from 444); Green value is 76 (30.08% from 255 or 17.12% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #A24CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A24CCE is #5DB331. Grayscale: #747474. Windows color (decimal): -6140722 or 13520034. OLE color: 13520034.
HSL color Cylindrical-coordinate representation of color #A24CCE: hue angle of 279.69º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A24CCE is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 76 | 206 | - |
| CMYK | 0.21 | 0.63 | 0 | 0.19 |
| HSL | 279.69º | 0.57% | 0.55% | - |
| HSV(B) | 279.69º | 0.63% | 0.81% | - |
| XYZ | 28.63 | 17.31 | 60.22 | - |
| YUV | 116.53 | 178.49 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 76 | 206 | 0.21 | 0.63 | 0 | 0.19 | 279.69 | 0.57 | 0.55 |
| Hex | A2 | 4C | CE | 15 | 3F | 0 | 13 | 118 | 39 | 37 |
| Octal | 242 | 114 | 316 | 25 | 77 | 0 | 23 | 430 | 71 | 67 |
| Binary | 10100010 | 1001100 | 11001110 | 10101 | 111111 | 0 | 10011 | 100011000 | 111001 | 110111 |
Color Harmonies of #A24CCE
Complementary color
Monochromatic Colors of #A24CCE
Black with #A24CCE
Text Example
Text Example
White with #A24CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24CCE; }
p { color: rgb(162,76,206); }
H1.HeaderClassName
{
color: #A24CCE;
}
.AnyTagClassName
{
color: #A24CCE;
}
</style>
background-color css
<style>
a { background-color: #A24CCE; }
a { background-color: rgb(162,76,206); }
div.DivClassName
{
background-color: #A24CCE;
}
.BgClassName
{
background-color: #A24CCE;
}
</style>
border-color css
<style>
span { border-color: #A24CCE; }
span { border-color: rgb(162,76,206); }
td.TdClassName
{
border-color: #A24CCE;
}
.TagClassName
{
border-color: #A24CCE;
}
</style>