Shades of Medium Purple #AA70EC
Tints of Medium Purple #AA70EC
RGB
CMYK
RGB Variations
Color information
#AA70EC (or 0xAA70EC) is known color: Medium Purple. HEX triplet: AA, 70 and EC. RGB value is (170,112,236). Sum of RGB (Red+Green+Blue) = 170+112+236=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 112 (44.14% from 255 or 21.62% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA70EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA70EC is #558F13. Grayscale: #8F8F8F. Windows color (decimal): -5607188 or 15495338. OLE color: 15495338.
HSL color Cylindrical-coordinate representation of color #AA70EC: hue angle of 268.06º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA70EC is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 112 | 236 | - |
| CMYK | 0.28 | 0.53 | 0 | 0.07 |
| HSL | 268.06º | 0.77% | 0.68% | - |
| HSV(B) | 268.06º | 0.53% | 0.93% | - |
| XYZ | 37.51 | 26.19 | 82.44 | - |
| YUV | 143.48 | 180.22 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 112 | 236 | 0.28 | 0.53 | 0 | 0.07 | 268.06 | 0.77 | 0.68 |
| Hex | AA | 70 | EC | 1C | 35 | 0 | 7 | 10C | 4D | 44 |
| Octal | 252 | 160 | 354 | 34 | 65 | 0 | 7 | 414 | 115 | 104 |
| Binary | 10101010 | 1110000 | 11101100 | 11100 | 110101 | 0 | 111 | 100001100 | 1001101 | 1000100 |
Color Harmonies of #AA70EC
Complementary color
Monochromatic Colors of #AA70EC
Black with #AA70EC
Text Example
Text Example
White with #AA70EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA70EC; }
p { color: rgb(170,112,236); }
H1.HeaderClassName
{
color: #AA70EC;
}
.AnyTagClassName
{
color: #AA70EC;
}
</style>
background-color css
<style>
a { background-color: #AA70EC; }
a { background-color: rgb(170,112,236); }
div.DivClassName
{
background-color: #AA70EC;
}
.BgClassName
{
background-color: #AA70EC;
}
</style>
border-color css
<style>
span { border-color: #AA70EC; }
span { border-color: rgb(170,112,236); }
td.TdClassName
{
border-color: #AA70EC;
}
.TagClassName
{
border-color: #AA70EC;
}
</style>