Shades of Deep Lilac #A24DCF
Tints of Deep Lilac #A24DCF
RGB
CMYK
RGB Variations
Color information
#A24DCF (or 0xA24DCF) is known color: Deep Lilac. HEX triplet: A2, 4D and CF. RGB value is (162,77,207). Sum of RGB (Red+Green+Blue) = 162+77+207=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 77 (30.47% from 255 or 17.26% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #A24DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A24DCF is #5DB230. Grayscale: #747474. Windows color (decimal): -6140465 or 13585826. OLE color: 13585826.
HSL color Cylindrical-coordinate representation of color #A24DCF: hue angle of 279.23º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A24DCF is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 77 | 207 | - |
| CMYK | 0.22 | 0.63 | 0 | 0.19 |
| HSL | 279.23º | 0.58% | 0.56% | - |
| HSV(B) | 279.23º | 0.63% | 0.81% | - |
| XYZ | 28.82 | 17.49 | 60.89 | - |
| YUV | 117.24 | 178.66 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 77 | 207 | 0.22 | 0.63 | 0 | 0.19 | 279.23 | 0.58 | 0.56 |
| Hex | A2 | 4D | CF | 16 | 3F | 0 | 13 | 117 | 3A | 38 |
| Octal | 242 | 115 | 317 | 26 | 77 | 0 | 23 | 427 | 72 | 70 |
| Binary | 10100010 | 1001101 | 11001111 | 10110 | 111111 | 0 | 10011 | 100010111 | 111010 | 111000 |
Color Harmonies of #A24DCF
Complementary color
Monochromatic Colors of #A24DCF
Black with #A24DCF
Text Example
Text Example
White with #A24DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24DCF; }
p { color: rgb(162,77,207); }
H1.HeaderClassName
{
color: #A24DCF;
}
.AnyTagClassName
{
color: #A24DCF;
}
</style>
background-color css
<style>
a { background-color: #A24DCF; }
a { background-color: rgb(162,77,207); }
div.DivClassName
{
background-color: #A24DCF;
}
.BgClassName
{
background-color: #A24DCF;
}
</style>
border-color css
<style>
span { border-color: #A24DCF; }
span { border-color: rgb(162,77,207); }
td.TdClassName
{
border-color: #A24DCF;
}
.TagClassName
{
border-color: #A24DCF;
}
</style>