Shades of Deep Lilac #A24AC0
Tints of Deep Lilac #A24AC0
RGB
CMYK
RGB Variations
Color information
#A24AC0 (or 0xA24AC0) is known color: Deep Lilac. HEX triplet: A2, 4A and C0. RGB value is (162,74,192). Sum of RGB (Red+Green+Blue) = 162+74+192=428 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.85% from 428); Green value is 74 (29.30% from 255 or 17.29% from 428); Blue value is 192 (75.39% from 255 or 44.86% from 428); Max value from RGB is 192 - color contains mainly: blue. Hex color #A24AC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A24AC0 is #5DB53F. Grayscale: #717171. Windows color (decimal): -6141248 or 12602018. OLE color: 12602018.
HSL color Cylindrical-coordinate representation of color #A24AC0: hue angle of 284.75º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A24AC0 is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 74 | 192 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.25 |
| HSL | 284.75º | 0.48% | 0.52% | - |
| HSV(B) | 284.75º | 0.61% | 0.75% | - |
| XYZ | 26.86 | 16.38 | 51.62 | - |
| YUV | 113.76 | 172.15 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 74 | 192 | 0.16 | 0.61 | 0 | 0.25 | 284.75 | 0.48 | 0.52 |
| Hex | A2 | 4A | C0 | 10 | 3D | 0 | 19 | 11D | 30 | 34 |
| Octal | 242 | 112 | 300 | 20 | 75 | 0 | 31 | 435 | 60 | 64 |
| Binary | 10100010 | 1001010 | 11000000 | 10000 | 111101 | 0 | 11001 | 100011101 | 110000 | 110100 |
Color Harmonies of #A24AC0
Complementary color
Monochromatic Colors of #A24AC0
Black with #A24AC0
Text Example
Text Example
White with #A24AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24AC0; }
p { color: rgb(162,74,192); }
H1.HeaderClassName
{
color: #A24AC0;
}
.AnyTagClassName
{
color: #A24AC0;
}
</style>
background-color css
<style>
a { background-color: #A24AC0; }
a { background-color: rgb(162,74,192); }
div.DivClassName
{
background-color: #A24AC0;
}
.BgClassName
{
background-color: #A24AC0;
}
</style>
border-color css
<style>
span { border-color: #A24AC0; }
span { border-color: rgb(162,74,192); }
td.TdClassName
{
border-color: #A24AC0;
}
.TagClassName
{
border-color: #A24AC0;
}
</style>