Shades of Deep Lilac #A156BA
Tints of Deep Lilac #A156BA
RGB
CMYK
RGB Variations
Color information
#A156BA (or 0xA156BA) is known color: Deep Lilac. HEX triplet: A1, 56 and BA. RGB value is (161,86,186). Sum of RGB (Red+Green+Blue) = 161+86+186=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 86 (33.98% from 255 or 19.86% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #A156BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A156BA is #5EA945. Grayscale: #777777. Windows color (decimal): -6203718 or 12211873. OLE color: 12211873.
HSL color Cylindrical-coordinate representation of color #A156BA: hue angle of 285º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A156BA is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 86 | 186 | - |
| CMYK | 0.13 | 0.54 | 0 | 0.27 |
| HSL | 285º | 0.42% | 0.53% | - |
| HSV(B) | 285º | 0.54% | 0.73% | - |
| XYZ | 26.89 | 17.78 | 48.47 | - |
| YUV | 119.83 | 165.35 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 86 | 186 | 0.13 | 0.54 | 0 | 0.27 | 285 | 0.42 | 0.53 |
| Hex | A1 | 56 | BA | D | 36 | 0 | 1B | 11D | 2A | 35 |
| Octal | 241 | 126 | 272 | 15 | 66 | 0 | 33 | 435 | 52 | 65 |
| Binary | 10100001 | 1010110 | 10111010 | 1101 | 110110 | 0 | 11011 | 100011101 | 101010 | 110101 |
Color Harmonies of #A156BA
Complementary color
Monochromatic Colors of #A156BA
Black with #A156BA
Text Example
Text Example
White with #A156BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A156BA; }
p { color: rgb(161,86,186); }
H1.HeaderClassName
{
color: #A156BA;
}
.AnyTagClassName
{
color: #A156BA;
}
</style>
background-color css
<style>
a { background-color: #A156BA; }
a { background-color: rgb(161,86,186); }
div.DivClassName
{
background-color: #A156BA;
}
.BgClassName
{
background-color: #A156BA;
}
</style>
border-color css
<style>
span { border-color: #A156BA; }
span { border-color: rgb(161,86,186); }
td.TdClassName
{
border-color: #A156BA;
}
.TagClassName
{
border-color: #A156BA;
}
</style>