Shades of Medium Purple #AA72EC
Tints of Medium Purple #AA72EC
RGB
CMYK
RGB Variations
Color information
#AA72EC (or 0xAA72EC) is known color: Medium Purple. HEX triplet: AA, 72 and EC. RGB value is (170,114,236). Sum of RGB (Red+Green+Blue) = 170+114+236=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 114 (44.92% from 255 or 21.92% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA72EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA72EC is #558D13. Grayscale: #909090. Windows color (decimal): -5606676 or 15495850. OLE color: 15495850.
HSL color Cylindrical-coordinate representation of color #AA72EC: hue angle of 267.54º degrees, saturation: 0.76, 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 #AA72EC is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 114 | 236 | - |
| CMYK | 0.28 | 0.52 | 0 | 0.07 |
| HSL | 267.54º | 0.76% | 0.69% | - |
| HSV(B) | 267.54º | 0.52% | 0.93% | - |
| XYZ | 37.74 | 26.64 | 82.51 | - |
| YUV | 144.65 | 179.55 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 114 | 236 | 0.28 | 0.52 | 0 | 0.07 | 267.54 | 0.76 | 0.69 |
| Hex | AA | 72 | EC | 1C | 34 | 0 | 7 | 10C | 4C | 45 |
| Octal | 252 | 162 | 354 | 34 | 64 | 0 | 7 | 414 | 114 | 105 |
| Binary | 10101010 | 1110010 | 11101100 | 11100 | 110100 | 0 | 111 | 100001100 | 1001100 | 1000101 |
Color Harmonies of #AA72EC
Complementary color
Monochromatic Colors of #AA72EC
Black with #AA72EC
Text Example
Text Example
White with #AA72EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA72EC; }
p { color: rgb(170,114,236); }
H1.HeaderClassName
{
color: #AA72EC;
}
.AnyTagClassName
{
color: #AA72EC;
}
</style>
background-color css
<style>
a { background-color: #AA72EC; }
a { background-color: rgb(170,114,236); }
div.DivClassName
{
background-color: #AA72EC;
}
.BgClassName
{
background-color: #AA72EC;
}
</style>
border-color css
<style>
span { border-color: #AA72EC; }
span { border-color: rgb(170,114,236); }
td.TdClassName
{
border-color: #AA72EC;
}
.TagClassName
{
border-color: #AA72EC;
}
</style>