Shades of Deep Lilac #A856BB
Tints of Deep Lilac #A856BB
RGB
CMYK
RGB Variations
Color information
#A856BB (or 0xA856BB) is known color: Deep Lilac. HEX triplet: A8, 56 and BB. RGB value is (168,86,187). Sum of RGB (Red+Green+Blue) = 168+86+187=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 86 (33.98% from 255 or 19.50% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 187 - color contains mainly: blue. Hex color #A856BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A856BB is #57A944. Grayscale: #797979. Windows color (decimal): -5744965 or 12277416. OLE color: 12277416.
HSL color Cylindrical-coordinate representation of color #A856BB: hue angle of 288.71º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A856BB is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 86 | 187 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.27 |
| HSL | 288.71º | 0.43% | 0.54% | - |
| HSV(B) | 288.71º | 0.54% | 0.73% | - |
| XYZ | 28.45 | 18.57 | 49.1 | - |
| YUV | 122.03 | 164.67 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 86 | 187 | 0.10 | 0.54 | 0 | 0.27 | 288.71 | 0.43 | 0.54 |
| Hex | A8 | 56 | BB | A | 36 | 0 | 1B | 121 | 2B | 36 |
| Octal | 250 | 126 | 273 | 12 | 66 | 0 | 33 | 441 | 53 | 66 |
| Binary | 10101000 | 1010110 | 10111011 | 1010 | 110110 | 0 | 11011 | 100100001 | 101011 | 110110 |
Color Harmonies of #A856BB
Complementary color
Monochromatic Colors of #A856BB
Black with #A856BB
Text Example
Text Example
White with #A856BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A856BB; }
p { color: rgb(168,86,187); }
H1.HeaderClassName
{
color: #A856BB;
}
.AnyTagClassName
{
color: #A856BB;
}
</style>
background-color css
<style>
a { background-color: #A856BB; }
a { background-color: rgb(168,86,187); }
div.DivClassName
{
background-color: #A856BB;
}
.BgClassName
{
background-color: #A856BB;
}
</style>
border-color css
<style>
span { border-color: #A856BB; }
span { border-color: rgb(168,86,187); }
td.TdClassName
{
border-color: #A856BB;
}
.TagClassName
{
border-color: #A856BB;
}
</style>