Shades of Deep Lilac #A159B8
Tints of Deep Lilac #A159B8
RGB
CMYK
RGB Variations
Color information
#A159B8 (or 0xA159B8) is known color: Deep Lilac. HEX triplet: A1, 59 and B8. RGB value is (161,89,184). Sum of RGB (Red+Green+Blue) = 161+89+184=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 89 (35.16% from 255 or 20.51% from 434); Blue value is 184 (72.27% from 255 or 42.40% from 434); Max value from RGB is 184 - color contains mainly: blue. Hex color #A159B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A159B8 is #5EA647. Grayscale: #797979. Windows color (decimal): -6202952 or 12081569. OLE color: 12081569.
HSL color Cylindrical-coordinate representation of color #A159B8: hue angle of 285.47º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A159B8 is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 161 | 89 | 184 | - |
| CMYK | 0.12 | 0.52 | 0 | 0.28 |
| HSL | 285.47º | 0.4% | 0.54% | - |
| HSV(B) | 285.47º | 0.52% | 0.72% | - |
| XYZ | 26.92 | 18.18 | 47.44 | - |
| YUV | 121.36 | 163.35 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 89 | 184 | 0.12 | 0.52 | 0 | 0.28 | 285.47 | 0.4 | 0.54 |
| Hex | A1 | 59 | B8 | C | 34 | 0 | 1C | 11D | 28 | 36 |
| Octal | 241 | 131 | 270 | 14 | 64 | 0 | 34 | 435 | 50 | 66 |
| Binary | 10100001 | 1011001 | 10111000 | 1100 | 110100 | 0 | 11100 | 100011101 | 101000 | 110110 |
Color Harmonies of #A159B8
Complementary color
Monochromatic Colors of #A159B8
Black with #A159B8
Text Example
Text Example
White with #A159B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A159B8; }
p { color: rgb(161,89,184); }
H1.HeaderClassName
{
color: #A159B8;
}
.AnyTagClassName
{
color: #A159B8;
}
</style>
background-color css
<style>
a { background-color: #A159B8; }
a { background-color: rgb(161,89,184); }
div.DivClassName
{
background-color: #A159B8;
}
.BgClassName
{
background-color: #A159B8;
}
</style>
border-color css
<style>
span { border-color: #A159B8; }
span { border-color: rgb(161,89,184); }
td.TdClassName
{
border-color: #A159B8;
}
.TagClassName
{
border-color: #A159B8;
}
</style>