Shades of Deep Lilac #A84DBA
Tints of Deep Lilac #A84DBA
RGB
CMYK
RGB Variations
Color information
#A84DBA (or 0xA84DBA) is known color: Deep Lilac. HEX triplet: A8, 4D and BA. RGB value is (168,77,186). Sum of RGB (Red+Green+Blue) = 168+77+186=431 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.98% from 431); Green value is 77 (30.47% from 255 or 17.87% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #A84DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A84DBA is #57B245. Grayscale: #747474. Windows color (decimal): -5747270 or 12209576. OLE color: 12209576.
HSL color Cylindrical-coordinate representation of color #A84DBA: hue angle of 290.09º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A84DBA is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 77 | 186 | - |
| CMYK | 0.10 | 0.59 | 0 | 0.27 |
| HSL | 290.09º | 0.44% | 0.52% | - |
| HSV(B) | 290.09º | 0.59% | 0.73% | - |
| XYZ | 27.67 | 17.18 | 48.31 | - |
| YUV | 116.64 | 167.15 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 77 | 186 | 0.10 | 0.59 | 0 | 0.27 | 290.09 | 0.44 | 0.52 |
| Hex | A8 | 4D | BA | A | 3B | 0 | 1B | 122 | 2C | 34 |
| Octal | 250 | 115 | 272 | 12 | 73 | 0 | 33 | 442 | 54 | 64 |
| Binary | 10101000 | 1001101 | 10111010 | 1010 | 111011 | 0 | 11011 | 100100010 | 101100 | 110100 |
Color Harmonies of #A84DBA
Complementary color
Monochromatic Colors of #A84DBA
Black with #A84DBA
Text Example
Text Example
White with #A84DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84DBA; }
p { color: rgb(168,77,186); }
H1.HeaderClassName
{
color: #A84DBA;
}
.AnyTagClassName
{
color: #A84DBA;
}
</style>
background-color css
<style>
a { background-color: #A84DBA; }
a { background-color: rgb(168,77,186); }
div.DivClassName
{
background-color: #A84DBA;
}
.BgClassName
{
background-color: #A84DBA;
}
</style>
border-color css
<style>
span { border-color: #A84DBA; }
span { border-color: rgb(168,77,186); }
td.TdClassName
{
border-color: #A84DBA;
}
.TagClassName
{
border-color: #A84DBA;
}
</style>