Shades of Deep Lilac #A156BC
Tints of Deep Lilac #A156BC
RGB
CMYK
RGB Variations
Color information
#A156BC (or 0xA156BC) is known color: Deep Lilac. HEX triplet: A1, 56 and BC. RGB value is (161,86,188). Sum of RGB (Red+Green+Blue) = 161+86+188=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 86 (33.98% from 255 or 19.77% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 188 - color contains mainly: blue. Hex color #A156BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A156BC is #5EA943. Grayscale: #777777. Windows color (decimal): -6203716 or 12342945. OLE color: 12342945.
HSL color Cylindrical-coordinate representation of color #A156BC: hue angle of 284.12º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A156BC is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 86 | 188 | - |
| CMYK | 0.14 | 0.54 | 0 | 0.26 |
| HSL | 284.12º | 0.43% | 0.54% | - |
| HSV(B) | 284.12º | 0.54% | 0.74% | - |
| XYZ | 27.1 | 17.86 | 49.6 | - |
| YUV | 120.05 | 166.35 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 86 | 188 | 0.14 | 0.54 | 0 | 0.26 | 284.12 | 0.43 | 0.54 |
| Hex | A1 | 56 | BC | E | 36 | 0 | 1A | 11C | 2B | 36 |
| Octal | 241 | 126 | 274 | 16 | 66 | 0 | 32 | 434 | 53 | 66 |
| Binary | 10100001 | 1010110 | 10111100 | 1110 | 110110 | 0 | 11010 | 100011100 | 101011 | 110110 |
Color Harmonies of #A156BC
Complementary color
Monochromatic Colors of #A156BC
Black with #A156BC
Text Example
Text Example
White with #A156BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A156BC; }
p { color: rgb(161,86,188); }
H1.HeaderClassName
{
color: #A156BC;
}
.AnyTagClassName
{
color: #A156BC;
}
</style>
background-color css
<style>
a { background-color: #A156BC; }
a { background-color: rgb(161,86,188); }
div.DivClassName
{
background-color: #A156BC;
}
.BgClassName
{
background-color: #A156BC;
}
</style>
border-color css
<style>
span { border-color: #A156BC; }
span { border-color: rgb(161,86,188); }
td.TdClassName
{
border-color: #A156BC;
}
.TagClassName
{
border-color: #A156BC;
}
</style>