Shades of Deep Lilac #A24AAF
Tints of Deep Lilac #A24AAF
RGB
CMYK
RGB Variations
Color information
#A24AAF (or 0xA24AAF) is known color: Deep Lilac. HEX triplet: A2, 4A and AF. RGB value is (162,74,175). Sum of RGB (Red+Green+Blue) = 162+74+175=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 74 (29.30% from 255 or 18.00% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 175 - color contains mainly: blue. Hex color #A24AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24AAF is #5DB550. Grayscale: #6F6F6F. Windows color (decimal): -6141265 or 11487906. OLE color: 11487906.
HSL color Cylindrical-coordinate representation of color #A24AAF: hue angle of 292.28º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A24AAF is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 74 | 175 | - |
| CMYK | 0.07 | 0.58 | 0 | 0.31 |
| HSL | 292.28º | 0.41% | 0.49% | - |
| HSV(B) | 292.28º | 0.58% | 0.69% | - |
| XYZ | 25.09 | 15.67 | 42.26 | - |
| YUV | 111.83 | 163.65 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 74 | 175 | 0.07 | 0.58 | 0 | 0.31 | 292.28 | 0.41 | 0.49 |
| Hex | A2 | 4A | AF | 7 | 3A | 0 | 1F | 124 | 29 | 31 |
| Octal | 242 | 112 | 257 | 7 | 72 | 0 | 37 | 444 | 51 | 61 |
| Binary | 10100010 | 1001010 | 10101111 | 111 | 111010 | 0 | 11111 | 100100100 | 101001 | 110001 |
Color Harmonies of #A24AAF
Complementary color
Monochromatic Colors of #A24AAF
Black with #A24AAF
Text Example
Text Example
White with #A24AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24AAF; }
p { color: rgb(162,74,175); }
H1.HeaderClassName
{
color: #A24AAF;
}
.AnyTagClassName
{
color: #A24AAF;
}
</style>
background-color css
<style>
a { background-color: #A24AAF; }
a { background-color: rgb(162,74,175); }
div.DivClassName
{
background-color: #A24AAF;
}
.BgClassName
{
background-color: #A24AAF;
}
</style>
border-color css
<style>
span { border-color: #A24AAF; }
span { border-color: rgb(162,74,175); }
td.TdClassName
{
border-color: #A24AAF;
}
.TagClassName
{
border-color: #A24AAF;
}
</style>