Shades of Deep Lilac #A256C6
Tints of Deep Lilac #A256C6
RGB
CMYK
RGB Variations
Color information
#A256C6 (or 0xA256C6) is known color: Deep Lilac. HEX triplet: A2, 56 and C6. RGB value is (162,86,198). Sum of RGB (Red+Green+Blue) = 162+86+198=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 86 (33.98% from 255 or 19.28% from 446); Blue value is 198 (77.73% from 255 or 44.39% from 446); Max value from RGB is 198 - color contains mainly: blue. Hex color #A256C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A256C6 is #5DA939. Grayscale: #797979. Windows color (decimal): -6138170 or 12998306. OLE color: 12998306.
HSL color Cylindrical-coordinate representation of color #A256C6: hue angle of 280.71º 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 #A256C6 is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 86 | 198 | - |
| CMYK | 0.18 | 0.57 | 0 | 0.22 |
| HSL | 280.71º | 0.5% | 0.56% | - |
| HSV(B) | 280.71º | 0.57% | 0.78% | - |
| XYZ | 28.42 | 18.41 | 55.48 | - |
| YUV | 121.49 | 171.18 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 86 | 198 | 0.18 | 0.57 | 0 | 0.22 | 280.71 | 0.5 | 0.56 |
| Hex | A2 | 56 | C6 | 12 | 39 | 0 | 16 | 119 | 32 | 38 |
| Octal | 242 | 126 | 306 | 22 | 71 | 0 | 26 | 431 | 62 | 70 |
| Binary | 10100010 | 1010110 | 11000110 | 10010 | 111001 | 0 | 10110 | 100011001 | 110010 | 111000 |
Color Harmonies of #A256C6
Complementary color
Monochromatic Colors of #A256C6
Black with #A256C6
Text Example
Text Example
White with #A256C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A256C6; }
p { color: rgb(162,86,198); }
H1.HeaderClassName
{
color: #A256C6;
}
.AnyTagClassName
{
color: #A256C6;
}
</style>
background-color css
<style>
a { background-color: #A256C6; }
a { background-color: rgb(162,86,198); }
div.DivClassName
{
background-color: #A256C6;
}
.BgClassName
{
background-color: #A256C6;
}
</style>
border-color css
<style>
span { border-color: #A256C6; }
span { border-color: rgb(162,86,198); }
td.TdClassName
{
border-color: #A256C6;
}
.TagClassName
{
border-color: #A256C6;
}
</style>