Shades of Violet Blue #A76AAA
Tints of Violet Blue #A76AAA
RGB
CMYK
RGB Variations
Color information
#A76AAA (or 0xA76AAA) is known color: Violet Blue. HEX triplet: A7, 6A and AA. RGB value is (167,106,170). Sum of RGB (Red+Green+Blue) = 167+106+170=443 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.70% from 443); Green value is 106 (41.80% from 255 or 23.93% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 170 - color contains mainly: blue. Hex color #A76AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76AAA is #589555. Grayscale: #838383. Windows color (decimal): -5805398 or 11168423. OLE color: 11168423.
HSL color Cylindrical-coordinate representation of color #A76AAA: hue angle of 297.19º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A76AAA is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 106 | 170 | - |
| CMYK | 0.02 | 0.38 | 0 | 0.33 |
| HSL | 297.19º | 0.27% | 0.54% | - |
| HSV(B) | 297.19º | 0.38% | 0.67% | - |
| XYZ | 28.35 | 21.43 | 40.67 | - |
| YUV | 131.54 | 149.71 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 106 | 170 | 0.02 | 0.38 | 0 | 0.33 | 297.19 | 0.27 | 0.54 |
| Hex | A7 | 6A | AA | 2 | 26 | 0 | 21 | 129 | 1B | 36 |
| Octal | 247 | 152 | 252 | 2 | 46 | 0 | 41 | 451 | 33 | 66 |
| Binary | 10100111 | 1101010 | 10101010 | 10 | 100110 | 0 | 100001 | 100101001 | 11011 | 110110 |
Color Harmonies of #A76AAA
Complementary color
Monochromatic Colors of #A76AAA
Black with #A76AAA
Text Example
Text Example
White with #A76AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76AAA; }
p { color: rgb(167,106,170); }
H1.HeaderClassName
{
color: #A76AAA;
}
.AnyTagClassName
{
color: #A76AAA;
}
</style>
background-color css
<style>
a { background-color: #A76AAA; }
a { background-color: rgb(167,106,170); }
div.DivClassName
{
background-color: #A76AAA;
}
.BgClassName
{
background-color: #A76AAA;
}
</style>
border-color css
<style>
span { border-color: #A76AAA; }
span { border-color: rgb(167,106,170); }
td.TdClassName
{
border-color: #A76AAA;
}
.TagClassName
{
border-color: #A76AAA;
}
</style>