Shades of Medium Purple #AA70E3
Tints of Medium Purple #AA70E3
RGB
CMYK
RGB Variations
Color information
#AA70E3 (or 0xAA70E3) is known color: Medium Purple. HEX triplet: AA, 70 and E3. RGB value is (170,112,227). Sum of RGB (Red+Green+Blue) = 170+112+227=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 112 (44.14% from 255 or 22.00% from 509); Blue value is 227 (89.06% from 255 or 44.60% from 509); Max value from RGB is 227 - color contains mainly: blue. Hex color #AA70E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA70E3 is #558F1C. Grayscale: #8E8E8E. Windows color (decimal): -5607197 or 14905514. OLE color: 14905514.
HSL color Cylindrical-coordinate representation of color #AA70E3: hue angle of 270.26º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA70E3 is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 112 | 227 | - |
| CMYK | 0.25 | 0.51 | 0 | 0.11 |
| HSL | 270.26º | 0.67% | 0.66% | - |
| HSV(B) | 270.26º | 0.51% | 0.89% | - |
| XYZ | 36.24 | 25.68 | 75.72 | - |
| YUV | 142.45 | 175.72 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 112 | 227 | 0.25 | 0.51 | 0 | 0.11 | 270.26 | 0.67 | 0.66 |
| Hex | AA | 70 | E3 | 19 | 33 | 0 | B | 10E | 43 | 42 |
| Octal | 252 | 160 | 343 | 31 | 63 | 0 | 13 | 416 | 103 | 102 |
| Binary | 10101010 | 1110000 | 11100011 | 11001 | 110011 | 0 | 1011 | 100001110 | 1000011 | 1000010 |
Color Harmonies of #AA70E3
Complementary color
Monochromatic Colors of #AA70E3
Black with #AA70E3
Text Example
Text Example
White with #AA70E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA70E3; }
p { color: rgb(170,112,227); }
H1.HeaderClassName
{
color: #AA70E3;
}
.AnyTagClassName
{
color: #AA70E3;
}
</style>
background-color css
<style>
a { background-color: #AA70E3; }
a { background-color: rgb(170,112,227); }
div.DivClassName
{
background-color: #AA70E3;
}
.BgClassName
{
background-color: #AA70E3;
}
</style>
border-color css
<style>
span { border-color: #AA70E3; }
span { border-color: rgb(170,112,227); }
td.TdClassName
{
border-color: #AA70E3;
}
.TagClassName
{
border-color: #AA70E3;
}
</style>