Shades of Deep Lilac #A84DBD
Tints of Deep Lilac #A84DBD
RGB
CMYK
RGB Variations
Color information
#A84DBD (or 0xA84DBD) is known color: Deep Lilac. HEX triplet: A8, 4D and BD. RGB value is (168,77,189). Sum of RGB (Red+Green+Blue) = 168+77+189=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 77 (30.47% from 255 or 17.74% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 189 - color contains mainly: blue. Hex color #A84DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A84DBD is #57B242. Grayscale: #747474. Windows color (decimal): -5747267 or 12406184. OLE color: 12406184.
HSL color Cylindrical-coordinate representation of color #A84DBD: hue angle of 288.75º 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 #A84DBD is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 77 | 189 | - |
| CMYK | 0.11 | 0.59 | 0 | 0.26 |
| HSL | 288.75º | 0.46% | 0.52% | - |
| HSV(B) | 288.75º | 0.59% | 0.74% | - |
| XYZ | 27.99 | 17.31 | 50.01 | - |
| YUV | 116.98 | 168.65 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 77 | 189 | 0.11 | 0.59 | 0 | 0.26 | 288.75 | 0.46 | 0.52 |
| Hex | A8 | 4D | BD | B | 3B | 0 | 1A | 121 | 2E | 34 |
| Octal | 250 | 115 | 275 | 13 | 73 | 0 | 32 | 441 | 56 | 64 |
| Binary | 10101000 | 1001101 | 10111101 | 1011 | 111011 | 0 | 11010 | 100100001 | 101110 | 110100 |
Color Harmonies of #A84DBD
Complementary color
Monochromatic Colors of #A84DBD
Black with #A84DBD
Text Example
Text Example
White with #A84DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84DBD; }
p { color: rgb(168,77,189); }
H1.HeaderClassName
{
color: #A84DBD;
}
.AnyTagClassName
{
color: #A84DBD;
}
</style>
background-color css
<style>
a { background-color: #A84DBD; }
a { background-color: rgb(168,77,189); }
div.DivClassName
{
background-color: #A84DBD;
}
.BgClassName
{
background-color: #A84DBD;
}
</style>
border-color css
<style>
span { border-color: #A84DBD; }
span { border-color: rgb(168,77,189); }
td.TdClassName
{
border-color: #A84DBD;
}
.TagClassName
{
border-color: #A84DBD;
}
</style>