Shades of Deep Lilac #A856C0
Tints of Deep Lilac #A856C0
RGB
CMYK
RGB Variations
Color information
#A856C0 (or 0xA856C0) is known color: Deep Lilac. HEX triplet: A8, 56 and C0. RGB value is (168,86,192). Sum of RGB (Red+Green+Blue) = 168+86+192=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 86 (33.98% from 255 or 19.28% from 446); Blue value is 192 (75.39% from 255 or 43.05% from 446); Max value from RGB is 192 - color contains mainly: blue. Hex color #A856C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A856C0 is #57A93F. Grayscale: #7A7A7A. Windows color (decimal): -5744960 or 12605096. OLE color: 12605096.
HSL color Cylindrical-coordinate representation of color #A856C0: hue angle of 286.42º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A856C0 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 86 | 192 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.25 |
| HSL | 286.42º | 0.46% | 0.55% | - |
| HSV(B) | 286.42º | 0.55% | 0.75% | - |
| XYZ | 28.99 | 18.79 | 51.97 | - |
| YUV | 122.6 | 167.17 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 86 | 192 | 0.12 | 0.55 | 0 | 0.25 | 286.42 | 0.46 | 0.55 |
| Hex | A8 | 56 | C0 | C | 37 | 0 | 19 | 11E | 2E | 37 |
| Octal | 250 | 126 | 300 | 14 | 67 | 0 | 31 | 436 | 56 | 67 |
| Binary | 10101000 | 1010110 | 11000000 | 1100 | 110111 | 0 | 11001 | 100011110 | 101110 | 110111 |
Color Harmonies of #A856C0
Complementary color
Monochromatic Colors of #A856C0
Black with #A856C0
Text Example
Text Example
White with #A856C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A856C0; }
p { color: rgb(168,86,192); }
H1.HeaderClassName
{
color: #A856C0;
}
.AnyTagClassName
{
color: #A856C0;
}
</style>
background-color css
<style>
a { background-color: #A856C0; }
a { background-color: rgb(168,86,192); }
div.DivClassName
{
background-color: #A856C0;
}
.BgClassName
{
background-color: #A856C0;
}
</style>
border-color css
<style>
span { border-color: #A856C0; }
span { border-color: rgb(168,86,192); }
td.TdClassName
{
border-color: #A856C0;
}
.TagClassName
{
border-color: #A856C0;
}
</style>