Shades of Deep Lilac #A161B2
Tints of Deep Lilac #A161B2
RGB
CMYK
RGB Variations
Color information
#A161B2 (or 0xA161B2) is known color: Deep Lilac. HEX triplet: A1, 61 and B2. RGB value is (161,97,178). Sum of RGB (Red+Green+Blue) = 161+97+178=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 97 (38.28% from 255 or 22.25% from 436); Blue value is 178 (69.92% from 255 or 40.83% from 436); Max value from RGB is 178 - color contains mainly: blue. Hex color #A161B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A161B2 is #5E9E4D. Grayscale: #7D7D7D. Windows color (decimal): -6200910 or 11690401. OLE color: 11690401.
HSL color Cylindrical-coordinate representation of color #A161B2: hue angle of 287.41º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A161B2 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 97 | 178 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.30 |
| HSL | 287.41º | 0.34% | 0.54% | - |
| HSV(B) | 287.41º | 0.46% | 0.7% | - |
| XYZ | 27.01 | 19.34 | 44.43 | - |
| YUV | 125.37 | 157.7 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 97 | 178 | 0.10 | 0.46 | 0 | 0.30 | 287.41 | 0.34 | 0.54 |
| Hex | A1 | 61 | B2 | A | 2E | 0 | 1E | 11F | 22 | 36 |
| Octal | 241 | 141 | 262 | 12 | 56 | 0 | 36 | 437 | 42 | 66 |
| Binary | 10100001 | 1100001 | 10110010 | 1010 | 101110 | 0 | 11110 | 100011111 | 100010 | 110110 |
Color Harmonies of #A161B2
Complementary color
Monochromatic Colors of #A161B2
Black with #A161B2
Text Example
Text Example
White with #A161B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A161B2; }
p { color: rgb(161,97,178); }
H1.HeaderClassName
{
color: #A161B2;
}
.AnyTagClassName
{
color: #A161B2;
}
</style>
background-color css
<style>
a { background-color: #A161B2; }
a { background-color: rgb(161,97,178); }
div.DivClassName
{
background-color: #A161B2;
}
.BgClassName
{
background-color: #A161B2;
}
</style>
border-color css
<style>
span { border-color: #A161B2; }
span { border-color: rgb(161,97,178); }
td.TdClassName
{
border-color: #A161B2;
}
.TagClassName
{
border-color: #A161B2;
}
</style>