Shades of Deep Lilac #A85BC9
Tints of Deep Lilac #A85BC9
RGB
CMYK
RGB Variations
Color information
#A85BC9 (or 0xA85BC9) is known color: Deep Lilac. HEX triplet: A8, 5B and C9. RGB value is (168,91,201). Sum of RGB (Red+Green+Blue) = 168+91+201=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 91 (35.94% from 255 or 19.78% from 460); Blue value is 201 (78.91% from 255 or 43.70% from 460); Max value from RGB is 201 - color contains mainly: blue. Hex color #A85BC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85BC9 is #57A436. Grayscale: #7E7E7E. Windows color (decimal): -5743671 or 13196200. OLE color: 13196200.
HSL color Cylindrical-coordinate representation of color #A85BC9: hue angle of 282º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A85BC9 is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 91 | 201 | - |
| CMYK | 0.16 | 0.55 | 0 | 0.21 |
| HSL | 282º | 0.5% | 0.57% | - |
| HSV(B) | 282º | 0.55% | 0.79% | - |
| XYZ | 30.43 | 20.02 | 57.52 | - |
| YUV | 126.56 | 170.01 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 91 | 201 | 0.16 | 0.55 | 0 | 0.21 | 282 | 0.5 | 0.57 |
| Hex | A8 | 5B | C9 | 10 | 37 | 0 | 15 | 11A | 32 | 39 |
| Octal | 250 | 133 | 311 | 20 | 67 | 0 | 25 | 432 | 62 | 71 |
| Binary | 10101000 | 1011011 | 11001001 | 10000 | 110111 | 0 | 10101 | 100011010 | 110010 | 111001 |
Color Harmonies of #A85BC9
Complementary color
Monochromatic Colors of #A85BC9
Black with #A85BC9
Text Example
Text Example
White with #A85BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85BC9; }
p { color: rgb(168,91,201); }
H1.HeaderClassName
{
color: #A85BC9;
}
.AnyTagClassName
{
color: #A85BC9;
}
</style>
background-color css
<style>
a { background-color: #A85BC9; }
a { background-color: rgb(168,91,201); }
div.DivClassName
{
background-color: #A85BC9;
}
.BgClassName
{
background-color: #A85BC9;
}
</style>
border-color css
<style>
span { border-color: #A85BC9; }
span { border-color: rgb(168,91,201); }
td.TdClassName
{
border-color: #A85BC9;
}
.TagClassName
{
border-color: #A85BC9;
}
</style>