Shades of Deep Lilac #A159C9
Tints of Deep Lilac #A159C9
RGB
CMYK
RGB Variations
Color information
#A159C9 (or 0xA159C9) is known color: Deep Lilac. HEX triplet: A1, 59 and C9. RGB value is (161,89,201). Sum of RGB (Red+Green+Blue) = 161+89+201=451 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.70% from 451); Green value is 89 (35.16% from 255 or 19.73% from 451); Blue value is 201 (78.91% from 255 or 44.57% from 451); Max value from RGB is 201 - color contains mainly: blue. Hex color #A159C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A159C9 is #5EA636. Grayscale: #7A7A7A. Windows color (decimal): -6202935 or 13195681. OLE color: 13195681.
HSL color Cylindrical-coordinate representation of color #A159C9: hue angle of 278.57º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A159C9 is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 89 | 201 | - |
| CMYK | 0.20 | 0.56 | 0 | 0.21 |
| HSL | 278.57º | 0.51% | 0.57% | - |
| HSV(B) | 278.57º | 0.56% | 0.79% | - |
| XYZ | 28.81 | 18.94 | 57.4 | - |
| YUV | 123.3 | 171.85 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 89 | 201 | 0.20 | 0.56 | 0 | 0.21 | 278.57 | 0.51 | 0.57 |
| Hex | A1 | 59 | C9 | 14 | 38 | 0 | 15 | 117 | 33 | 39 |
| Octal | 241 | 131 | 311 | 24 | 70 | 0 | 25 | 427 | 63 | 71 |
| Binary | 10100001 | 1011001 | 11001001 | 10100 | 111000 | 0 | 10101 | 100010111 | 110011 | 111001 |
Color Harmonies of #A159C9
Complementary color
Monochromatic Colors of #A159C9
Black with #A159C9
Text Example
Text Example
White with #A159C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A159C9; }
p { color: rgb(161,89,201); }
H1.HeaderClassName
{
color: #A159C9;
}
.AnyTagClassName
{
color: #A159C9;
}
</style>
background-color css
<style>
a { background-color: #A159C9; }
a { background-color: rgb(161,89,201); }
div.DivClassName
{
background-color: #A159C9;
}
.BgClassName
{
background-color: #A159C9;
}
</style>
border-color css
<style>
span { border-color: #A159C9; }
span { border-color: rgb(161,89,201); }
td.TdClassName
{
border-color: #A159C9;
}
.TagClassName
{
border-color: #A159C9;
}
</style>