Shades of Deep Lilac #A856C1
Tints of Deep Lilac #A856C1
RGB
CMYK
RGB Variations
Color information
#A856C1 (or 0xA856C1) is known color: Deep Lilac. HEX triplet: A8, 56 and C1. RGB value is (168,86,193). Sum of RGB (Red+Green+Blue) = 168+86+193=447 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.58% from 447); Green value is 86 (33.98% from 255 or 19.24% from 447); Blue value is 193 (75.78% from 255 or 43.18% from 447); Max value from RGB is 193 - color contains mainly: blue. Hex color #A856C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A856C1 is #57A93E. Grayscale: #7A7A7A. Windows color (decimal): -5744959 or 12670632. OLE color: 12670632.
HSL color Cylindrical-coordinate representation of color #A856C1: hue angle of 285.98º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A856C1 is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 86 | 193 | - |
| CMYK | 0.13 | 0.55 | 0 | 0.24 |
| HSL | 285.98º | 0.46% | 0.55% | - |
| HSV(B) | 285.98º | 0.55% | 0.76% | - |
| XYZ | 29.1 | 18.83 | 52.55 | - |
| YUV | 122.72 | 167.67 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 86 | 193 | 0.13 | 0.55 | 0 | 0.24 | 285.98 | 0.46 | 0.55 |
| Hex | A8 | 56 | C1 | D | 37 | 0 | 18 | 11E | 2E | 37 |
| Octal | 250 | 126 | 301 | 15 | 67 | 0 | 30 | 436 | 56 | 67 |
| Binary | 10101000 | 1010110 | 11000001 | 1101 | 110111 | 0 | 11000 | 100011110 | 101110 | 110111 |
Color Harmonies of #A856C1
Complementary color
Monochromatic Colors of #A856C1
Black with #A856C1
Text Example
Text Example
White with #A856C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A856C1; }
p { color: rgb(168,86,193); }
H1.HeaderClassName
{
color: #A856C1;
}
.AnyTagClassName
{
color: #A856C1;
}
</style>
background-color css
<style>
a { background-color: #A856C1; }
a { background-color: rgb(168,86,193); }
div.DivClassName
{
background-color: #A856C1;
}
.BgClassName
{
background-color: #A856C1;
}
</style>
border-color css
<style>
span { border-color: #A856C1; }
span { border-color: rgb(168,86,193); }
td.TdClassName
{
border-color: #A856C1;
}
.TagClassName
{
border-color: #A856C1;
}
</style>