Shades of Deep Lilac #A24AB0
Tints of Deep Lilac #A24AB0
RGB
CMYK
RGB Variations
Color information
#A24AB0 (or 0xA24AB0) is known color: Deep Lilac. HEX triplet: A2, 4A and B0. RGB value is (162,74,176). Sum of RGB (Red+Green+Blue) = 162+74+176=412 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.32% from 412); Green value is 74 (29.30% from 255 or 17.96% from 412); Blue value is 176 (69.14% from 255 or 42.72% from 412); Max value from RGB is 176 - color contains mainly: blue. Hex color #A24AB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24AB0 is #5DB54F. Grayscale: #6F6F6F. Windows color (decimal): -6141264 or 11553442. OLE color: 11553442.
HSL color Cylindrical-coordinate representation of color #A24AB0: hue angle of 291.76º 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 #A24AB0 is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 74 | 176 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.31 |
| HSL | 291.76º | 0.41% | 0.49% | - |
| HSV(B) | 291.76º | 0.58% | 0.69% | - |
| XYZ | 25.19 | 15.71 | 42.78 | - |
| YUV | 111.94 | 164.15 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 74 | 176 | 0.08 | 0.58 | 0 | 0.31 | 291.76 | 0.41 | 0.49 |
| Hex | A2 | 4A | B0 | 8 | 3A | 0 | 1F | 124 | 29 | 31 |
| Octal | 242 | 112 | 260 | 10 | 72 | 0 | 37 | 444 | 51 | 61 |
| Binary | 10100010 | 1001010 | 10110000 | 1000 | 111010 | 0 | 11111 | 100100100 | 101001 | 110001 |
Color Harmonies of #A24AB0
Complementary color
Monochromatic Colors of #A24AB0
Black with #A24AB0
Text Example
Text Example
White with #A24AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24AB0; }
p { color: rgb(162,74,176); }
H1.HeaderClassName
{
color: #A24AB0;
}
.AnyTagClassName
{
color: #A24AB0;
}
</style>
background-color css
<style>
a { background-color: #A24AB0; }
a { background-color: rgb(162,74,176); }
div.DivClassName
{
background-color: #A24AB0;
}
.BgClassName
{
background-color: #A24AB0;
}
</style>
border-color css
<style>
span { border-color: #A24AB0; }
span { border-color: rgb(162,74,176); }
td.TdClassName
{
border-color: #A24AB0;
}
.TagClassName
{
border-color: #A24AB0;
}
</style>