Shades of Violet Blue #A16B99
Tints of Violet Blue #A16B99
RGB
CMYK
RGB Variations
Color information
#A16B99 (or 0xA16B99) is known color: Violet Blue. HEX triplet: A1, 6B and 99. RGB value is (161,107,153). Sum of RGB (Red+Green+Blue) = 161+107+153=421 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.24% from 421); Green value is 107 (42.19% from 255 or 25.42% from 421); Blue value is 153 (60.16% from 255 or 36.34% from 421); Max value from RGB is 161 - color contains mainly: red. Hex color #A16B99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16B99 is #5E9466. Grayscale: #808080. Windows color (decimal): -6198375 or 10054561. OLE color: 10054561.
HSL color Cylindrical-coordinate representation of color #A16B99: hue angle of 308.89º 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 #A16B99 is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 107 | 153 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.37 |
| HSL | 308.89º | 0.22% | 0.53% | - |
| HSV(B) | 308.89º | 0.34% | 0.63% | - |
| XYZ | 25.71 | 20.39 | 32.72 | - |
| YUV | 128.39 | 141.89 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 107 | 153 | 0 | 0.34 | 0.05 | 0.37 | 308.89 | 0.22 | 0.53 |
| Hex | A1 | 6B | 99 | 0 | 22 | 5 | 25 | 135 | 16 | 35 |
| Octal | 241 | 153 | 231 | 0 | 42 | 5 | 45 | 465 | 26 | 65 |
| Binary | 10100001 | 1101011 | 10011001 | 0 | 100010 | 101 | 100101 | 100110101 | 10110 | 110101 |
Color Harmonies of #A16B99
Complementary color
Monochromatic Colors of #A16B99
Black with #A16B99
Text Example
Text Example
White with #A16B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16B99; }
p { color: rgb(161,107,153); }
H1.HeaderClassName
{
color: #A16B99;
}
.AnyTagClassName
{
color: #A16B99;
}
</style>
background-color css
<style>
a { background-color: #A16B99; }
a { background-color: rgb(161,107,153); }
div.DivClassName
{
background-color: #A16B99;
}
.BgClassName
{
background-color: #A16B99;
}
</style>
border-color css
<style>
span { border-color: #A16B99; }
span { border-color: rgb(161,107,153); }
td.TdClassName
{
border-color: #A16B99;
}
.TagClassName
{
border-color: #A16B99;
}
</style>