Shades of Violet Blue #A16B96
Tints of Violet Blue #A16B96
RGB
CMYK
RGB Variations
Color information
#A16B96 (or 0xA16B96) is known color: Violet Blue. HEX triplet: A1, 6B and 96. RGB value is (161,107,150). Sum of RGB (Red+Green+Blue) = 161+107+150=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 107 (42.19% from 255 or 25.60% from 418); Blue value is 150 (58.98% from 255 or 35.89% from 418); Max value from RGB is 161 - color contains mainly: red. Hex color #A16B96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16B96 is #5E9469. Grayscale: #7F7F7F. Windows color (decimal): -6198378 or 9857953. OLE color: 9857953.
HSL color Cylindrical-coordinate representation of color #A16B96: hue angle of 312.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 #A16B96 is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 107 | 150 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.37 |
| HSL | 312.22º | 0.22% | 0.53% | - |
| HSV(B) | 312.22º | 0.34% | 0.63% | - |
| XYZ | 25.46 | 20.29 | 31.43 | - |
| YUV | 128.05 | 140.39 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 107 | 150 | 0 | 0.34 | 0.07 | 0.37 | 312.22 | 0.22 | 0.53 |
| Hex | A1 | 6B | 96 | 0 | 22 | 7 | 25 | 138 | 16 | 35 |
| Octal | 241 | 153 | 226 | 0 | 42 | 7 | 45 | 470 | 26 | 65 |
| Binary | 10100001 | 1101011 | 10010110 | 0 | 100010 | 111 | 100101 | 100111000 | 10110 | 110101 |
Color Harmonies of #A16B96
Complementary color
Monochromatic Colors of #A16B96
Black with #A16B96
Text Example
Text Example
White with #A16B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16B96; }
p { color: rgb(161,107,150); }
H1.HeaderClassName
{
color: #A16B96;
}
.AnyTagClassName
{
color: #A16B96;
}
</style>
background-color css
<style>
a { background-color: #A16B96; }
a { background-color: rgb(161,107,150); }
div.DivClassName
{
background-color: #A16B96;
}
.BgClassName
{
background-color: #A16B96;
}
</style>
border-color css
<style>
span { border-color: #A16B96; }
span { border-color: rgb(161,107,150); }
td.TdClassName
{
border-color: #A16B96;
}
.TagClassName
{
border-color: #A16B96;
}
</style>