Shades of Deep Lilac #A84ABD
Tints of Deep Lilac #A84ABD
RGB
CMYK
RGB Variations
Color information
#A84ABD (or 0xA84ABD) is known color: Deep Lilac. HEX triplet: A8, 4A and BD. RGB value is (168,74,189). Sum of RGB (Red+Green+Blue) = 168+74+189=431 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.98% from 431); Green value is 74 (29.30% from 255 or 17.17% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 189 - color contains mainly: blue. Hex color #A84ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A84ABD is #57B542. Grayscale: #727272. Windows color (decimal): -5748035 or 12405416. OLE color: 12405416.
HSL color Cylindrical-coordinate representation of color #A84ABD: hue angle of 289.04º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A84ABD is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 74 | 189 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.26 |
| HSL | 289.04º | 0.47% | 0.52% | - |
| HSV(B) | 289.04º | 0.61% | 0.74% | - |
| XYZ | 27.78 | 16.9 | 49.94 | - |
| YUV | 115.22 | 169.64 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 74 | 189 | 0.11 | 0.61 | 0 | 0.26 | 289.04 | 0.47 | 0.52 |
| Hex | A8 | 4A | BD | B | 3D | 0 | 1A | 121 | 2F | 34 |
| Octal | 250 | 112 | 275 | 13 | 75 | 0 | 32 | 441 | 57 | 64 |
| Binary | 10101000 | 1001010 | 10111101 | 1011 | 111101 | 0 | 11010 | 100100001 | 101111 | 110100 |
Color Harmonies of #A84ABD
Complementary color
Monochromatic Colors of #A84ABD
Black with #A84ABD
Text Example
Text Example
White with #A84ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84ABD; }
p { color: rgb(168,74,189); }
H1.HeaderClassName
{
color: #A84ABD;
}
.AnyTagClassName
{
color: #A84ABD;
}
</style>
background-color css
<style>
a { background-color: #A84ABD; }
a { background-color: rgb(168,74,189); }
div.DivClassName
{
background-color: #A84ABD;
}
.BgClassName
{
background-color: #A84ABD;
}
</style>
border-color css
<style>
span { border-color: #A84ABD; }
span { border-color: rgb(168,74,189); }
td.TdClassName
{
border-color: #A84ABD;
}
.TagClassName
{
border-color: #A84ABD;
}
</style>