Shades of Violet Blue #AA77AF
Tints of Violet Blue #AA77AF
RGB
CMYK
RGB Variations
Color information
#AA77AF (or 0xAA77AF) is known color: Violet Blue. HEX triplet: AA, 77 and AF. RGB value is (170,119,175). Sum of RGB (Red+Green+Blue) = 170+119+175=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 119 (46.88% from 255 or 25.65% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA77AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA77AF is #558850. Grayscale: #8C8C8C. Windows color (decimal): -5605457 or 11499434. OLE color: 11499434.
HSL color Cylindrical-coordinate representation of color #AA77AF: hue angle of 294.64º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA77AF is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 119 | 175 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.31 |
| HSL | 294.64º | 0.26% | 0.58% | - |
| HSV(B) | 294.64º | 0.32% | 0.69% | - |
| XYZ | 30.91 | 24.83 | 43.72 | - |
| YUV | 140.63 | 147.4 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 119 | 175 | 0.03 | 0.32 | 0 | 0.31 | 294.64 | 0.26 | 0.58 |
| Hex | AA | 77 | AF | 3 | 20 | 0 | 1F | 127 | 1A | 3A |
| Octal | 252 | 167 | 257 | 3 | 40 | 0 | 37 | 447 | 32 | 72 |
| Binary | 10101010 | 1110111 | 10101111 | 11 | 100000 | 0 | 11111 | 100100111 | 11010 | 111010 |
Color Harmonies of #AA77AF
Complementary color
Monochromatic Colors of #AA77AF
Black with #AA77AF
Text Example
Text Example
White with #AA77AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA77AF; }
p { color: rgb(170,119,175); }
H1.HeaderClassName
{
color: #AA77AF;
}
.AnyTagClassName
{
color: #AA77AF;
}
</style>
background-color css
<style>
a { background-color: #AA77AF; }
a { background-color: rgb(170,119,175); }
div.DivClassName
{
background-color: #AA77AF;
}
.BgClassName
{
background-color: #AA77AF;
}
</style>
border-color css
<style>
span { border-color: #AA77AF; }
span { border-color: rgb(170,119,175); }
td.TdClassName
{
border-color: #AA77AF;
}
.TagClassName
{
border-color: #AA77AF;
}
</style>