Shades of Deep Lilac #A159BC
Tints of Deep Lilac #A159BC
RGB
CMYK
RGB Variations
Color information
#A159BC (or 0xA159BC) is known color: Deep Lilac. HEX triplet: A1, 59 and BC. RGB value is (161,89,188). Sum of RGB (Red+Green+Blue) = 161+89+188=438 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.76% from 438); Green value is 89 (35.16% from 255 or 20.32% from 438); Blue value is 188 (73.83% from 255 or 42.92% from 438); Max value from RGB is 188 - color contains mainly: blue. Hex color #A159BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A159BC is #5EA643. Grayscale: #797979. Windows color (decimal): -6202948 or 12343713. OLE color: 12343713.
HSL color Cylindrical-coordinate representation of color #A159BC: hue angle of 283.64º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A159BC is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 89 | 188 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.26 |
| HSL | 283.64º | 0.42% | 0.54% | - |
| HSV(B) | 283.64º | 0.53% | 0.74% | - |
| XYZ | 27.35 | 18.35 | 49.68 | - |
| YUV | 121.81 | 165.35 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 89 | 188 | 0.14 | 0.53 | 0 | 0.26 | 283.64 | 0.42 | 0.54 |
| Hex | A1 | 59 | BC | E | 35 | 0 | 1A | 11C | 2A | 36 |
| Octal | 241 | 131 | 274 | 16 | 65 | 0 | 32 | 434 | 52 | 66 |
| Binary | 10100001 | 1011001 | 10111100 | 1110 | 110101 | 0 | 11010 | 100011100 | 101010 | 110110 |
Color Harmonies of #A159BC
Complementary color
Monochromatic Colors of #A159BC
Black with #A159BC
Text Example
Text Example
White with #A159BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A159BC; }
p { color: rgb(161,89,188); }
H1.HeaderClassName
{
color: #A159BC;
}
.AnyTagClassName
{
color: #A159BC;
}
</style>
background-color css
<style>
a { background-color: #A159BC; }
a { background-color: rgb(161,89,188); }
div.DivClassName
{
background-color: #A159BC;
}
.BgClassName
{
background-color: #A159BC;
}
</style>
border-color css
<style>
span { border-color: #A159BC; }
span { border-color: rgb(161,89,188); }
td.TdClassName
{
border-color: #A159BC;
}
.TagClassName
{
border-color: #A159BC;
}
</style>