Shades of Violet Blue #A76197
Tints of Violet Blue #A76197
RGB
CMYK
RGB Variations
Color information
#A76197 (or 0xA76197) is known color: Violet Blue. HEX triplet: A7, 61 and 97. RGB value is (167,97,151). Sum of RGB (Red+Green+Blue) = 167+97+151=415 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.24% from 415); Green value is 97 (38.28% from 255 or 23.37% from 415); Blue value is 151 (59.38% from 255 or 36.39% from 415); Max value from RGB is 167 - color contains mainly: red. Hex color #A76197 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76197 is #589E68. Grayscale: #7B7B7B. Windows color (decimal): -5807721 or 9920935. OLE color: 9920935.
HSL color Cylindrical-coordinate representation of color #A76197: hue angle of 313.71º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A76197 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 97 | 151 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.35 |
| HSL | 313.71º | 0.28% | 0.52% | - |
| HSV(B) | 313.71º | 0.42% | 0.65% | - |
| XYZ | 25.8 | 19 | 31.59 | - |
| YUV | 124.09 | 143.19 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 97 | 151 | 0 | 0.42 | 0.10 | 0.35 | 313.71 | 0.28 | 0.52 |
| Hex | A7 | 61 | 97 | 0 | 2A | A | 23 | 13A | 1C | 34 |
| Octal | 247 | 141 | 227 | 0 | 52 | 12 | 43 | 472 | 34 | 64 |
| Binary | 10100111 | 1100001 | 10010111 | 0 | 101010 | 1010 | 100011 | 100111010 | 11100 | 110100 |
Color Harmonies of #A76197
Complementary color
Monochromatic Colors of #A76197
Black with #A76197
Text Example
Text Example
White with #A76197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76197; }
p { color: rgb(167,97,151); }
H1.HeaderClassName
{
color: #A76197;
}
.AnyTagClassName
{
color: #A76197;
}
</style>
background-color css
<style>
a { background-color: #A76197; }
a { background-color: rgb(167,97,151); }
div.DivClassName
{
background-color: #A76197;
}
.BgClassName
{
background-color: #A76197;
}
</style>
border-color css
<style>
span { border-color: #A76197; }
span { border-color: rgb(167,97,151); }
td.TdClassName
{
border-color: #A76197;
}
.TagClassName
{
border-color: #A76197;
}
</style>