Shades of Deep Lilac #A84ABA
Tints of Deep Lilac #A84ABA
RGB
CMYK
RGB Variations
Color information
#A84ABA (or 0xA84ABA) is known color: Deep Lilac. HEX triplet: A8, 4A and BA. RGB value is (168,74,186). Sum of RGB (Red+Green+Blue) = 168+74+186=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 74 (29.30% from 255 or 17.29% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #A84ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A84ABA is #57B545. Grayscale: #727272. Windows color (decimal): -5748038 or 12208808. OLE color: 12208808.
HSL color Cylindrical-coordinate representation of color #A84ABA: hue angle of 290.36º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A84ABA is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 74 | 186 | - |
| CMYK | 0.10 | 0.60 | 0 | 0.27 |
| HSL | 290.36º | 0.45% | 0.51% | - |
| HSV(B) | 290.36º | 0.6% | 0.73% | - |
| XYZ | 27.46 | 16.77 | 48.24 | - |
| YUV | 114.87 | 168.14 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 74 | 186 | 0.10 | 0.60 | 0 | 0.27 | 290.36 | 0.45 | 0.51 |
| Hex | A8 | 4A | BA | A | 3C | 0 | 1B | 122 | 2D | 33 |
| Octal | 250 | 112 | 272 | 12 | 74 | 0 | 33 | 442 | 55 | 63 |
| Binary | 10101000 | 1001010 | 10111010 | 1010 | 111100 | 0 | 11011 | 100100010 | 101101 | 110011 |
Color Harmonies of #A84ABA
Complementary color
Monochromatic Colors of #A84ABA
Black with #A84ABA
Text Example
Text Example
White with #A84ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84ABA; }
p { color: rgb(168,74,186); }
H1.HeaderClassName
{
color: #A84ABA;
}
.AnyTagClassName
{
color: #A84ABA;
}
</style>
background-color css
<style>
a { background-color: #A84ABA; }
a { background-color: rgb(168,74,186); }
div.DivClassName
{
background-color: #A84ABA;
}
.BgClassName
{
background-color: #A84ABA;
}
</style>
border-color css
<style>
span { border-color: #A84ABA; }
span { border-color: rgb(168,74,186); }
td.TdClassName
{
border-color: #A84ABA;
}
.TagClassName
{
border-color: #A84ABA;
}
</style>