Shades of Violet Blue #A76E9C
Tints of Violet Blue #A76E9C
RGB
CMYK
RGB Variations
Color information
#A76E9C (or 0xA76E9C) is known color: Violet Blue. HEX triplet: A7, 6E and 9C. RGB value is (167,110,156). Sum of RGB (Red+Green+Blue) = 167+110+156=433 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.57% from 433); Green value is 110 (43.36% from 255 or 25.40% from 433); Blue value is 156 (61.33% from 255 or 36.03% from 433); Max value from RGB is 167 - color contains mainly: red. Hex color #A76E9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76E9C is #589163. Grayscale: #848484. Windows color (decimal): -5804388 or 10251943. OLE color: 10251943.
HSL color Cylindrical-coordinate representation of color #A76E9C: hue angle of 311.58º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A76E9C is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 110 | 156 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.35 |
| HSL | 311.58º | 0.24% | 0.54% | - |
| HSV(B) | 311.58º | 0.34% | 0.65% | - |
| XYZ | 27.51 | 21.77 | 34.2 | - |
| YUV | 132.29 | 141.38 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 110 | 156 | 0 | 0.34 | 0.07 | 0.35 | 311.58 | 0.24 | 0.54 |
| Hex | A7 | 6E | 9C | 0 | 22 | 7 | 23 | 138 | 18 | 36 |
| Octal | 247 | 156 | 234 | 0 | 42 | 7 | 43 | 470 | 30 | 66 |
| Binary | 10100111 | 1101110 | 10011100 | 0 | 100010 | 111 | 100011 | 100111000 | 11000 | 110110 |
Color Harmonies of #A76E9C
Complementary color
Monochromatic Colors of #A76E9C
Black with #A76E9C
Text Example
Text Example
White with #A76E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76E9C; }
p { color: rgb(167,110,156); }
H1.HeaderClassName
{
color: #A76E9C;
}
.AnyTagClassName
{
color: #A76E9C;
}
</style>
background-color css
<style>
a { background-color: #A76E9C; }
a { background-color: rgb(167,110,156); }
div.DivClassName
{
background-color: #A76E9C;
}
.BgClassName
{
background-color: #A76E9C;
}
</style>
border-color css
<style>
span { border-color: #A76E9C; }
span { border-color: rgb(167,110,156); }
td.TdClassName
{
border-color: #A76E9C;
}
.TagClassName
{
border-color: #A76E9C;
}
</style>