Shades of Medium Purple #AA71EC
Tints of Medium Purple #AA71EC
RGB
CMYK
RGB Variations
Color information
#AA71EC (or 0xAA71EC) is known color: Medium Purple. HEX triplet: AA, 71 and EC. RGB value is (170,113,236). Sum of RGB (Red+Green+Blue) = 170+113+236=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 113 (44.53% from 255 or 21.77% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA71EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA71EC is #558E13. Grayscale: #8F8F8F. Windows color (decimal): -5606932 or 15495594. OLE color: 15495594.
HSL color Cylindrical-coordinate representation of color #AA71EC: hue angle of 267.8º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA71EC is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 113 | 236 | - |
| CMYK | 0.28 | 0.52 | 0 | 0.07 |
| HSL | 267.8º | 0.76% | 0.68% | - |
| HSV(B) | 267.8º | 0.52% | 0.93% | - |
| XYZ | 37.62 | 26.41 | 82.47 | - |
| YUV | 144.07 | 179.88 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 113 | 236 | 0.28 | 0.52 | 0 | 0.07 | 267.8 | 0.76 | 0.68 |
| Hex | AA | 71 | EC | 1C | 34 | 0 | 7 | 10C | 4C | 44 |
| Octal | 252 | 161 | 354 | 34 | 64 | 0 | 7 | 414 | 114 | 104 |
| Binary | 10101010 | 1110001 | 11101100 | 11100 | 110100 | 0 | 111 | 100001100 | 1001100 | 1000100 |
Color Harmonies of #AA71EC
Complementary color
Monochromatic Colors of #AA71EC
Black with #AA71EC
Text Example
Text Example
White with #AA71EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA71EC; }
p { color: rgb(170,113,236); }
H1.HeaderClassName
{
color: #AA71EC;
}
.AnyTagClassName
{
color: #AA71EC;
}
</style>
background-color css
<style>
a { background-color: #AA71EC; }
a { background-color: rgb(170,113,236); }
div.DivClassName
{
background-color: #AA71EC;
}
.BgClassName
{
background-color: #AA71EC;
}
</style>
border-color css
<style>
span { border-color: #AA71EC; }
span { border-color: rgb(170,113,236); }
td.TdClassName
{
border-color: #AA71EC;
}
.TagClassName
{
border-color: #AA71EC;
}
</style>