Shades of Deep Lilac #A24DAF
Tints of Deep Lilac #A24DAF
RGB
CMYK
RGB Variations
Color information
#A24DAF (or 0xA24DAF) is known color: Deep Lilac. HEX triplet: A2, 4D and AF. RGB value is (162,77,175). Sum of RGB (Red+Green+Blue) = 162+77+175=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 77 (30.47% from 255 or 18.60% from 414); Blue value is 175 (68.75% from 255 or 42.27% from 414); Max value from RGB is 175 - color contains mainly: blue. Hex color #A24DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A24DAF is #5DB250. Grayscale: #717171. Windows color (decimal): -6140497 or 11488674. OLE color: 11488674.
HSL color Cylindrical-coordinate representation of color #A24DAF: hue angle of 292.04º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A24DAF is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 77 | 175 | - |
| CMYK | 0.07 | 0.56 | 0 | 0.31 |
| HSL | 292.04º | 0.39% | 0.49% | - |
| HSV(B) | 292.04º | 0.56% | 0.69% | - |
| XYZ | 25.29 | 16.08 | 42.33 | - |
| YUV | 113.59 | 162.66 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 77 | 175 | 0.07 | 0.56 | 0 | 0.31 | 292.04 | 0.39 | 0.49 |
| Hex | A2 | 4D | AF | 7 | 38 | 0 | 1F | 124 | 27 | 31 |
| Octal | 242 | 115 | 257 | 7 | 70 | 0 | 37 | 444 | 47 | 61 |
| Binary | 10100010 | 1001101 | 10101111 | 111 | 111000 | 0 | 11111 | 100100100 | 100111 | 110001 |
Color Harmonies of #A24DAF
Complementary color
Monochromatic Colors of #A24DAF
Black with #A24DAF
Text Example
Text Example
White with #A24DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24DAF; }
p { color: rgb(162,77,175); }
H1.HeaderClassName
{
color: #A24DAF;
}
.AnyTagClassName
{
color: #A24DAF;
}
</style>
background-color css
<style>
a { background-color: #A24DAF; }
a { background-color: rgb(162,77,175); }
div.DivClassName
{
background-color: #A24DAF;
}
.BgClassName
{
background-color: #A24DAF;
}
</style>
border-color css
<style>
span { border-color: #A24DAF; }
span { border-color: rgb(162,77,175); }
td.TdClassName
{
border-color: #A24DAF;
}
.TagClassName
{
border-color: #A24DAF;
}
</style>