Shades of Deep Lilac #A24ABC
Tints of Deep Lilac #A24ABC
RGB
CMYK
RGB Variations
Color information
#A24ABC (or 0xA24ABC) is known color: Deep Lilac. HEX triplet: A2, 4A and BC. RGB value is (162,74,188). Sum of RGB (Red+Green+Blue) = 162+74+188=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 74 (29.30% from 255 or 17.45% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 188 - color contains mainly: blue. Hex color #A24ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A24ABC is #5DB543. Grayscale: #707070. Windows color (decimal): -6141252 or 12339874. OLE color: 12339874.
HSL color Cylindrical-coordinate representation of color #A24ABC: hue angle of 286.32º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A24ABC is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 74 | 188 | - |
| CMYK | 0.14 | 0.61 | 0 | 0.26 |
| HSL | 286.32º | 0.46% | 0.51% | - |
| HSV(B) | 286.32º | 0.61% | 0.74% | - |
| XYZ | 26.43 | 16.21 | 49.31 | - |
| YUV | 113.31 | 170.15 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 74 | 188 | 0.14 | 0.61 | 0 | 0.26 | 286.32 | 0.46 | 0.51 |
| Hex | A2 | 4A | BC | E | 3D | 0 | 1A | 11E | 2E | 33 |
| Octal | 242 | 112 | 274 | 16 | 75 | 0 | 32 | 436 | 56 | 63 |
| Binary | 10100010 | 1001010 | 10111100 | 1110 | 111101 | 0 | 11010 | 100011110 | 101110 | 110011 |
Color Harmonies of #A24ABC
Complementary color
Monochromatic Colors of #A24ABC
Black with #A24ABC
Text Example
Text Example
White with #A24ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24ABC; }
p { color: rgb(162,74,188); }
H1.HeaderClassName
{
color: #A24ABC;
}
.AnyTagClassName
{
color: #A24ABC;
}
</style>
background-color css
<style>
a { background-color: #A24ABC; }
a { background-color: rgb(162,74,188); }
div.DivClassName
{
background-color: #A24ABC;
}
.BgClassName
{
background-color: #A24ABC;
}
</style>
border-color css
<style>
span { border-color: #A24ABC; }
span { border-color: rgb(162,74,188); }
td.TdClassName
{
border-color: #A24ABC;
}
.TagClassName
{
border-color: #A24ABC;
}
</style>