Shades of Deep Lilac #A161B0
Tints of Deep Lilac #A161B0
RGB
CMYK
RGB Variations
Color information
#A161B0 (or 0xA161B0) is known color: Deep Lilac. HEX triplet: A1, 61 and B0. RGB value is (161,97,176). Sum of RGB (Red+Green+Blue) = 161+97+176=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 97 (38.28% from 255 or 22.35% from 434); Blue value is 176 (69.14% from 255 or 40.55% from 434); Max value from RGB is 176 - color contains mainly: blue. Hex color #A161B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A161B0 is #5E9E4F. Grayscale: #7C7C7C. Windows color (decimal): -6200912 or 11559329. OLE color: 11559329.
HSL color Cylindrical-coordinate representation of color #A161B0: hue angle of 288.61º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A161B0 is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 97 | 176 | - |
| CMYK | 0.09 | 0.45 | 0 | 0.31 |
| HSL | 288.61º | 0.33% | 0.54% | - |
| HSV(B) | 288.61º | 0.45% | 0.69% | - |
| XYZ | 26.81 | 19.26 | 43.38 | - |
| YUV | 125.14 | 156.7 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 97 | 176 | 0.09 | 0.45 | 0 | 0.31 | 288.61 | 0.33 | 0.54 |
| Hex | A1 | 61 | B0 | 9 | 2D | 0 | 1F | 121 | 21 | 36 |
| Octal | 241 | 141 | 260 | 11 | 55 | 0 | 37 | 441 | 41 | 66 |
| Binary | 10100001 | 1100001 | 10110000 | 1001 | 101101 | 0 | 11111 | 100100001 | 100001 | 110110 |
Color Harmonies of #A161B0
Complementary color
Monochromatic Colors of #A161B0
Black with #A161B0
Text Example
Text Example
White with #A161B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A161B0; }
p { color: rgb(161,97,176); }
H1.HeaderClassName
{
color: #A161B0;
}
.AnyTagClassName
{
color: #A161B0;
}
</style>
background-color css
<style>
a { background-color: #A161B0; }
a { background-color: rgb(161,97,176); }
div.DivClassName
{
background-color: #A161B0;
}
.BgClassName
{
background-color: #A161B0;
}
</style>
border-color css
<style>
span { border-color: #A161B0; }
span { border-color: rgb(161,97,176); }
td.TdClassName
{
border-color: #A161B0;
}
.TagClassName
{
border-color: #A161B0;
}
</style>