Shades of Violet Blue #A16796
Tints of Violet Blue #A16796
RGB
CMYK
RGB Variations
Color information
#A16796 (or 0xA16796) is known color: Violet Blue. HEX triplet: A1, 67 and 96. RGB value is (161,103,150). Sum of RGB (Red+Green+Blue) = 161+103+150=414 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.89% from 414); Green value is 103 (40.62% from 255 or 24.88% from 414); Blue value is 150 (58.98% from 255 or 36.23% from 414); Max value from RGB is 161 - color contains mainly: red. Hex color #A16796 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16796 is #5E9869. Grayscale: #7D7D7D. Windows color (decimal): -6199402 or 9856929. OLE color: 9856929.
HSL color Cylindrical-coordinate representation of color #A16796: hue angle of 311.38º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A16796 is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 103 | 150 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.37 |
| HSL | 311.38º | 0.24% | 0.52% | - |
| HSV(B) | 311.38º | 0.36% | 0.63% | - |
| XYZ | 25.05 | 19.48 | 31.29 | - |
| YUV | 125.7 | 141.72 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 103 | 150 | 0 | 0.36 | 0.07 | 0.37 | 311.38 | 0.24 | 0.52 |
| Hex | A1 | 67 | 96 | 0 | 24 | 7 | 25 | 137 | 18 | 34 |
| Octal | 241 | 147 | 226 | 0 | 44 | 7 | 45 | 467 | 30 | 64 |
| Binary | 10100001 | 1100111 | 10010110 | 0 | 100100 | 111 | 100101 | 100110111 | 11000 | 110100 |
Color Harmonies of #A16796
Complementary color
Monochromatic Colors of #A16796
Black with #A16796
Text Example
Text Example
White with #A16796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16796; }
p { color: rgb(161,103,150); }
H1.HeaderClassName
{
color: #A16796;
}
.AnyTagClassName
{
color: #A16796;
}
</style>
background-color css
<style>
a { background-color: #A16796; }
a { background-color: rgb(161,103,150); }
div.DivClassName
{
background-color: #A16796;
}
.BgClassName
{
background-color: #A16796;
}
</style>
border-color css
<style>
span { border-color: #A16796; }
span { border-color: rgb(161,103,150); }
td.TdClassName
{
border-color: #A16796;
}
.TagClassName
{
border-color: #A16796;
}
</style>