Shades of Deep Lilac #A156C0
Tints of Deep Lilac #A156C0
RGB
CMYK
RGB Variations
Color information
#A156C0 (or 0xA156C0) is known color: Deep Lilac. HEX triplet: A1, 56 and C0. RGB value is (161,86,192). Sum of RGB (Red+Green+Blue) = 161+86+192=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 86 (33.98% from 255 or 19.59% from 439); Blue value is 192 (75.39% from 255 or 43.74% from 439); Max value from RGB is 192 - color contains mainly: blue. Hex color #A156C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A156C0 is #5EA93F. Grayscale: #787878. Windows color (decimal): -6203712 or 12605089. OLE color: 12605089.
HSL color Cylindrical-coordinate representation of color #A156C0: hue angle of 282.45º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A156C0 is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 86 | 192 | - |
| CMYK | 0.16 | 0.55 | 0 | 0.25 |
| HSL | 282.45º | 0.46% | 0.55% | - |
| HSV(B) | 282.45º | 0.55% | 0.75% | - |
| XYZ | 27.54 | 18.04 | 51.9 | - |
| YUV | 120.51 | 168.35 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 86 | 192 | 0.16 | 0.55 | 0 | 0.25 | 282.45 | 0.46 | 0.55 |
| Hex | A1 | 56 | C0 | 10 | 37 | 0 | 19 | 11A | 2E | 37 |
| Octal | 241 | 126 | 300 | 20 | 67 | 0 | 31 | 432 | 56 | 67 |
| Binary | 10100001 | 1010110 | 11000000 | 10000 | 110111 | 0 | 11001 | 100011010 | 101110 | 110111 |
Color Harmonies of #A156C0
Complementary color
Monochromatic Colors of #A156C0
Black with #A156C0
Text Example
Text Example
White with #A156C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A156C0; }
p { color: rgb(161,86,192); }
H1.HeaderClassName
{
color: #A156C0;
}
.AnyTagClassName
{
color: #A156C0;
}
</style>
background-color css
<style>
a { background-color: #A156C0; }
a { background-color: rgb(161,86,192); }
div.DivClassName
{
background-color: #A156C0;
}
.BgClassName
{
background-color: #A156C0;
}
</style>
border-color css
<style>
span { border-color: #A156C0; }
span { border-color: rgb(161,86,192); }
td.TdClassName
{
border-color: #A156C0;
}
.TagClassName
{
border-color: #A156C0;
}
</style>