Shades of Deep Lilac #A156C7
Tints of Deep Lilac #A156C7
RGB
CMYK
RGB Variations
Color information
#A156C7 (or 0xA156C7) is known color: Deep Lilac. HEX triplet: A1, 56 and C7. RGB value is (161,86,199). Sum of RGB (Red+Green+Blue) = 161+86+199=446 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.10% from 446); Green value is 86 (33.98% from 255 or 19.28% from 446); Blue value is 199 (78.12% from 255 or 44.62% from 446); Max value from RGB is 199 - color contains mainly: blue. Hex color #A156C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A156C7 is #5EA938. Grayscale: #787878. Windows color (decimal): -6203705 or 13063841. OLE color: 13063841.
HSL color Cylindrical-coordinate representation of color #A156C7: hue angle of 279.82º 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 #A156C7 is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 86 | 199 | - |
| CMYK | 0.19 | 0.57 | 0 | 0.22 |
| HSL | 279.82º | 0.5% | 0.56% | - |
| HSV(B) | 279.82º | 0.57% | 0.78% | - |
| XYZ | 28.33 | 18.36 | 56.08 | - |
| YUV | 121.31 | 171.85 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 86 | 199 | 0.19 | 0.57 | 0 | 0.22 | 279.82 | 0.5 | 0.56 |
| Hex | A1 | 56 | C7 | 13 | 39 | 0 | 16 | 118 | 32 | 38 |
| Octal | 241 | 126 | 307 | 23 | 71 | 0 | 26 | 430 | 62 | 70 |
| Binary | 10100001 | 1010110 | 11000111 | 10011 | 111001 | 0 | 10110 | 100011000 | 110010 | 111000 |
Color Harmonies of #A156C7
Complementary color
Monochromatic Colors of #A156C7
Black with #A156C7
Text Example
Text Example
White with #A156C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A156C7; }
p { color: rgb(161,86,199); }
H1.HeaderClassName
{
color: #A156C7;
}
.AnyTagClassName
{
color: #A156C7;
}
</style>
background-color css
<style>
a { background-color: #A156C7; }
a { background-color: rgb(161,86,199); }
div.DivClassName
{
background-color: #A156C7;
}
.BgClassName
{
background-color: #A156C7;
}
</style>
border-color css
<style>
span { border-color: #A156C7; }
span { border-color: rgb(161,86,199); }
td.TdClassName
{
border-color: #A156C7;
}
.TagClassName
{
border-color: #A156C7;
}
</style>