Shades of Deep Lilac #A24EBD
Tints of Deep Lilac #A24EBD
RGB
CMYK
RGB Variations
Color information
#A24EBD (or 0xA24EBD) is known color: Deep Lilac. HEX triplet: A2, 4E and BD. RGB value is (162,78,189). Sum of RGB (Red+Green+Blue) = 162+78+189=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 78 (30.86% from 255 or 18.18% from 429); Blue value is 189 (74.22% from 255 or 44.06% from 429); Max value from RGB is 189 - color contains mainly: blue. Hex color #A24EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A24EBD is #5DB142. Grayscale: #737373. Windows color (decimal): -6140227 or 12406434. OLE color: 12406434.
HSL color Cylindrical-coordinate representation of color #A24EBD: hue angle of 285.41º 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 #A24EBD is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 78 | 189 | - |
| CMYK | 0.14 | 0.59 | 0 | 0.26 |
| HSL | 285.41º | 0.46% | 0.52% | - |
| HSV(B) | 285.41º | 0.59% | 0.74% | - |
| XYZ | 26.81 | 16.8 | 49.97 | - |
| YUV | 115.77 | 169.33 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 78 | 189 | 0.14 | 0.59 | 0 | 0.26 | 285.41 | 0.46 | 0.52 |
| Hex | A2 | 4E | BD | E | 3B | 0 | 1A | 11D | 2E | 34 |
| Octal | 242 | 116 | 275 | 16 | 73 | 0 | 32 | 435 | 56 | 64 |
| Binary | 10100010 | 1001110 | 10111101 | 1110 | 111011 | 0 | 11010 | 100011101 | 101110 | 110100 |
Color Harmonies of #A24EBD
Complementary color
Monochromatic Colors of #A24EBD
Black with #A24EBD
Text Example
Text Example
White with #A24EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24EBD; }
p { color: rgb(162,78,189); }
H1.HeaderClassName
{
color: #A24EBD;
}
.AnyTagClassName
{
color: #A24EBD;
}
</style>
background-color css
<style>
a { background-color: #A24EBD; }
a { background-color: rgb(162,78,189); }
div.DivClassName
{
background-color: #A24EBD;
}
.BgClassName
{
background-color: #A24EBD;
}
</style>
border-color css
<style>
span { border-color: #A24EBD; }
span { border-color: rgb(162,78,189); }
td.TdClassName
{
border-color: #A24EBD;
}
.TagClassName
{
border-color: #A24EBD;
}
</style>