Shades of Medium Purple #AA71ED
Tints of Medium Purple #AA71ED
RGB
CMYK
RGB Variations
Color information
#AA71ED (or 0xAA71ED) is known color: Medium Purple. HEX triplet: AA, 71 and ED. RGB value is (170,113,237). Sum of RGB (Red+Green+Blue) = 170+113+237=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 113 (44.53% from 255 or 21.73% from 520); Blue value is 237 (92.97% from 255 or 45.58% from 520); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA71ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA71ED is #558E12. Grayscale: #8F8F8F. Windows color (decimal): -5606931 or 15561130. OLE color: 15561130.
HSL color Cylindrical-coordinate representation of color #AA71ED: hue angle of 267.58º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA71ED is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 113 | 237 | - |
| CMYK | 0.28 | 0.52 | 0 | 0.07 |
| HSL | 267.58º | 0.78% | 0.69% | - |
| HSV(B) | 267.58º | 0.52% | 0.93% | - |
| XYZ | 37.77 | 26.47 | 83.24 | - |
| YUV | 144.18 | 180.38 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 113 | 237 | 0.28 | 0.52 | 0 | 0.07 | 267.58 | 0.78 | 0.69 |
| Hex | AA | 71 | ED | 1C | 34 | 0 | 7 | 10C | 4E | 45 |
| Octal | 252 | 161 | 355 | 34 | 64 | 0 | 7 | 414 | 116 | 105 |
| Binary | 10101010 | 1110001 | 11101101 | 11100 | 110100 | 0 | 111 | 100001100 | 1001110 | 1000101 |
Color Harmonies of #AA71ED
Complementary color
Monochromatic Colors of #AA71ED
Black with #AA71ED
Text Example
Text Example
White with #AA71ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA71ED; }
p { color: rgb(170,113,237); }
H1.HeaderClassName
{
color: #AA71ED;
}
.AnyTagClassName
{
color: #AA71ED;
}
</style>
background-color css
<style>
a { background-color: #AA71ED; }
a { background-color: rgb(170,113,237); }
div.DivClassName
{
background-color: #AA71ED;
}
.BgClassName
{
background-color: #AA71ED;
}
</style>
border-color css
<style>
span { border-color: #AA71ED; }
span { border-color: rgb(170,113,237); }
td.TdClassName
{
border-color: #AA71ED;
}
.TagClassName
{
border-color: #AA71ED;
}
</style>