Shades of Violet Blue #AA76AA
Tints of Violet Blue #AA76AA
RGB
CMYK
RGB Variations
Color information
#AA76AA (or 0xAA76AA) is known color: Violet Blue. HEX triplet: AA, 76 and AA. RGB value is (170,118,170). Sum of RGB (Red+Green+Blue) = 170+118+170=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 118 (46.48% from 255 or 25.76% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA76AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA76AA is #558955. Grayscale: #8B8B8B. Windows color (decimal): -5605718 or 11171498. OLE color: 11171498.
HSL color Cylindrical-coordinate representation of color #AA76AA: hue angle of 300º 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 #AA76AA is Cyan = 0, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 118 | 170 | - |
| CMYK | 0 | 0.31 | 0 | 0.33 |
| HSL | 300º | 0.23% | 0.56% | - |
| HSV(B) | 300º | 0.31% | 0.67% | - |
| XYZ | 30.31 | 24.41 | 41.14 | - |
| YUV | 139.48 | 145.23 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 118 | 170 | 0 | 0.31 | 0 | 0.33 | 300 | 0.23 | 0.56 |
| Hex | AA | 76 | AA | 0 | 1F | 0 | 21 | 12C | 17 | 38 |
| Octal | 252 | 166 | 252 | 0 | 37 | 0 | 41 | 454 | 27 | 70 |
| Binary | 10101010 | 1110110 | 10101010 | 0 | 11111 | 0 | 100001 | 100101100 | 10111 | 111000 |
Color Harmonies of #AA76AA
Complementary color
Monochromatic Colors of #AA76AA
Black with #AA76AA
Text Example
Text Example
White with #AA76AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA76AA; }
p { color: rgb(170,118,170); }
H1.HeaderClassName
{
color: #AA76AA;
}
.AnyTagClassName
{
color: #AA76AA;
}
</style>
background-color css
<style>
a { background-color: #AA76AA; }
a { background-color: rgb(170,118,170); }
div.DivClassName
{
background-color: #AA76AA;
}
.BgClassName
{
background-color: #AA76AA;
}
</style>
border-color css
<style>
span { border-color: #AA76AA; }
span { border-color: rgb(170,118,170); }
td.TdClassName
{
border-color: #AA76AA;
}
.TagClassName
{
border-color: #AA76AA;
}
</style>