Shades of Violet Blue #AA76AB
Tints of Violet Blue #AA76AB
RGB
CMYK
RGB Variations
Color information
#AA76AB (or 0xAA76AB) is known color: Violet Blue. HEX triplet: AA, 76 and AB. RGB value is (170,118,171). Sum of RGB (Red+Green+Blue) = 170+118+171=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 118 (46.48% from 255 or 25.71% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA76AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA76AB is #558954. Grayscale: #8B8B8B. Windows color (decimal): -5605717 or 11237034. OLE color: 11237034.
HSL color Cylindrical-coordinate representation of color #AA76AB: hue angle of 298.87º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA76AB is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 118 | 171 | - |
| CMYK | 0.01 | 0.31 | 0 | 0.33 |
| HSL | 298.87º | 0.24% | 0.57% | - |
| HSV(B) | 298.87º | 0.31% | 0.67% | - |
| XYZ | 30.41 | 24.44 | 41.64 | - |
| YUV | 139.59 | 145.73 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 118 | 171 | 0.01 | 0.31 | 0 | 0.33 | 298.87 | 0.24 | 0.57 |
| Hex | AA | 76 | AB | 1 | 1F | 0 | 21 | 12B | 18 | 39 |
| Octal | 252 | 166 | 253 | 1 | 37 | 0 | 41 | 453 | 30 | 71 |
| Binary | 10101010 | 1110110 | 10101011 | 1 | 11111 | 0 | 100001 | 100101011 | 11000 | 111001 |
Color Harmonies of #AA76AB
Complementary color
Monochromatic Colors of #AA76AB
Black with #AA76AB
Text Example
Text Example
White with #AA76AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA76AB; }
p { color: rgb(170,118,171); }
H1.HeaderClassName
{
color: #AA76AB;
}
.AnyTagClassName
{
color: #AA76AB;
}
</style>
background-color css
<style>
a { background-color: #AA76AB; }
a { background-color: rgb(170,118,171); }
div.DivClassName
{
background-color: #AA76AB;
}
.BgClassName
{
background-color: #AA76AB;
}
</style>
border-color css
<style>
span { border-color: #AA76AB; }
span { border-color: rgb(170,118,171); }
td.TdClassName
{
border-color: #AA76AB;
}
.TagClassName
{
border-color: #AA76AB;
}
</style>