Shades of Violet Blue #A16B9F
Tints of Violet Blue #A16B9F
RGB
CMYK
RGB Variations
Color information
#A16B9F (or 0xA16B9F) is known color: Violet Blue. HEX triplet: A1, 6B and 9F. RGB value is (161,107,159). Sum of RGB (Red+Green+Blue) = 161+107+159=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 107 (42.19% from 255 or 25.06% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 161 - color contains mainly: red. Hex color #A16B9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16B9F is #5E9460. Grayscale: #808080. Windows color (decimal): -6198369 or 10447777. OLE color: 10447777.
HSL color Cylindrical-coordinate representation of color #A16B9F: hue angle of 302.22º 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 #A16B9F is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 107 | 159 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.37 |
| HSL | 302.22º | 0.22% | 0.53% | - |
| HSV(B) | 302.22º | 0.34% | 0.63% | - |
| XYZ | 26.21 | 20.6 | 35.39 | - |
| YUV | 129.07 | 144.89 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 107 | 159 | 0 | 0.34 | 0.01 | 0.37 | 302.22 | 0.22 | 0.53 |
| Hex | A1 | 6B | 9F | 0 | 22 | 1 | 25 | 12E | 16 | 35 |
| Octal | 241 | 153 | 237 | 0 | 42 | 1 | 45 | 456 | 26 | 65 |
| Binary | 10100001 | 1101011 | 10011111 | 0 | 100010 | 1 | 100101 | 100101110 | 10110 | 110101 |
Color Harmonies of #A16B9F
Complementary color
Monochromatic Colors of #A16B9F
Black with #A16B9F
Text Example
Text Example
White with #A16B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16B9F; }
p { color: rgb(161,107,159); }
H1.HeaderClassName
{
color: #A16B9F;
}
.AnyTagClassName
{
color: #A16B9F;
}
</style>
background-color css
<style>
a { background-color: #A16B9F; }
a { background-color: rgb(161,107,159); }
div.DivClassName
{
background-color: #A16B9F;
}
.BgClassName
{
background-color: #A16B9F;
}
</style>
border-color css
<style>
span { border-color: #A16B9F; }
span { border-color: rgb(161,107,159); }
td.TdClassName
{
border-color: #A16B9F;
}
.TagClassName
{
border-color: #A16B9F;
}
</style>