Shades of Deep Lilac #A857BC
Tints of Deep Lilac #A857BC
RGB
CMYK
RGB Variations
Color information
#A857BC (or 0xA857BC) is known color: Deep Lilac. HEX triplet: A8, 57 and BC. RGB value is (168,87,188). Sum of RGB (Red+Green+Blue) = 168+87+188=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 87 (34.38% from 255 or 19.64% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 188 - color contains mainly: blue. Hex color #A857BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A857BC is #57A843. Grayscale: #7A7A7A. Windows color (decimal): -5744708 or 12343208. OLE color: 12343208.
HSL color Cylindrical-coordinate representation of color #A857BC: hue angle of 288.12º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A857BC is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 87 | 188 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.26 |
| HSL | 288.12º | 0.43% | 0.54% | - |
| HSV(B) | 288.12º | 0.54% | 0.74% | - |
| XYZ | 28.63 | 18.77 | 49.69 | - |
| YUV | 122.73 | 164.84 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 87 | 188 | 0.11 | 0.54 | 0 | 0.26 | 288.12 | 0.43 | 0.54 |
| Hex | A8 | 57 | BC | B | 36 | 0 | 1A | 120 | 2B | 36 |
| Octal | 250 | 127 | 274 | 13 | 66 | 0 | 32 | 440 | 53 | 66 |
| Binary | 10101000 | 1010111 | 10111100 | 1011 | 110110 | 0 | 11010 | 100100000 | 101011 | 110110 |
Color Harmonies of #A857BC
Complementary color
Monochromatic Colors of #A857BC
Black with #A857BC
Text Example
Text Example
White with #A857BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A857BC; }
p { color: rgb(168,87,188); }
H1.HeaderClassName
{
color: #A857BC;
}
.AnyTagClassName
{
color: #A857BC;
}
</style>
background-color css
<style>
a { background-color: #A857BC; }
a { background-color: rgb(168,87,188); }
div.DivClassName
{
background-color: #A857BC;
}
.BgClassName
{
background-color: #A857BC;
}
</style>
border-color css
<style>
span { border-color: #A857BC; }
span { border-color: rgb(168,87,188); }
td.TdClassName
{
border-color: #A857BC;
}
.TagClassName
{
border-color: #A857BC;
}
</style>