Shades of Medium Purple #AA71E9
Tints of Medium Purple #AA71E9
RGB
CMYK
RGB Variations
Color information
#AA71E9 (or 0xAA71E9) is known color: Medium Purple. HEX triplet: AA, 71 and E9. RGB value is (170,113,233). Sum of RGB (Red+Green+Blue) = 170+113+233=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 113 (44.53% from 255 or 21.90% from 516); Blue value is 233 (91.41% from 255 or 45.16% from 516); Max value from RGB is 233 - color contains mainly: blue. Hex color #AA71E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA71E9 is #558E16. Grayscale: #8F8F8F. Windows color (decimal): -5606935 or 15298986. OLE color: 15298986.
HSL color Cylindrical-coordinate representation of color #AA71E9: hue angle of 268.5º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA71E9 is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 113 | 233 | - |
| CMYK | 0.27 | 0.52 | 0 | 0.09 |
| HSL | 268.5º | 0.73% | 0.68% | - |
| HSV(B) | 268.5º | 0.52% | 0.91% | - |
| XYZ | 37.19 | 26.24 | 80.2 | - |
| YUV | 143.72 | 178.38 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 113 | 233 | 0.27 | 0.52 | 0 | 0.09 | 268.5 | 0.73 | 0.68 |
| Hex | AA | 71 | E9 | 1B | 34 | 0 | 9 | 10C | 49 | 44 |
| Octal | 252 | 161 | 351 | 33 | 64 | 0 | 11 | 414 | 111 | 104 |
| Binary | 10101010 | 1110001 | 11101001 | 11011 | 110100 | 0 | 1001 | 100001100 | 1001001 | 1000100 |
Color Harmonies of #AA71E9
Complementary color
Monochromatic Colors of #AA71E9
Black with #AA71E9
Text Example
Text Example
White with #AA71E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA71E9; }
p { color: rgb(170,113,233); }
H1.HeaderClassName
{
color: #AA71E9;
}
.AnyTagClassName
{
color: #AA71E9;
}
</style>
background-color css
<style>
a { background-color: #AA71E9; }
a { background-color: rgb(170,113,233); }
div.DivClassName
{
background-color: #AA71E9;
}
.BgClassName
{
background-color: #AA71E9;
}
</style>
border-color css
<style>
span { border-color: #AA71E9; }
span { border-color: rgb(170,113,233); }
td.TdClassName
{
border-color: #AA71E9;
}
.TagClassName
{
border-color: #AA71E9;
}
</style>