Shades of Violet Blue #A16E97
Tints of Violet Blue #A16E97
RGB
CMYK
RGB Variations
Color information
#A16E97 (or 0xA16E97) is known color: Violet Blue. HEX triplet: A1, 6E and 97. RGB value is (161,110,151). Sum of RGB (Red+Green+Blue) = 161+110+151=422 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.15% from 422); Green value is 110 (43.36% from 255 or 26.07% from 422); Blue value is 151 (59.38% from 255 or 35.78% from 422); Max value from RGB is 161 - color contains mainly: red. Hex color #A16E97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16E97 is #5E9168. Grayscale: #818181. Windows color (decimal): -6197609 or 9924257. OLE color: 9924257.
HSL color Cylindrical-coordinate representation of color #A16E97: hue angle of 311.76º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A16E97 is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 110 | 151 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.37 |
| HSL | 311.76º | 0.21% | 0.53% | - |
| HSV(B) | 311.76º | 0.32% | 0.63% | - |
| XYZ | 25.86 | 20.96 | 31.96 | - |
| YUV | 129.92 | 139.9 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 110 | 151 | 0 | 0.32 | 0.06 | 0.37 | 311.76 | 0.21 | 0.53 |
| Hex | A1 | 6E | 97 | 0 | 20 | 6 | 25 | 138 | 15 | 35 |
| Octal | 241 | 156 | 227 | 0 | 40 | 6 | 45 | 470 | 25 | 65 |
| Binary | 10100001 | 1101110 | 10010111 | 0 | 100000 | 110 | 100101 | 100111000 | 10101 | 110101 |
Color Harmonies of #A16E97
Complementary color
Monochromatic Colors of #A16E97
Black with #A16E97
Text Example
Text Example
White with #A16E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16E97; }
p { color: rgb(161,110,151); }
H1.HeaderClassName
{
color: #A16E97;
}
.AnyTagClassName
{
color: #A16E97;
}
</style>
background-color css
<style>
a { background-color: #A16E97; }
a { background-color: rgb(161,110,151); }
div.DivClassName
{
background-color: #A16E97;
}
.BgClassName
{
background-color: #A16E97;
}
</style>
border-color css
<style>
span { border-color: #A16E97; }
span { border-color: rgb(161,110,151); }
td.TdClassName
{
border-color: #A16E97;
}
.TagClassName
{
border-color: #A16E97;
}
</style>