Shades of Deep Lilac #A85EBB
Tints of Deep Lilac #A85EBB
RGB
CMYK
RGB Variations
Color information
#A85EBB (or 0xA85EBB) is known color: Deep Lilac. HEX triplet: A8, 5E and BB. RGB value is (168,94,187). Sum of RGB (Red+Green+Blue) = 168+94+187=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 94 (37.11% from 255 or 20.94% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 187 - color contains mainly: blue. Hex color #A85EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85EBB is #57A144. Grayscale: #7E7E7E. Windows color (decimal): -5742917 or 12279464. OLE color: 12279464.
HSL color Cylindrical-coordinate representation of color #A85EBB: hue angle of 287.74º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A85EBB is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 94 | 187 | - |
| CMYK | 0.10 | 0.50 | 0 | 0.27 |
| HSL | 287.74º | 0.41% | 0.55% | - |
| HSV(B) | 287.74º | 0.5% | 0.73% | - |
| XYZ | 29.12 | 19.92 | 49.32 | - |
| YUV | 126.73 | 162.02 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 94 | 187 | 0.10 | 0.50 | 0 | 0.27 | 287.74 | 0.41 | 0.55 |
| Hex | A8 | 5E | BB | A | 32 | 0 | 1B | 120 | 29 | 37 |
| Octal | 250 | 136 | 273 | 12 | 62 | 0 | 33 | 440 | 51 | 67 |
| Binary | 10101000 | 1011110 | 10111011 | 1010 | 110010 | 0 | 11011 | 100100000 | 101001 | 110111 |
Color Harmonies of #A85EBB
Complementary color
Monochromatic Colors of #A85EBB
Black with #A85EBB
Text Example
Text Example
White with #A85EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85EBB; }
p { color: rgb(168,94,187); }
H1.HeaderClassName
{
color: #A85EBB;
}
.AnyTagClassName
{
color: #A85EBB;
}
</style>
background-color css
<style>
a { background-color: #A85EBB; }
a { background-color: rgb(168,94,187); }
div.DivClassName
{
background-color: #A85EBB;
}
.BgClassName
{
background-color: #A85EBB;
}
</style>
border-color css
<style>
span { border-color: #A85EBB; }
span { border-color: rgb(168,94,187); }
td.TdClassName
{
border-color: #A85EBB;
}
.TagClassName
{
border-color: #A85EBB;
}
</style>