Shades of Deep Lilac #A85FB9
Tints of Deep Lilac #A85FB9
RGB
CMYK
RGB Variations
Color information
#A85FB9 (or 0xA85FB9) is known color: Deep Lilac. HEX triplet: A8, 5F and B9. RGB value is (168,95,185). Sum of RGB (Red+Green+Blue) = 168+95+185=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 95 (37.5% from 255 or 21.21% from 448); Blue value is 185 (72.66% from 255 or 41.29% from 448); Max value from RGB is 185 - color contains mainly: blue. Hex color #A85FB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85FB9 is #57A046. Grayscale: #7E7E7E. Windows color (decimal): -5742663 or 12148648. OLE color: 12148648.
HSL color Cylindrical-coordinate representation of color #A85FB9: hue angle of 288.67º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A85FB9 is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 95 | 185 | - |
| CMYK | 0.09 | 0.49 | 0 | 0.27 |
| HSL | 288.67º | 0.39% | 0.55% | - |
| HSV(B) | 288.67º | 0.49% | 0.73% | - |
| XYZ | 29 | 20.01 | 48.23 | - |
| YUV | 127.09 | 160.68 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 95 | 185 | 0.09 | 0.49 | 0 | 0.27 | 288.67 | 0.39 | 0.55 |
| Hex | A8 | 5F | B9 | 9 | 31 | 0 | 1B | 121 | 27 | 37 |
| Octal | 250 | 137 | 271 | 11 | 61 | 0 | 33 | 441 | 47 | 67 |
| Binary | 10101000 | 1011111 | 10111001 | 1001 | 110001 | 0 | 11011 | 100100001 | 100111 | 110111 |
Color Harmonies of #A85FB9
Complementary color
Monochromatic Colors of #A85FB9
Black with #A85FB9
Text Example
Text Example
White with #A85FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85FB9; }
p { color: rgb(168,95,185); }
H1.HeaderClassName
{
color: #A85FB9;
}
.AnyTagClassName
{
color: #A85FB9;
}
</style>
background-color css
<style>
a { background-color: #A85FB9; }
a { background-color: rgb(168,95,185); }
div.DivClassName
{
background-color: #A85FB9;
}
.BgClassName
{
background-color: #A85FB9;
}
</style>
border-color css
<style>
span { border-color: #A85FB9; }
span { border-color: rgb(168,95,185); }
td.TdClassName
{
border-color: #A85FB9;
}
.TagClassName
{
border-color: #A85FB9;
}
</style>