Shades of Deep Lilac #A159BE
Tints of Deep Lilac #A159BE
RGB
CMYK
RGB Variations
Color information
#A159BE (or 0xA159BE) is known color: Deep Lilac. HEX triplet: A1, 59 and BE. RGB value is (161,89,190). Sum of RGB (Red+Green+Blue) = 161+89+190=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 89 (35.16% from 255 or 20.23% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 190 - color contains mainly: blue. Hex color #A159BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A159BE is #5EA641. Grayscale: #797979. Windows color (decimal): -6202946 or 12474785. OLE color: 12474785.
HSL color Cylindrical-coordinate representation of color #A159BE: hue angle of 282.77º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A159BE is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 89 | 190 | - |
| CMYK | 0.15 | 0.53 | 0 | 0.25 |
| HSL | 282.77º | 0.44% | 0.55% | - |
| HSV(B) | 282.77º | 0.53% | 0.75% | - |
| XYZ | 27.56 | 18.44 | 50.82 | - |
| YUV | 122.04 | 166.35 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 89 | 190 | 0.15 | 0.53 | 0 | 0.25 | 282.77 | 0.44 | 0.55 |
| Hex | A1 | 59 | BE | F | 35 | 0 | 19 | 11B | 2C | 37 |
| Octal | 241 | 131 | 276 | 17 | 65 | 0 | 31 | 433 | 54 | 67 |
| Binary | 10100001 | 1011001 | 10111110 | 1111 | 110101 | 0 | 11001 | 100011011 | 101100 | 110111 |
Color Harmonies of #A159BE
Complementary color
Monochromatic Colors of #A159BE
Black with #A159BE
Text Example
Text Example
White with #A159BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A159BE; }
p { color: rgb(161,89,190); }
H1.HeaderClassName
{
color: #A159BE;
}
.AnyTagClassName
{
color: #A159BE;
}
</style>
background-color css
<style>
a { background-color: #A159BE; }
a { background-color: rgb(161,89,190); }
div.DivClassName
{
background-color: #A159BE;
}
.BgClassName
{
background-color: #A159BE;
}
</style>
border-color css
<style>
span { border-color: #A159BE; }
span { border-color: rgb(161,89,190); }
td.TdClassName
{
border-color: #A159BE;
}
.TagClassName
{
border-color: #A159BE;
}
</style>