Shades of Violet Blue #A776A9
Tints of Violet Blue #A776A9
RGB
CMYK
RGB Variations
Color information
#A776A9 (or 0xA776A9) is known color: Violet Blue. HEX triplet: A7, 76 and A9. RGB value is (167,118,169). Sum of RGB (Red+Green+Blue) = 167+118+169=454 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.78% from 454); Green value is 118 (46.48% from 255 or 25.99% from 454); Blue value is 169 (66.41% from 255 or 37.22% from 454); Max value from RGB is 169 - color contains mainly: blue. Hex color #A776A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A776A9 is #588956. Grayscale: #8A8A8A. Windows color (decimal): -5802327 or 11105959. OLE color: 11105959.
HSL color Cylindrical-coordinate representation of color #A776A9: hue angle of 297.65º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A776A9 is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 167 | 118 | 169 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.34 |
| HSL | 297.65º | 0.23% | 0.56% | - |
| HSV(B) | 297.65º | 0.3% | 0.66% | - |
| XYZ | 29.58 | 24.04 | 40.62 | - |
| YUV | 138.47 | 145.23 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 118 | 169 | 0.01 | 0.30 | 0 | 0.34 | 297.65 | 0.23 | 0.56 |
| Hex | A7 | 76 | A9 | 1 | 1E | 0 | 22 | 12A | 17 | 38 |
| Octal | 247 | 166 | 251 | 1 | 36 | 0 | 42 | 452 | 27 | 70 |
| Binary | 10100111 | 1110110 | 10101001 | 1 | 11110 | 0 | 100010 | 100101010 | 10111 | 111000 |
Color Harmonies of #A776A9
Complementary color
Monochromatic Colors of #A776A9
Black with #A776A9
Text Example
Text Example
White with #A776A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A776A9; }
p { color: rgb(167,118,169); }
H1.HeaderClassName
{
color: #A776A9;
}
.AnyTagClassName
{
color: #A776A9;
}
</style>
background-color css
<style>
a { background-color: #A776A9; }
a { background-color: rgb(167,118,169); }
div.DivClassName
{
background-color: #A776A9;
}
.BgClassName
{
background-color: #A776A9;
}
</style>
border-color css
<style>
span { border-color: #A776A9; }
span { border-color: rgb(167,118,169); }
td.TdClassName
{
border-color: #A776A9;
}
.TagClassName
{
border-color: #A776A9;
}
</style>