Shades of Violet Blue #A16697
Tints of Violet Blue #A16697
RGB
CMYK
RGB Variations
Color information
#A16697 (or 0xA16697) is known color: Violet Blue. HEX triplet: A1, 66 and 97. RGB value is (161,102,151). Sum of RGB (Red+Green+Blue) = 161+102+151=414 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.89% from 414); Green value is 102 (40.23% from 255 or 24.64% from 414); Blue value is 151 (59.38% from 255 or 36.47% from 414); Max value from RGB is 161 - color contains mainly: red. Hex color #A16697 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16697 is #5E9968. Grayscale: #7D7D7D. Windows color (decimal): -6199657 or 9922209. OLE color: 9922209.
HSL color Cylindrical-coordinate representation of color #A16697: hue angle of 310.17º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A16697 is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 102 | 151 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.37 |
| HSL | 310.17º | 0.24% | 0.52% | - |
| HSV(B) | 310.17º | 0.37% | 0.63% | - |
| XYZ | 25.04 | 19.31 | 31.69 | - |
| YUV | 125.23 | 142.55 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 102 | 151 | 0 | 0.37 | 0.06 | 0.37 | 310.17 | 0.24 | 0.52 |
| Hex | A1 | 66 | 97 | 0 | 25 | 6 | 25 | 136 | 18 | 34 |
| Octal | 241 | 146 | 227 | 0 | 45 | 6 | 45 | 466 | 30 | 64 |
| Binary | 10100001 | 1100110 | 10010111 | 0 | 100101 | 110 | 100101 | 100110110 | 11000 | 110100 |
Color Harmonies of #A16697
Complementary color
Monochromatic Colors of #A16697
Black with #A16697
Text Example
Text Example
White with #A16697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16697; }
p { color: rgb(161,102,151); }
H1.HeaderClassName
{
color: #A16697;
}
.AnyTagClassName
{
color: #A16697;
}
</style>
background-color css
<style>
a { background-color: #A16697; }
a { background-color: rgb(161,102,151); }
div.DivClassName
{
background-color: #A16697;
}
.BgClassName
{
background-color: #A16697;
}
</style>
border-color css
<style>
span { border-color: #A16697; }
span { border-color: rgb(161,102,151); }
td.TdClassName
{
border-color: #A16697;
}
.TagClassName
{
border-color: #A16697;
}
</style>