Shades of Deep Lilac #A84EBD
Tints of Deep Lilac #A84EBD
RGB
CMYK
RGB Variations
Color information
#A84EBD (or 0xA84EBD) is known color: Deep Lilac. HEX triplet: A8, 4E and BD. RGB value is (168,78,189). Sum of RGB (Red+Green+Blue) = 168+78+189=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 78 (30.86% from 255 or 17.93% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 189 - color contains mainly: blue. Hex color #A84EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A84EBD is #57B142. Grayscale: #757575. Windows color (decimal): -5747011 or 12406440. OLE color: 12406440.
HSL color Cylindrical-coordinate representation of color #A84EBD: hue angle of 288.65º 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 #A84EBD is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 78 | 189 | - |
| CMYK | 0.11 | 0.59 | 0 | 0.26 |
| HSL | 288.65º | 0.46% | 0.52% | - |
| HSV(B) | 288.65º | 0.59% | 0.74% | - |
| XYZ | 28.06 | 17.45 | 50.03 | - |
| YUV | 117.56 | 168.32 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 78 | 189 | 0.11 | 0.59 | 0 | 0.26 | 288.65 | 0.46 | 0.52 |
| Hex | A8 | 4E | BD | B | 3B | 0 | 1A | 121 | 2E | 34 |
| Octal | 250 | 116 | 275 | 13 | 73 | 0 | 32 | 441 | 56 | 64 |
| Binary | 10101000 | 1001110 | 10111101 | 1011 | 111011 | 0 | 11010 | 100100001 | 101110 | 110100 |
Color Harmonies of #A84EBD
Complementary color
Monochromatic Colors of #A84EBD
Black with #A84EBD
Text Example
Text Example
White with #A84EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84EBD; }
p { color: rgb(168,78,189); }
H1.HeaderClassName
{
color: #A84EBD;
}
.AnyTagClassName
{
color: #A84EBD;
}
</style>
background-color css
<style>
a { background-color: #A84EBD; }
a { background-color: rgb(168,78,189); }
div.DivClassName
{
background-color: #A84EBD;
}
.BgClassName
{
background-color: #A84EBD;
}
</style>
border-color css
<style>
span { border-color: #A84EBD; }
span { border-color: rgb(168,78,189); }
td.TdClassName
{
border-color: #A84EBD;
}
.TagClassName
{
border-color: #A84EBD;
}
</style>