Shades of Violet Blue #A776A7
Tints of Violet Blue #A776A7
RGB
CMYK
RGB Variations
Color information
#A776A7 (or 0xA776A7) is known color: Violet Blue. HEX triplet: A7, 76 and A7. RGB value is (167,118,167). Sum of RGB (Red+Green+Blue) = 167+118+167=452 (59% of max value = 765). Red value is 167 (65.62% from 255 or 36.95% from 452); Green value is 118 (46.48% from 255 or 26.11% from 452); Blue value is 167 (65.62% from 255 or 36.95% from 452); Max value from RGB is 167 - color contains mainly: red, blue. Hex color #A776A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A776A7 is #588958. Grayscale: #8A8A8A. Windows color (decimal): -5802329 or 10974887. OLE color: 10974887.
HSL color Cylindrical-coordinate representation of color #A776A7: hue angle of 300º 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 #A776A7 is Cyan = 0, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 118 | 167 | - |
| CMYK | 0 | 0.29 | 0 | 0.35 |
| HSL | 300º | 0.22% | 0.56% | - |
| HSV(B) | 300º | 0.29% | 0.65% | - |
| XYZ | 29.39 | 23.96 | 39.64 | - |
| YUV | 138.24 | 144.23 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 118 | 167 | 0 | 0.29 | 0 | 0.35 | 300 | 0.22 | 0.56 |
| Hex | A7 | 76 | A7 | 0 | 1D | 0 | 23 | 12C | 16 | 38 |
| Octal | 247 | 166 | 247 | 0 | 35 | 0 | 43 | 454 | 26 | 70 |
| Binary | 10100111 | 1110110 | 10100111 | 0 | 11101 | 0 | 100011 | 100101100 | 10110 | 111000 |
Color Harmonies of #A776A7
Complementary color
Monochromatic Colors of #A776A7
Black with #A776A7
Text Example
Text Example
White with #A776A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A776A7; }
p { color: rgb(167,118,167); }
H1.HeaderClassName
{
color: #A776A7;
}
.AnyTagClassName
{
color: #A776A7;
}
</style>
background-color css
<style>
a { background-color: #A776A7; }
a { background-color: rgb(167,118,167); }
div.DivClassName
{
background-color: #A776A7;
}
.BgClassName
{
background-color: #A776A7;
}
</style>
border-color css
<style>
span { border-color: #A776A7; }
span { border-color: rgb(167,118,167); }
td.TdClassName
{
border-color: #A776A7;
}
.TagClassName
{
border-color: #A776A7;
}
</style>