Shades of Violet Blue #A776A6
Tints of Violet Blue #A776A6
RGB
CMYK
RGB Variations
Color information
#A776A6 (or 0xA776A6) is known color: Violet Blue. HEX triplet: A7, 76 and A6. RGB value is (167,118,166). Sum of RGB (Red+Green+Blue) = 167+118+166=451 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.03% from 451); Green value is 118 (46.48% from 255 or 26.16% from 451); Blue value is 166 (65.23% from 255 or 36.81% from 451); Max value from RGB is 167 - color contains mainly: red. Hex color #A776A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A776A6 is #588959. Grayscale: #898989. Windows color (decimal): -5802330 or 10909351. OLE color: 10909351.
HSL color Cylindrical-coordinate representation of color #A776A6: hue angle of 301.22º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A776A6 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 118 | 166 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.35 |
| HSL | 301.22º | 0.22% | 0.56% | - |
| HSV(B) | 301.22º | 0.29% | 0.65% | - |
| XYZ | 29.3 | 23.93 | 39.15 | - |
| YUV | 138.12 | 143.73 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 118 | 166 | 0 | 0.29 | 0.01 | 0.35 | 301.22 | 0.22 | 0.56 |
| Hex | A7 | 76 | A6 | 0 | 1D | 1 | 23 | 12D | 16 | 38 |
| Octal | 247 | 166 | 246 | 0 | 35 | 1 | 43 | 455 | 26 | 70 |
| Binary | 10100111 | 1110110 | 10100110 | 0 | 11101 | 1 | 100011 | 100101101 | 10110 | 111000 |
Color Harmonies of #A776A6
Complementary color
Monochromatic Colors of #A776A6
Black with #A776A6
Text Example
Text Example
White with #A776A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A776A6; }
p { color: rgb(167,118,166); }
H1.HeaderClassName
{
color: #A776A6;
}
.AnyTagClassName
{
color: #A776A6;
}
</style>
background-color css
<style>
a { background-color: #A776A6; }
a { background-color: rgb(167,118,166); }
div.DivClassName
{
background-color: #A776A6;
}
.BgClassName
{
background-color: #A776A6;
}
</style>
border-color css
<style>
span { border-color: #A776A6; }
span { border-color: rgb(167,118,166); }
td.TdClassName
{
border-color: #A776A6;
}
.TagClassName
{
border-color: #A776A6;
}
</style>