Shades of Deep Lilac #A24DBD
Tints of Deep Lilac #A24DBD
RGB
CMYK
RGB Variations
Color information
#A24DBD (or 0xA24DBD) is known color: Deep Lilac. HEX triplet: A2, 4D and BD. RGB value is (162,77,189). Sum of RGB (Red+Green+Blue) = 162+77+189=428 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.85% from 428); Green value is 77 (30.47% from 255 or 17.99% from 428); Blue value is 189 (74.22% from 255 or 44.16% from 428); Max value from RGB is 189 - color contains mainly: blue. Hex color #A24DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A24DBD is #5DB242. Grayscale: #727272. Windows color (decimal): -6140483 or 12406178. OLE color: 12406178.
HSL color Cylindrical-coordinate representation of color #A24DBD: hue angle of 285.54º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A24DBD is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 77 | 189 | - |
| CMYK | 0.14 | 0.59 | 0 | 0.26 |
| HSL | 285.54º | 0.46% | 0.52% | - |
| HSV(B) | 285.54º | 0.59% | 0.74% | - |
| XYZ | 26.74 | 16.66 | 49.95 | - |
| YUV | 115.18 | 169.66 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 77 | 189 | 0.14 | 0.59 | 0 | 0.26 | 285.54 | 0.46 | 0.52 |
| Hex | A2 | 4D | BD | E | 3B | 0 | 1A | 11E | 2E | 34 |
| Octal | 242 | 115 | 275 | 16 | 73 | 0 | 32 | 436 | 56 | 64 |
| Binary | 10100010 | 1001101 | 10111101 | 1110 | 111011 | 0 | 11010 | 100011110 | 101110 | 110100 |
Color Harmonies of #A24DBD
Complementary color
Monochromatic Colors of #A24DBD
Black with #A24DBD
Text Example
Text Example
White with #A24DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24DBD; }
p { color: rgb(162,77,189); }
H1.HeaderClassName
{
color: #A24DBD;
}
.AnyTagClassName
{
color: #A24DBD;
}
</style>
background-color css
<style>
a { background-color: #A24DBD; }
a { background-color: rgb(162,77,189); }
div.DivClassName
{
background-color: #A24DBD;
}
.BgClassName
{
background-color: #A24DBD;
}
</style>
border-color css
<style>
span { border-color: #A24DBD; }
span { border-color: rgb(162,77,189); }
td.TdClassName
{
border-color: #A24DBD;
}
.TagClassName
{
border-color: #A24DBD;
}
</style>