Shades of Violet Blue #AA76A7
Tints of Violet Blue #AA76A7
RGB
CMYK
RGB Variations
Color information
#AA76A7 (or 0xAA76A7) is known color: Violet Blue. HEX triplet: AA, 76 and A7. RGB value is (170,118,167). Sum of RGB (Red+Green+Blue) = 170+118+167=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 118 (46.48% from 255 or 25.93% from 455); Blue value is 167 (65.62% from 255 or 36.70% from 455); Max value from RGB is 170 - color contains mainly: red. Hex color #AA76A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA76A7 is #558958. Grayscale: #8A8A8A. Windows color (decimal): -5605721 or 10974890. OLE color: 10974890.
HSL color Cylindrical-coordinate representation of color #AA76A7: hue angle of 303.46º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA76A7 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 118 | 167 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.33 |
| HSL | 303.46º | 0.23% | 0.56% | - |
| HSV(B) | 303.46º | 0.31% | 0.67% | - |
| XYZ | 30.03 | 24.29 | 39.67 | - |
| YUV | 139.13 | 143.73 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 118 | 167 | 0 | 0.31 | 0.02 | 0.33 | 303.46 | 0.23 | 0.56 |
| Hex | AA | 76 | A7 | 0 | 1F | 2 | 21 | 12F | 17 | 38 |
| Octal | 252 | 166 | 247 | 0 | 37 | 2 | 41 | 457 | 27 | 70 |
| Binary | 10101010 | 1110110 | 10100111 | 0 | 11111 | 10 | 100001 | 100101111 | 10111 | 111000 |
Color Harmonies of #AA76A7
Complementary color
Monochromatic Colors of #AA76A7
Black with #AA76A7
Text Example
Text Example
White with #AA76A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA76A7; }
p { color: rgb(170,118,167); }
H1.HeaderClassName
{
color: #AA76A7;
}
.AnyTagClassName
{
color: #AA76A7;
}
</style>
background-color css
<style>
a { background-color: #AA76A7; }
a { background-color: rgb(170,118,167); }
div.DivClassName
{
background-color: #AA76A7;
}
.BgClassName
{
background-color: #AA76A7;
}
</style>
border-color css
<style>
span { border-color: #AA76A7; }
span { border-color: rgb(170,118,167); }
td.TdClassName
{
border-color: #AA76A7;
}
.TagClassName
{
border-color: #AA76A7;
}
</style>