Shades of Violet Blue #A16097
Tints of Violet Blue #A16097
RGB
CMYK
RGB Variations
Color information
#A16097 (or 0xA16097) is known color: Violet Blue. HEX triplet: A1, 60 and 97. RGB value is (161,96,151). Sum of RGB (Red+Green+Blue) = 161+96+151=408 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.46% from 408); Green value is 96 (37.89% from 255 or 23.53% from 408); Blue value is 151 (59.38% from 255 or 37.01% from 408); Max value from RGB is 161 - color contains mainly: red. Hex color #A16097 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16097 is #5E9F68. Grayscale: #797979. Windows color (decimal): -6201193 or 9920673. OLE color: 9920673.
HSL color Cylindrical-coordinate representation of color #A16097: hue angle of 309.23º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A16097 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 96 | 151 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.37 |
| HSL | 309.23º | 0.26% | 0.5% | - |
| HSV(B) | 309.23º | 0.4% | 0.63% | - |
| XYZ | 24.47 | 18.18 | 31.5 | - |
| YUV | 121.71 | 144.53 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 96 | 151 | 0 | 0.40 | 0.06 | 0.37 | 309.23 | 0.26 | 0.5 |
| Hex | A1 | 60 | 97 | 0 | 28 | 6 | 25 | 135 | 1A | 32 |
| Octal | 241 | 140 | 227 | 0 | 50 | 6 | 45 | 465 | 32 | 62 |
| Binary | 10100001 | 1100000 | 10010111 | 0 | 101000 | 110 | 100101 | 100110101 | 11010 | 110010 |
Color Harmonies of #A16097
Complementary color
Monochromatic Colors of #A16097
Black with #A16097
Text Example
Text Example
White with #A16097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16097; }
p { color: rgb(161,96,151); }
H1.HeaderClassName
{
color: #A16097;
}
.AnyTagClassName
{
color: #A16097;
}
</style>
background-color css
<style>
a { background-color: #A16097; }
a { background-color: rgb(161,96,151); }
div.DivClassName
{
background-color: #A16097;
}
.BgClassName
{
background-color: #A16097;
}
</style>
border-color css
<style>
span { border-color: #A16097; }
span { border-color: rgb(161,96,151); }
td.TdClassName
{
border-color: #A16097;
}
.TagClassName
{
border-color: #A16097;
}
</style>