Shades of Violet Blue #AA71A8
Tints of Violet Blue #AA71A8
RGB
CMYK
RGB Variations
Color information
#AA71A8 (or 0xAA71A8) is known color: Violet Blue. HEX triplet: AA, 71 and A8. RGB value is (170,113,168). Sum of RGB (Red+Green+Blue) = 170+113+168=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 113 (44.53% from 255 or 25.06% from 451); Blue value is 168 (66.02% from 255 or 37.25% from 451); Max value from RGB is 170 - color contains mainly: red. Hex color #AA71A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA71A8 is #558E57. Grayscale: #888888. Windows color (decimal): -5607000 or 11039146. OLE color: 11039146.
HSL color Cylindrical-coordinate representation of color #AA71A8: hue angle of 302.11º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA71A8 is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 113 | 168 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.33 |
| HSL | 302.11º | 0.25% | 0.55% | - |
| HSV(B) | 302.11º | 0.34% | 0.67% | - |
| XYZ | 29.55 | 23.18 | 39.96 | - |
| YUV | 136.31 | 145.88 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 113 | 168 | 0 | 0.34 | 0.01 | 0.33 | 302.11 | 0.25 | 0.55 |
| Hex | AA | 71 | A8 | 0 | 22 | 1 | 21 | 12E | 19 | 37 |
| Octal | 252 | 161 | 250 | 0 | 42 | 1 | 41 | 456 | 31 | 67 |
| Binary | 10101010 | 1110001 | 10101000 | 0 | 100010 | 1 | 100001 | 100101110 | 11001 | 110111 |
Color Harmonies of #AA71A8
Complementary color
Monochromatic Colors of #AA71A8
Black with #AA71A8
Text Example
Text Example
White with #AA71A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA71A8; }
p { color: rgb(170,113,168); }
H1.HeaderClassName
{
color: #AA71A8;
}
.AnyTagClassName
{
color: #AA71A8;
}
</style>
background-color css
<style>
a { background-color: #AA71A8; }
a { background-color: rgb(170,113,168); }
div.DivClassName
{
background-color: #AA71A8;
}
.BgClassName
{
background-color: #AA71A8;
}
</style>
border-color css
<style>
span { border-color: #AA71A8; }
span { border-color: rgb(170,113,168); }
td.TdClassName
{
border-color: #AA71A8;
}
.TagClassName
{
border-color: #AA71A8;
}
</style>