Shades of Medium Purple #AA71EE
Tints of Medium Purple #AA71EE
RGB
CMYK
RGB Variations
Color information
#AA71EE (or 0xAA71EE) is known color: Medium Purple. HEX triplet: AA, 71 and EE. RGB value is (170,113,238). Sum of RGB (Red+Green+Blue) = 170+113+238=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 113 (44.53% from 255 or 21.69% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA71EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA71EE is #558E11. Grayscale: #8F8F8F. Windows color (decimal): -5606930 or 15626666. OLE color: 15626666.
HSL color Cylindrical-coordinate representation of color #AA71EE: hue angle of 267.36º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA71EE is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 113 | 238 | - |
| CMYK | 0.29 | 0.53 | 0 | 0.07 |
| HSL | 267.36º | 0.79% | 0.69% | - |
| HSV(B) | 267.36º | 0.53% | 0.93% | - |
| XYZ | 37.92 | 26.53 | 84.01 | - |
| YUV | 144.29 | 180.88 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 113 | 238 | 0.29 | 0.53 | 0 | 0.07 | 267.36 | 0.79 | 0.69 |
| Hex | AA | 71 | EE | 1D | 35 | 0 | 7 | 10B | 4F | 45 |
| Octal | 252 | 161 | 356 | 35 | 65 | 0 | 7 | 413 | 117 | 105 |
| Binary | 10101010 | 1110001 | 11101110 | 11101 | 110101 | 0 | 111 | 100001011 | 1001111 | 1000101 |
Color Harmonies of #AA71EE
Complementary color
Monochromatic Colors of #AA71EE
Black with #AA71EE
Text Example
Text Example
White with #AA71EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA71EE; }
p { color: rgb(170,113,238); }
H1.HeaderClassName
{
color: #AA71EE;
}
.AnyTagClassName
{
color: #AA71EE;
}
</style>
background-color css
<style>
a { background-color: #AA71EE; }
a { background-color: rgb(170,113,238); }
div.DivClassName
{
background-color: #AA71EE;
}
.BgClassName
{
background-color: #AA71EE;
}
</style>
border-color css
<style>
span { border-color: #AA71EE; }
span { border-color: rgb(170,113,238); }
td.TdClassName
{
border-color: #AA71EE;
}
.TagClassName
{
border-color: #AA71EE;
}
</style>