Shades of Violet Blue #AA71B2
Tints of Violet Blue #AA71B2
RGB
CMYK
RGB Variations
Color information
#AA71B2 (or 0xAA71B2) is known color: Violet Blue. HEX triplet: AA, 71 and B2. RGB value is (170,113,178). Sum of RGB (Red+Green+Blue) = 170+113+178=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 113 (44.53% from 255 or 24.51% from 461); Blue value is 178 (69.92% from 255 or 38.61% from 461); Max value from RGB is 178 - color contains mainly: blue. Hex color #AA71B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA71B2 is #558E4D. Grayscale: #898989. Windows color (decimal): -5606990 or 11694506. OLE color: 11694506.
HSL color Cylindrical-coordinate representation of color #AA71B2: hue angle of 292.62º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA71B2 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 113 | 178 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.30 |
| HSL | 292.62º | 0.3% | 0.57% | - |
| HSV(B) | 292.62º | 0.37% | 0.7% | - |
| XYZ | 30.52 | 23.57 | 45.06 | - |
| YUV | 137.45 | 150.88 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 113 | 178 | 0.04 | 0.37 | 0 | 0.30 | 292.62 | 0.3 | 0.57 |
| Hex | AA | 71 | B2 | 4 | 25 | 0 | 1E | 125 | 1E | 39 |
| Octal | 252 | 161 | 262 | 4 | 45 | 0 | 36 | 445 | 36 | 71 |
| Binary | 10101010 | 1110001 | 10110010 | 100 | 100101 | 0 | 11110 | 100100101 | 11110 | 111001 |
Color Harmonies of #AA71B2
Complementary color
Monochromatic Colors of #AA71B2
Black with #AA71B2
Text Example
Text Example
White with #AA71B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA71B2; }
p { color: rgb(170,113,178); }
H1.HeaderClassName
{
color: #AA71B2;
}
.AnyTagClassName
{
color: #AA71B2;
}
</style>
background-color css
<style>
a { background-color: #AA71B2; }
a { background-color: rgb(170,113,178); }
div.DivClassName
{
background-color: #AA71B2;
}
.BgClassName
{
background-color: #AA71B2;
}
</style>
border-color css
<style>
span { border-color: #AA71B2; }
span { border-color: rgb(170,113,178); }
td.TdClassName
{
border-color: #AA71B2;
}
.TagClassName
{
border-color: #AA71B2;
}
</style>