Shades of Deep Lilac #A161BE
Tints of Deep Lilac #A161BE
RGB
CMYK
RGB Variations
Color information
#A161BE (or 0xA161BE) is known color: Deep Lilac. HEX triplet: A1, 61 and BE. RGB value is (161,97,190). Sum of RGB (Red+Green+Blue) = 161+97+190=448 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.94% from 448); Green value is 97 (38.28% from 255 or 21.65% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 190 - color contains mainly: blue. Hex color #A161BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A161BE is #5E9E41. Grayscale: #7E7E7E. Windows color (decimal): -6200898 or 12476833. OLE color: 12476833.
HSL color Cylindrical-coordinate representation of color #A161BE: hue angle of 281.29º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A161BE is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 97 | 190 | - |
| CMYK | 0.15 | 0.49 | 0 | 0.25 |
| HSL | 281.29º | 0.42% | 0.56% | - |
| HSV(B) | 281.29º | 0.49% | 0.75% | - |
| XYZ | 28.27 | 19.84 | 51.06 | - |
| YUV | 126.74 | 163.7 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 97 | 190 | 0.15 | 0.49 | 0 | 0.25 | 281.29 | 0.42 | 0.56 |
| Hex | A1 | 61 | BE | F | 31 | 0 | 19 | 119 | 2A | 38 |
| Octal | 241 | 141 | 276 | 17 | 61 | 0 | 31 | 431 | 52 | 70 |
| Binary | 10100001 | 1100001 | 10111110 | 1111 | 110001 | 0 | 11001 | 100011001 | 101010 | 111000 |
Color Harmonies of #A161BE
Complementary color
Monochromatic Colors of #A161BE
Black with #A161BE
Text Example
Text Example
White with #A161BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A161BE; }
p { color: rgb(161,97,190); }
H1.HeaderClassName
{
color: #A161BE;
}
.AnyTagClassName
{
color: #A161BE;
}
</style>
background-color css
<style>
a { background-color: #A161BE; }
a { background-color: rgb(161,97,190); }
div.DivClassName
{
background-color: #A161BE;
}
.BgClassName
{
background-color: #A161BE;
}
</style>
border-color css
<style>
span { border-color: #A161BE; }
span { border-color: rgb(161,97,190); }
td.TdClassName
{
border-color: #A161BE;
}
.TagClassName
{
border-color: #A161BE;
}
</style>