Shades of Deep Lilac #A856C6
Tints of Deep Lilac #A856C6
RGB
CMYK
RGB Variations
Color information
#A856C6 (or 0xA856C6) is known color: Deep Lilac. HEX triplet: A8, 56 and C6. RGB value is (168,86,198). Sum of RGB (Red+Green+Blue) = 168+86+198=452 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.17% from 452); Green value is 86 (33.98% from 255 or 19.03% from 452); Blue value is 198 (77.73% from 255 or 43.81% from 452); Max value from RGB is 198 - color contains mainly: blue. Hex color #A856C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A856C6 is #57A939. Grayscale: #7A7A7A. Windows color (decimal): -5744954 or 12998312. OLE color: 12998312.
HSL color Cylindrical-coordinate representation of color #A856C6: hue angle of 283.93º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A856C6 is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 86 | 198 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.22 |
| HSL | 283.93º | 0.5% | 0.56% | - |
| HSV(B) | 283.93º | 0.57% | 0.78% | - |
| XYZ | 29.67 | 19.06 | 55.54 | - |
| YUV | 123.29 | 170.17 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 86 | 198 | 0.15 | 0.57 | 0 | 0.22 | 283.93 | 0.5 | 0.56 |
| Hex | A8 | 56 | C6 | F | 39 | 0 | 16 | 11C | 32 | 38 |
| Octal | 250 | 126 | 306 | 17 | 71 | 0 | 26 | 434 | 62 | 70 |
| Binary | 10101000 | 1010110 | 11000110 | 1111 | 111001 | 0 | 10110 | 100011100 | 110010 | 111000 |
Color Harmonies of #A856C6
Complementary color
Monochromatic Colors of #A856C6
Black with #A856C6
Text Example
Text Example
White with #A856C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A856C6; }
p { color: rgb(168,86,198); }
H1.HeaderClassName
{
color: #A856C6;
}
.AnyTagClassName
{
color: #A856C6;
}
</style>
background-color css
<style>
a { background-color: #A856C6; }
a { background-color: rgb(168,86,198); }
div.DivClassName
{
background-color: #A856C6;
}
.BgClassName
{
background-color: #A856C6;
}
</style>
border-color css
<style>
span { border-color: #A856C6; }
span { border-color: rgb(168,86,198); }
td.TdClassName
{
border-color: #A856C6;
}
.TagClassName
{
border-color: #A856C6;
}
</style>