Shades of Medium Purple #AA70E7
Tints of Medium Purple #AA70E7
RGB
CMYK
RGB Variations
Color information
#AA70E7 (or 0xAA70E7) is known color: Medium Purple. HEX triplet: AA, 70 and E7. RGB value is (170,112,231). Sum of RGB (Red+Green+Blue) = 170+112+231=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 112 (44.14% from 255 or 21.83% from 513); Blue value is 231 (90.62% from 255 or 45.03% from 513); Max value from RGB is 231 - color contains mainly: blue. Hex color #AA70E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA70E7 is #558F18. Grayscale: #8E8E8E. Windows color (decimal): -5607193 or 15167658. OLE color: 15167658.
HSL color Cylindrical-coordinate representation of color #AA70E7: hue angle of 269.24º degrees, saturation: 0.71, 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 #AA70E7 is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 112 | 231 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.09 |
| HSL | 269.24º | 0.71% | 0.67% | - |
| HSV(B) | 269.24º | 0.52% | 0.91% | - |
| XYZ | 36.8 | 25.9 | 78.66 | - |
| YUV | 142.91 | 177.72 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 112 | 231 | 0.26 | 0.52 | 0 | 0.09 | 269.24 | 0.71 | 0.67 |
| Hex | AA | 70 | E7 | 1A | 34 | 0 | 9 | 10D | 47 | 43 |
| Octal | 252 | 160 | 347 | 32 | 64 | 0 | 11 | 415 | 107 | 103 |
| Binary | 10101010 | 1110000 | 11100111 | 11010 | 110100 | 0 | 1001 | 100001101 | 1000111 | 1000011 |
Color Harmonies of #AA70E7
Complementary color
Monochromatic Colors of #AA70E7
Black with #AA70E7
Text Example
Text Example
White with #AA70E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA70E7; }
p { color: rgb(170,112,231); }
H1.HeaderClassName
{
color: #AA70E7;
}
.AnyTagClassName
{
color: #AA70E7;
}
</style>
background-color css
<style>
a { background-color: #AA70E7; }
a { background-color: rgb(170,112,231); }
div.DivClassName
{
background-color: #AA70E7;
}
.BgClassName
{
background-color: #AA70E7;
}
</style>
border-color css
<style>
span { border-color: #AA70E7; }
span { border-color: rgb(170,112,231); }
td.TdClassName
{
border-color: #AA70E7;
}
.TagClassName
{
border-color: #AA70E7;
}
</style>