Shades of Deep Lilac #A84ABC
Tints of Deep Lilac #A84ABC
RGB
CMYK
RGB Variations
Color information
#A84ABC (or 0xA84ABC) is known color: Deep Lilac. HEX triplet: A8, 4A and BC. RGB value is (168,74,188). Sum of RGB (Red+Green+Blue) = 168+74+188=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 74 (29.30% from 255 or 17.21% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 188 - color contains mainly: blue. Hex color #A84ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A84ABC is #57B543. Grayscale: #727272. Windows color (decimal): -5748036 or 12339880. OLE color: 12339880.
HSL color Cylindrical-coordinate representation of color #A84ABC: hue angle of 289.47º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A84ABC is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 74 | 188 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.26 |
| HSL | 289.47º | 0.46% | 0.51% | - |
| HSV(B) | 289.47º | 0.61% | 0.74% | - |
| XYZ | 27.67 | 16.85 | 49.37 | - |
| YUV | 115.1 | 169.14 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 74 | 188 | 0.11 | 0.61 | 0 | 0.26 | 289.47 | 0.46 | 0.51 |
| Hex | A8 | 4A | BC | B | 3D | 0 | 1A | 121 | 2E | 33 |
| Octal | 250 | 112 | 274 | 13 | 75 | 0 | 32 | 441 | 56 | 63 |
| Binary | 10101000 | 1001010 | 10111100 | 1011 | 111101 | 0 | 11010 | 100100001 | 101110 | 110011 |
Color Harmonies of #A84ABC
Complementary color
Monochromatic Colors of #A84ABC
Black with #A84ABC
Text Example
Text Example
White with #A84ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84ABC; }
p { color: rgb(168,74,188); }
H1.HeaderClassName
{
color: #A84ABC;
}
.AnyTagClassName
{
color: #A84ABC;
}
</style>
background-color css
<style>
a { background-color: #A84ABC; }
a { background-color: rgb(168,74,188); }
div.DivClassName
{
background-color: #A84ABC;
}
.BgClassName
{
background-color: #A84ABC;
}
</style>
border-color css
<style>
span { border-color: #A84ABC; }
span { border-color: rgb(168,74,188); }
td.TdClassName
{
border-color: #A84ABC;
}
.TagClassName
{
border-color: #A84ABC;
}
</style>