Shades of Deep Lilac #A856C7
Tints of Deep Lilac #A856C7
RGB
CMYK
RGB Variations
Color information
#A856C7 (or 0xA856C7) is known color: Deep Lilac. HEX triplet: A8, 56 and C7. RGB value is (168,86,199). Sum of RGB (Red+Green+Blue) = 168+86+199=453 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.09% from 453); Green value is 86 (33.98% from 255 or 18.98% from 453); Blue value is 199 (78.12% from 255 or 43.93% from 453); Max value from RGB is 199 - color contains mainly: blue. Hex color #A856C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A856C7 is #57A938. Grayscale: #7B7B7B. Windows color (decimal): -5744953 or 13063848. OLE color: 13063848.
HSL color Cylindrical-coordinate representation of color #A856C7: hue angle of 283.54º 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 #A856C7 is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 86 | 199 | - |
| CMYK | 0.16 | 0.57 | 0 | 0.22 |
| HSL | 283.54º | 0.5% | 0.56% | - |
| HSV(B) | 283.54º | 0.57% | 0.78% | - |
| XYZ | 29.79 | 19.1 | 56.15 | - |
| YUV | 123.4 | 170.67 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 86 | 199 | 0.16 | 0.57 | 0 | 0.22 | 283.54 | 0.5 | 0.56 |
| Hex | A8 | 56 | C7 | 10 | 39 | 0 | 16 | 11C | 32 | 38 |
| Octal | 250 | 126 | 307 | 20 | 71 | 0 | 26 | 434 | 62 | 70 |
| Binary | 10101000 | 1010110 | 11000111 | 10000 | 111001 | 0 | 10110 | 100011100 | 110010 | 111000 |
Color Harmonies of #A856C7
Complementary color
Monochromatic Colors of #A856C7
Black with #A856C7
Text Example
Text Example
White with #A856C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A856C7; }
p { color: rgb(168,86,199); }
H1.HeaderClassName
{
color: #A856C7;
}
.AnyTagClassName
{
color: #A856C7;
}
</style>
background-color css
<style>
a { background-color: #A856C7; }
a { background-color: rgb(168,86,199); }
div.DivClassName
{
background-color: #A856C7;
}
.BgClassName
{
background-color: #A856C7;
}
</style>
border-color css
<style>
span { border-color: #A856C7; }
span { border-color: rgb(168,86,199); }
td.TdClassName
{
border-color: #A856C7;
}
.TagClassName
{
border-color: #A856C7;
}
</style>