Shades of Deep Lilac #A159BB
Tints of Deep Lilac #A159BB
RGB
CMYK
RGB Variations
Color information
#A159BB (or 0xA159BB) is known color: Deep Lilac. HEX triplet: A1, 59 and BB. RGB value is (161,89,187). Sum of RGB (Red+Green+Blue) = 161+89+187=437 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.84% from 437); Green value is 89 (35.16% from 255 or 20.37% from 437); Blue value is 187 (73.44% from 255 or 42.79% from 437); Max value from RGB is 187 - color contains mainly: blue. Hex color #A159BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A159BB is #5EA644. Grayscale: #797979. Windows color (decimal): -6202949 or 12278177. OLE color: 12278177.
HSL color Cylindrical-coordinate representation of color #A159BB: hue angle of 284.08º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A159BB is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 89 | 187 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.27 |
| HSL | 284.08º | 0.42% | 0.54% | - |
| HSV(B) | 284.08º | 0.52% | 0.73% | - |
| XYZ | 27.24 | 18.31 | 49.11 | - |
| YUV | 121.7 | 164.85 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 89 | 187 | 0.14 | 0.52 | 0 | 0.27 | 284.08 | 0.42 | 0.54 |
| Hex | A1 | 59 | BB | E | 34 | 0 | 1B | 11C | 2A | 36 |
| Octal | 241 | 131 | 273 | 16 | 64 | 0 | 33 | 434 | 52 | 66 |
| Binary | 10100001 | 1011001 | 10111011 | 1110 | 110100 | 0 | 11011 | 100011100 | 101010 | 110110 |
Color Harmonies of #A159BB
Complementary color
Monochromatic Colors of #A159BB
Black with #A159BB
Text Example
Text Example
White with #A159BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A159BB; }
p { color: rgb(161,89,187); }
H1.HeaderClassName
{
color: #A159BB;
}
.AnyTagClassName
{
color: #A159BB;
}
</style>
background-color css
<style>
a { background-color: #A159BB; }
a { background-color: rgb(161,89,187); }
div.DivClassName
{
background-color: #A159BB;
}
.BgClassName
{
background-color: #A159BB;
}
</style>
border-color css
<style>
span { border-color: #A159BB; }
span { border-color: rgb(161,89,187); }
td.TdClassName
{
border-color: #A159BB;
}
.TagClassName
{
border-color: #A159BB;
}
</style>