Shades of Violet Blue #A76CA6
Tints of Violet Blue #A76CA6
RGB
CMYK
RGB Variations
Color information
#A76CA6 (or 0xA76CA6) is known color: Violet Blue. HEX triplet: A7, 6C and A6. RGB value is (167,108,166). Sum of RGB (Red+Green+Blue) = 167+108+166=441 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.87% from 441); Green value is 108 (42.58% from 255 or 24.49% from 441); Blue value is 166 (65.23% from 255 or 37.64% from 441); Max value from RGB is 167 - color contains mainly: red. Hex color #A76CA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76CA6 is #589359. Grayscale: #848484. Windows color (decimal): -5804890 or 10906791. OLE color: 10906791.
HSL color Cylindrical-coordinate representation of color #A76CA6: hue angle of 301.02º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A76CA6 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 108 | 166 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.35 |
| HSL | 301.02º | 0.25% | 0.54% | - |
| HSV(B) | 301.02º | 0.35% | 0.65% | - |
| XYZ | 28.18 | 21.69 | 38.78 | - |
| YUV | 132.25 | 147.05 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 108 | 166 | 0 | 0.35 | 0.01 | 0.35 | 301.02 | 0.25 | 0.54 |
| Hex | A7 | 6C | A6 | 0 | 23 | 1 | 23 | 12D | 19 | 36 |
| Octal | 247 | 154 | 246 | 0 | 43 | 1 | 43 | 455 | 31 | 66 |
| Binary | 10100111 | 1101100 | 10100110 | 0 | 100011 | 1 | 100011 | 100101101 | 11001 | 110110 |
Color Harmonies of #A76CA6
Complementary color
Monochromatic Colors of #A76CA6
Black with #A76CA6
Text Example
Text Example
White with #A76CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76CA6; }
p { color: rgb(167,108,166); }
H1.HeaderClassName
{
color: #A76CA6;
}
.AnyTagClassName
{
color: #A76CA6;
}
</style>
background-color css
<style>
a { background-color: #A76CA6; }
a { background-color: rgb(167,108,166); }
div.DivClassName
{
background-color: #A76CA6;
}
.BgClassName
{
background-color: #A76CA6;
}
</style>
border-color css
<style>
span { border-color: #A76CA6; }
span { border-color: rgb(167,108,166); }
td.TdClassName
{
border-color: #A76CA6;
}
.TagClassName
{
border-color: #A76CA6;
}
</style>