Shades of Deep Lilac #A85AB9
Tints of Deep Lilac #A85AB9
RGB
CMYK
RGB Variations
Color information
#A85AB9 (or 0xA85AB9) is known color: Deep Lilac. HEX triplet: A8, 5A and B9. RGB value is (168,90,185). Sum of RGB (Red+Green+Blue) = 168+90+185=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 90 (35.55% from 255 or 20.32% from 443); Blue value is 185 (72.66% from 255 or 41.76% from 443); Max value from RGB is 185 - color contains mainly: blue. Hex color #A85AB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85AB9 is #57A546. Grayscale: #7B7B7B. Windows color (decimal): -5743943 or 12147368. OLE color: 12147368.
HSL color Cylindrical-coordinate representation of color #A85AB9: hue angle of 289.26º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A85AB9 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 90 | 185 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.27 |
| HSL | 289.26º | 0.4% | 0.54% | - |
| HSV(B) | 289.26º | 0.51% | 0.73% | - |
| XYZ | 28.56 | 19.14 | 48.09 | - |
| YUV | 124.15 | 162.34 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 90 | 185 | 0.09 | 0.51 | 0 | 0.27 | 289.26 | 0.4 | 0.54 |
| Hex | A8 | 5A | B9 | 9 | 33 | 0 | 1B | 121 | 28 | 36 |
| Octal | 250 | 132 | 271 | 11 | 63 | 0 | 33 | 441 | 50 | 66 |
| Binary | 10101000 | 1011010 | 10111001 | 1001 | 110011 | 0 | 11011 | 100100001 | 101000 | 110110 |
Color Harmonies of #A85AB9
Complementary color
Monochromatic Colors of #A85AB9
Black with #A85AB9
Text Example
Text Example
White with #A85AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85AB9; }
p { color: rgb(168,90,185); }
H1.HeaderClassName
{
color: #A85AB9;
}
.AnyTagClassName
{
color: #A85AB9;
}
</style>
background-color css
<style>
a { background-color: #A85AB9; }
a { background-color: rgb(168,90,185); }
div.DivClassName
{
background-color: #A85AB9;
}
.BgClassName
{
background-color: #A85AB9;
}
</style>
border-color css
<style>
span { border-color: #A85AB9; }
span { border-color: rgb(168,90,185); }
td.TdClassName
{
border-color: #A85AB9;
}
.TagClassName
{
border-color: #A85AB9;
}
</style>