Shades of Medium Purple #AA70E8
Tints of Medium Purple #AA70E8
RGB
CMYK
RGB Variations
Color information
#AA70E8 (or 0xAA70E8) is known color: Medium Purple. HEX triplet: AA, 70 and E8. RGB value is (170,112,232). Sum of RGB (Red+Green+Blue) = 170+112+232=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 112 (44.14% from 255 or 21.79% from 514); Blue value is 232 (91.02% from 255 or 45.14% from 514); Max value from RGB is 232 - color contains mainly: blue. Hex color #AA70E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA70E8 is #558F17. Grayscale: #8E8E8E. Windows color (decimal): -5607192 or 15233194. OLE color: 15233194.
HSL color Cylindrical-coordinate representation of color #AA70E8: hue angle of 269º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA70E8 is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 112 | 232 | - |
| CMYK | 0.27 | 0.52 | 0 | 0.09 |
| HSL | 269º | 0.72% | 0.67% | - |
| HSV(B) | 269º | 0.52% | 0.91% | - |
| XYZ | 36.94 | 25.96 | 79.41 | - |
| YUV | 143.02 | 178.22 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 112 | 232 | 0.27 | 0.52 | 0 | 0.09 | 269 | 0.72 | 0.67 |
| Hex | AA | 70 | E8 | 1B | 34 | 0 | 9 | 10D | 48 | 43 |
| Octal | 252 | 160 | 350 | 33 | 64 | 0 | 11 | 415 | 110 | 103 |
| Binary | 10101010 | 1110000 | 11101000 | 11011 | 110100 | 0 | 1001 | 100001101 | 1001000 | 1000011 |
Color Harmonies of #AA70E8
Complementary color
Monochromatic Colors of #AA70E8
Black with #AA70E8
Text Example
Text Example
White with #AA70E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA70E8; }
p { color: rgb(170,112,232); }
H1.HeaderClassName
{
color: #AA70E8;
}
.AnyTagClassName
{
color: #AA70E8;
}
</style>
background-color css
<style>
a { background-color: #AA70E8; }
a { background-color: rgb(170,112,232); }
div.DivClassName
{
background-color: #AA70E8;
}
.BgClassName
{
background-color: #AA70E8;
}
</style>
border-color css
<style>
span { border-color: #AA70E8; }
span { border-color: rgb(170,112,232); }
td.TdClassName
{
border-color: #AA70E8;
}
.TagClassName
{
border-color: #AA70E8;
}
</style>