Shades of Medium Purple #AA71E3
Tints of Medium Purple #AA71E3
RGB
CMYK
RGB Variations
Color information
#AA71E3 (or 0xAA71E3) is known color: Medium Purple. HEX triplet: AA, 71 and E3. RGB value is (170,113,227). Sum of RGB (Red+Green+Blue) = 170+113+227=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 113 (44.53% from 255 or 22.16% from 510); Blue value is 227 (89.06% from 255 or 44.51% from 510); Max value from RGB is 227 - color contains mainly: blue. Hex color #AA71E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA71E3 is #558E1C. Grayscale: #8E8E8E. Windows color (decimal): -5606941 or 14905770. OLE color: 14905770.
HSL color Cylindrical-coordinate representation of color #AA71E3: hue angle of 270º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA71E3 is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 113 | 227 | - |
| CMYK | 0.25 | 0.50 | 0 | 0.11 |
| HSL | 270º | 0.67% | 0.67% | - |
| HSV(B) | 270º | 0.5% | 0.89% | - |
| XYZ | 36.35 | 25.9 | 75.76 | - |
| YUV | 143.04 | 175.38 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 113 | 227 | 0.25 | 0.50 | 0 | 0.11 | 270 | 0.67 | 0.67 |
| Hex | AA | 71 | E3 | 19 | 32 | 0 | B | 10E | 43 | 43 |
| Octal | 252 | 161 | 343 | 31 | 62 | 0 | 13 | 416 | 103 | 103 |
| Binary | 10101010 | 1110001 | 11100011 | 11001 | 110010 | 0 | 1011 | 100001110 | 1000011 | 1000011 |
Color Harmonies of #AA71E3
Complementary color
Monochromatic Colors of #AA71E3
Black with #AA71E3
Text Example
Text Example
White with #AA71E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA71E3; }
p { color: rgb(170,113,227); }
H1.HeaderClassName
{
color: #AA71E3;
}
.AnyTagClassName
{
color: #AA71E3;
}
</style>
background-color css
<style>
a { background-color: #AA71E3; }
a { background-color: rgb(170,113,227); }
div.DivClassName
{
background-color: #AA71E3;
}
.BgClassName
{
background-color: #AA71E3;
}
</style>
border-color css
<style>
span { border-color: #AA71E3; }
span { border-color: rgb(170,113,227); }
td.TdClassName
{
border-color: #AA71E3;
}
.TagClassName
{
border-color: #AA71E3;
}
</style>