Shades of Deep Lilac #A84DBC
Tints of Deep Lilac #A84DBC
RGB
CMYK
RGB Variations
Color information
#A84DBC (or 0xA84DBC) is known color: Deep Lilac. HEX triplet: A8, 4D and BC. RGB value is (168,77,188). Sum of RGB (Red+Green+Blue) = 168+77+188=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 77 (30.47% from 255 or 17.78% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 188 - color contains mainly: blue. Hex color #A84DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A84DBC is #57B243. Grayscale: #747474. Windows color (decimal): -5747268 or 12340648. OLE color: 12340648.
HSL color Cylindrical-coordinate representation of color #A84DBC: hue angle of 289.19º degrees, saturation: 0.45, 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 #A84DBC is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 77 | 188 | - |
| CMYK | 0.11 | 0.59 | 0 | 0.26 |
| HSL | 289.19º | 0.45% | 0.52% | - |
| HSV(B) | 289.19º | 0.59% | 0.74% | - |
| XYZ | 27.88 | 17.26 | 49.44 | - |
| YUV | 116.86 | 168.15 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 77 | 188 | 0.11 | 0.59 | 0 | 0.26 | 289.19 | 0.45 | 0.52 |
| Hex | A8 | 4D | BC | B | 3B | 0 | 1A | 121 | 2D | 34 |
| Octal | 250 | 115 | 274 | 13 | 73 | 0 | 32 | 441 | 55 | 64 |
| Binary | 10101000 | 1001101 | 10111100 | 1011 | 111011 | 0 | 11010 | 100100001 | 101101 | 110100 |
Color Harmonies of #A84DBC
Complementary color
Monochromatic Colors of #A84DBC
Black with #A84DBC
Text Example
Text Example
White with #A84DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84DBC; }
p { color: rgb(168,77,188); }
H1.HeaderClassName
{
color: #A84DBC;
}
.AnyTagClassName
{
color: #A84DBC;
}
</style>
background-color css
<style>
a { background-color: #A84DBC; }
a { background-color: rgb(168,77,188); }
div.DivClassName
{
background-color: #A84DBC;
}
.BgClassName
{
background-color: #A84DBC;
}
</style>
border-color css
<style>
span { border-color: #A84DBC; }
span { border-color: rgb(168,77,188); }
td.TdClassName
{
border-color: #A84DBC;
}
.TagClassName
{
border-color: #A84DBC;
}
</style>