Shades of Deep Lilac #A24AB2
Tints of Deep Lilac #A24AB2
RGB
CMYK
RGB Variations
Color information
#A24AB2 (or 0xA24AB2) is known color: Deep Lilac. HEX triplet: A2, 4A and B2. RGB value is (162,74,178). Sum of RGB (Red+Green+Blue) = 162+74+178=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 74 (29.30% from 255 or 17.87% from 414); Blue value is 178 (69.92% from 255 or 43.00% from 414); Max value from RGB is 178 - color contains mainly: blue. Hex color #A24AB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24AB2 is #5DB54D. Grayscale: #6F6F6F. Windows color (decimal): -6141262 or 11684514. OLE color: 11684514.
HSL color Cylindrical-coordinate representation of color #A24AB2: hue angle of 290.77º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A24AB2 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 162 | 74 | 178 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.30 |
| HSL | 290.77º | 0.41% | 0.49% | - |
| HSV(B) | 290.77º | 0.58% | 0.7% | - |
| XYZ | 25.38 | 15.79 | 43.83 | - |
| YUV | 112.17 | 165.15 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 74 | 178 | 0.09 | 0.58 | 0 | 0.30 | 290.77 | 0.41 | 0.49 |
| Hex | A2 | 4A | B2 | 9 | 3A | 0 | 1E | 123 | 29 | 31 |
| Octal | 242 | 112 | 262 | 11 | 72 | 0 | 36 | 443 | 51 | 61 |
| Binary | 10100010 | 1001010 | 10110010 | 1001 | 111010 | 0 | 11110 | 100100011 | 101001 | 110001 |
Color Harmonies of #A24AB2
Complementary color
Monochromatic Colors of #A24AB2
Black with #A24AB2
Text Example
Text Example
White with #A24AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24AB2; }
p { color: rgb(162,74,178); }
H1.HeaderClassName
{
color: #A24AB2;
}
.AnyTagClassName
{
color: #A24AB2;
}
</style>
background-color css
<style>
a { background-color: #A24AB2; }
a { background-color: rgb(162,74,178); }
div.DivClassName
{
background-color: #A24AB2;
}
.BgClassName
{
background-color: #A24AB2;
}
</style>
border-color css
<style>
span { border-color: #A24AB2; }
span { border-color: rgb(162,74,178); }
td.TdClassName
{
border-color: #A24AB2;
}
.TagClassName
{
border-color: #A24AB2;
}
</style>