Shades of Violet Blue #AA71A3
Tints of Violet Blue #AA71A3
RGB
CMYK
RGB Variations
Color information
#AA71A3 (or 0xAA71A3) is known color: Violet Blue. HEX triplet: AA, 71 and A3. RGB value is (170,113,163). Sum of RGB (Red+Green+Blue) = 170+113+163=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 113 (44.53% from 255 or 25.34% from 446); Blue value is 163 (64.06% from 255 or 36.55% from 446); Max value from RGB is 170 - color contains mainly: red. Hex color #AA71A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA71A3 is #558E5C. Grayscale: #878787. Windows color (decimal): -5607005 or 10711466. OLE color: 10711466.
HSL color Cylindrical-coordinate representation of color #AA71A3: hue angle of 307.37º 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 #AA71A3 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 113 | 163 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.33 |
| HSL | 307.37º | 0.25% | 0.55% | - |
| HSV(B) | 307.37º | 0.34% | 0.67% | - |
| XYZ | 29.09 | 23 | 37.56 | - |
| YUV | 135.74 | 143.38 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 113 | 163 | 0 | 0.34 | 0.04 | 0.33 | 307.37 | 0.25 | 0.55 |
| Hex | AA | 71 | A3 | 0 | 22 | 4 | 21 | 133 | 19 | 37 |
| Octal | 252 | 161 | 243 | 0 | 42 | 4 | 41 | 463 | 31 | 67 |
| Binary | 10101010 | 1110001 | 10100011 | 0 | 100010 | 100 | 100001 | 100110011 | 11001 | 110111 |
Color Harmonies of #AA71A3
Complementary color
Monochromatic Colors of #AA71A3
Black with #AA71A3
Text Example
Text Example
White with #AA71A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA71A3; }
p { color: rgb(170,113,163); }
H1.HeaderClassName
{
color: #AA71A3;
}
.AnyTagClassName
{
color: #AA71A3;
}
</style>
background-color css
<style>
a { background-color: #AA71A3; }
a { background-color: rgb(170,113,163); }
div.DivClassName
{
background-color: #AA71A3;
}
.BgClassName
{
background-color: #AA71A3;
}
</style>
border-color css
<style>
span { border-color: #AA71A3; }
span { border-color: rgb(170,113,163); }
td.TdClassName
{
border-color: #AA71A3;
}
.TagClassName
{
border-color: #AA71A3;
}
</style>