Shades of Deep Lilac #A85BBC
Tints of Deep Lilac #A85BBC
RGB
CMYK
RGB Variations
Color information
#A85BBC (or 0xA85BBC) is known color: Deep Lilac. HEX triplet: A8, 5B and BC. RGB value is (168,91,188). Sum of RGB (Red+Green+Blue) = 168+91+188=447 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.58% from 447); Green value is 91 (35.94% from 255 or 20.36% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 188 - color contains mainly: blue. Hex color #A85BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85BBC is #57A443. Grayscale: #7C7C7C. Windows color (decimal): -5743684 or 12344232. OLE color: 12344232.
HSL color Cylindrical-coordinate representation of color #A85BBC: hue angle of 287.63º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A85BBC is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 91 | 188 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.26 |
| HSL | 287.63º | 0.42% | 0.55% | - |
| HSV(B) | 287.63º | 0.52% | 0.74% | - |
| XYZ | 28.97 | 19.44 | 49.8 | - |
| YUV | 125.08 | 163.51 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 91 | 188 | 0.11 | 0.52 | 0 | 0.26 | 287.63 | 0.42 | 0.55 |
| Hex | A8 | 5B | BC | B | 34 | 0 | 1A | 120 | 2A | 37 |
| Octal | 250 | 133 | 274 | 13 | 64 | 0 | 32 | 440 | 52 | 67 |
| Binary | 10101000 | 1011011 | 10111100 | 1011 | 110100 | 0 | 11010 | 100100000 | 101010 | 110111 |
Color Harmonies of #A85BBC
Complementary color
Monochromatic Colors of #A85BBC
Black with #A85BBC
Text Example
Text Example
White with #A85BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85BBC; }
p { color: rgb(168,91,188); }
H1.HeaderClassName
{
color: #A85BBC;
}
.AnyTagClassName
{
color: #A85BBC;
}
</style>
background-color css
<style>
a { background-color: #A85BBC; }
a { background-color: rgb(168,91,188); }
div.DivClassName
{
background-color: #A85BBC;
}
.BgClassName
{
background-color: #A85BBC;
}
</style>
border-color css
<style>
span { border-color: #A85BBC; }
span { border-color: rgb(168,91,188); }
td.TdClassName
{
border-color: #A85BBC;
}
.TagClassName
{
border-color: #A85BBC;
}
</style>