Shades of Violet Blue #A16B97
Tints of Violet Blue #A16B97
RGB
CMYK
RGB Variations
Color information
#A16B97 (or 0xA16B97) is known color: Violet Blue. HEX triplet: A1, 6B and 97. RGB value is (161,107,151). Sum of RGB (Red+Green+Blue) = 161+107+151=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 107 (42.19% from 255 or 25.54% from 419); Blue value is 151 (59.38% from 255 or 36.04% from 419); Max value from RGB is 161 - color contains mainly: red. Hex color #A16B97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16B97 is #5E9468. Grayscale: #808080. Windows color (decimal): -6198377 or 9923489. OLE color: 9923489.
HSL color Cylindrical-coordinate representation of color #A16B97: hue angle of 311.11º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A16B97 is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 107 | 151 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.37 |
| HSL | 311.11º | 0.22% | 0.53% | - |
| HSV(B) | 311.11º | 0.34% | 0.63% | - |
| XYZ | 25.54 | 20.33 | 31.86 | - |
| YUV | 128.16 | 140.89 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 107 | 151 | 0 | 0.34 | 0.06 | 0.37 | 311.11 | 0.22 | 0.53 |
| Hex | A1 | 6B | 97 | 0 | 22 | 6 | 25 | 137 | 16 | 35 |
| Octal | 241 | 153 | 227 | 0 | 42 | 6 | 45 | 467 | 26 | 65 |
| Binary | 10100001 | 1101011 | 10010111 | 0 | 100010 | 110 | 100101 | 100110111 | 10110 | 110101 |
Color Harmonies of #A16B97
Complementary color
Monochromatic Colors of #A16B97
Black with #A16B97
Text Example
Text Example
White with #A16B97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16B97; }
p { color: rgb(161,107,151); }
H1.HeaderClassName
{
color: #A16B97;
}
.AnyTagClassName
{
color: #A16B97;
}
</style>
background-color css
<style>
a { background-color: #A16B97; }
a { background-color: rgb(161,107,151); }
div.DivClassName
{
background-color: #A16B97;
}
.BgClassName
{
background-color: #A16B97;
}
</style>
border-color css
<style>
span { border-color: #A16B97; }
span { border-color: rgb(161,107,151); }
td.TdClassName
{
border-color: #A16B97;
}
.TagClassName
{
border-color: #A16B97;
}
</style>