Shades of Medium Purple #AA70E9
Tints of Medium Purple #AA70E9
RGB
CMYK
RGB Variations
Color information
#AA70E9 (or 0xAA70E9) is known color: Medium Purple. HEX triplet: AA, 70 and E9. RGB value is (170,112,233). Sum of RGB (Red+Green+Blue) = 170+112+233=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 112 (44.14% from 255 or 21.75% from 515); Blue value is 233 (91.41% from 255 or 45.24% from 515); Max value from RGB is 233 - color contains mainly: blue. Hex color #AA70E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA70E9 is #558F16. Grayscale: #8E8E8E. Windows color (decimal): -5607191 or 15298730. OLE color: 15298730.
HSL color Cylindrical-coordinate representation of color #AA70E9: hue angle of 268.76º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA70E9 is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 112 | 233 | - |
| CMYK | 0.27 | 0.52 | 0 | 0.09 |
| HSL | 268.76º | 0.73% | 0.68% | - |
| HSV(B) | 268.76º | 0.52% | 0.91% | - |
| XYZ | 37.08 | 26.02 | 80.16 | - |
| YUV | 143.14 | 178.72 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 112 | 233 | 0.27 | 0.52 | 0 | 0.09 | 268.76 | 0.73 | 0.68 |
| Hex | AA | 70 | E9 | 1B | 34 | 0 | 9 | 10D | 49 | 44 |
| Octal | 252 | 160 | 351 | 33 | 64 | 0 | 11 | 415 | 111 | 104 |
| Binary | 10101010 | 1110000 | 11101001 | 11011 | 110100 | 0 | 1001 | 100001101 | 1001001 | 1000100 |
Color Harmonies of #AA70E9
Complementary color
Monochromatic Colors of #AA70E9
Black with #AA70E9
Text Example
Text Example
White with #AA70E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA70E9; }
p { color: rgb(170,112,233); }
H1.HeaderClassName
{
color: #AA70E9;
}
.AnyTagClassName
{
color: #AA70E9;
}
</style>
background-color css
<style>
a { background-color: #AA70E9; }
a { background-color: rgb(170,112,233); }
div.DivClassName
{
background-color: #AA70E9;
}
.BgClassName
{
background-color: #AA70E9;
}
</style>
border-color css
<style>
span { border-color: #AA70E9; }
span { border-color: rgb(170,112,233); }
td.TdClassName
{
border-color: #AA70E9;
}
.TagClassName
{
border-color: #AA70E9;
}
</style>