Shades of Violet Blue #A776A3
Tints of Violet Blue #A776A3
RGB
CMYK
RGB Variations
Color information
#A776A3 (or 0xA776A3) is known color: Violet Blue. HEX triplet: A7, 76 and A3. RGB value is (167,118,163). Sum of RGB (Red+Green+Blue) = 167+118+163=448 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.28% from 448); Green value is 118 (46.48% from 255 or 26.34% from 448); Blue value is 163 (64.06% from 255 or 36.38% from 448); Max value from RGB is 167 - color contains mainly: red. Hex color #A776A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A776A3 is #58895C. Grayscale: #898989. Windows color (decimal): -5802333 or 10712743. OLE color: 10712743.
HSL color Cylindrical-coordinate representation of color #A776A3: hue angle of 304.9º 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 #A776A3 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 118 | 163 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.35 |
| HSL | 304.9º | 0.22% | 0.56% | - |
| HSV(B) | 304.9º | 0.29% | 0.65% | - |
| XYZ | 29.03 | 23.82 | 37.72 | - |
| YUV | 137.78 | 142.23 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 118 | 163 | 0 | 0.29 | 0.02 | 0.35 | 304.9 | 0.22 | 0.56 |
| Hex | A7 | 76 | A3 | 0 | 1D | 2 | 23 | 131 | 16 | 38 |
| Octal | 247 | 166 | 243 | 0 | 35 | 2 | 43 | 461 | 26 | 70 |
| Binary | 10100111 | 1110110 | 10100011 | 0 | 11101 | 10 | 100011 | 100110001 | 10110 | 111000 |
Color Harmonies of #A776A3
Complementary color
Monochromatic Colors of #A776A3
Black with #A776A3
Text Example
Text Example
White with #A776A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A776A3; }
p { color: rgb(167,118,163); }
H1.HeaderClassName
{
color: #A776A3;
}
.AnyTagClassName
{
color: #A776A3;
}
</style>
background-color css
<style>
a { background-color: #A776A3; }
a { background-color: rgb(167,118,163); }
div.DivClassName
{
background-color: #A776A3;
}
.BgClassName
{
background-color: #A776A3;
}
</style>
border-color css
<style>
span { border-color: #A776A3; }
span { border-color: rgb(167,118,163); }
td.TdClassName
{
border-color: #A776A3;
}
.TagClassName
{
border-color: #A776A3;
}
</style>