Shades of Deep Lilac #A859BC
Tints of Deep Lilac #A859BC
RGB
CMYK
RGB Variations
Color information
#A859BC (or 0xA859BC) is known color: Deep Lilac. HEX triplet: A8, 59 and BC. RGB value is (168,89,188). Sum of RGB (Red+Green+Blue) = 168+89+188=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 89 (35.16% from 255 or 20% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 188 - color contains mainly: blue. Hex color #A859BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A859BC is #57A643. Grayscale: #7B7B7B. Windows color (decimal): -5744196 or 12343720. OLE color: 12343720.
HSL color Cylindrical-coordinate representation of color #A859BC: hue angle of 287.88º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A859BC is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 89 | 188 | - |
| CMYK | 0.11 | 0.53 | 0 | 0.26 |
| HSL | 287.88º | 0.42% | 0.54% | - |
| HSV(B) | 287.88º | 0.53% | 0.74% | - |
| XYZ | 28.8 | 19.1 | 49.75 | - |
| YUV | 123.91 | 164.17 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 89 | 188 | 0.11 | 0.53 | 0 | 0.26 | 287.88 | 0.42 | 0.54 |
| Hex | A8 | 59 | BC | B | 35 | 0 | 1A | 120 | 2A | 36 |
| Octal | 250 | 131 | 274 | 13 | 65 | 0 | 32 | 440 | 52 | 66 |
| Binary | 10101000 | 1011001 | 10111100 | 1011 | 110101 | 0 | 11010 | 100100000 | 101010 | 110110 |
Color Harmonies of #A859BC
Complementary color
Monochromatic Colors of #A859BC
Black with #A859BC
Text Example
Text Example
White with #A859BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A859BC; }
p { color: rgb(168,89,188); }
H1.HeaderClassName
{
color: #A859BC;
}
.AnyTagClassName
{
color: #A859BC;
}
</style>
background-color css
<style>
a { background-color: #A859BC; }
a { background-color: rgb(168,89,188); }
div.DivClassName
{
background-color: #A859BC;
}
.BgClassName
{
background-color: #A859BC;
}
</style>
border-color css
<style>
span { border-color: #A859BC; }
span { border-color: rgb(168,89,188); }
td.TdClassName
{
border-color: #A859BC;
}
.TagClassName
{
border-color: #A859BC;
}
</style>