Shades of Deep Lilac #A85BBB
Tints of Deep Lilac #A85BBB
RGB
CMYK
RGB Variations
Color information
#A85BBB (or 0xA85BBB) is known color: Deep Lilac. HEX triplet: A8, 5B and BB. RGB value is (168,91,187). Sum of RGB (Red+Green+Blue) = 168+91+187=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 91 (35.94% from 255 or 20.40% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 187 - color contains mainly: blue. Hex color #A85BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85BBB is #57A444. Grayscale: #7C7C7C. Windows color (decimal): -5743685 or 12278696. OLE color: 12278696.
HSL color Cylindrical-coordinate representation of color #A85BBB: hue angle of 288.12º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A85BBB is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 91 | 187 | - |
| CMYK | 0.10 | 0.51 | 0 | 0.27 |
| HSL | 288.13º | 0.41% | 0.55% | - |
| HSV(B) | 288.13º | 0.51% | 0.73% | - |
| XYZ | 28.86 | 19.39 | 49.24 | - |
| YUV | 124.97 | 163.01 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 91 | 187 | 0.10 | 0.51 | 0 | 0.27 | 288.13 | 0.41 | 0.55 |
| Hex | A8 | 5B | BB | A | 33 | 0 | 1B | 120 | 29 | 37 |
| Octal | 250 | 133 | 273 | 12 | 63 | 0 | 33 | 440 | 51 | 67 |
| Binary | 10101000 | 1011011 | 10111011 | 1010 | 110011 | 0 | 11011 | 100100000 | 101001 | 110111 |
Color Harmonies of #A85BBB
Complementary color
Monochromatic Colors of #A85BBB
Black with #A85BBB
Text Example
Text Example
White with #A85BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85BBB; }
p { color: rgb(168,91,187); }
H1.HeaderClassName
{
color: #A85BBB;
}
.AnyTagClassName
{
color: #A85BBB;
}
</style>
background-color css
<style>
a { background-color: #A85BBB; }
a { background-color: rgb(168,91,187); }
div.DivClassName
{
background-color: #A85BBB;
}
.BgClassName
{
background-color: #A85BBB;
}
</style>
border-color css
<style>
span { border-color: #A85BBB; }
span { border-color: rgb(168,91,187); }
td.TdClassName
{
border-color: #A85BBB;
}
.TagClassName
{
border-color: #A85BBB;
}
</style>