Shades of Violet Blue #AA77AB
Tints of Violet Blue #AA77AB
RGB
CMYK
RGB Variations
Color information
#AA77AB (or 0xAA77AB) is known color: Violet Blue. HEX triplet: AA, 77 and AB. RGB value is (170,119,171). Sum of RGB (Red+Green+Blue) = 170+119+171=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 119 (46.88% from 255 or 25.87% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA77AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA77AB is #558854. Grayscale: #8C8C8C. Windows color (decimal): -5605461 or 11237290. OLE color: 11237290.
HSL color Cylindrical-coordinate representation of color #AA77AB: hue angle of 298.85º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA77AB is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 119 | 171 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.33 |
| HSL | 298.85º | 0.24% | 0.57% | - |
| HSV(B) | 298.85º | 0.3% | 0.67% | - |
| XYZ | 30.53 | 24.68 | 41.68 | - |
| YUV | 140.18 | 145.4 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 119 | 171 | 0.01 | 0.30 | 0 | 0.33 | 298.85 | 0.24 | 0.57 |
| Hex | AA | 77 | AB | 1 | 1E | 0 | 21 | 12B | 18 | 39 |
| Octal | 252 | 167 | 253 | 1 | 36 | 0 | 41 | 453 | 30 | 71 |
| Binary | 10101010 | 1110111 | 10101011 | 1 | 11110 | 0 | 100001 | 100101011 | 11000 | 111001 |
Color Harmonies of #AA77AB
Complementary color
Monochromatic Colors of #AA77AB
Black with #AA77AB
Text Example
Text Example
White with #AA77AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA77AB; }
p { color: rgb(170,119,171); }
H1.HeaderClassName
{
color: #AA77AB;
}
.AnyTagClassName
{
color: #AA77AB;
}
</style>
background-color css
<style>
a { background-color: #AA77AB; }
a { background-color: rgb(170,119,171); }
div.DivClassName
{
background-color: #AA77AB;
}
.BgClassName
{
background-color: #AA77AB;
}
</style>
border-color css
<style>
span { border-color: #AA77AB; }
span { border-color: rgb(170,119,171); }
td.TdClassName
{
border-color: #AA77AB;
}
.TagClassName
{
border-color: #AA77AB;
}
</style>