Shades of Medium Purple #AA73E0
Tints of Medium Purple #AA73E0
RGB
CMYK
RGB Variations
Color information
#AA73E0 (or 0xAA73E0) is known color: Medium Purple. HEX triplet: AA, 73 and E0. RGB value is (170,115,224). Sum of RGB (Red+Green+Blue) = 170+115+224=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 115 (45.31% from 255 or 22.59% from 509); Blue value is 224 (87.89% from 255 or 44.01% from 509); Max value from RGB is 224 - color contains mainly: blue. Hex color #AA73E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA73E0 is #558C1F. Grayscale: #8F8F8F. Windows color (decimal): -5606432 or 14709674. OLE color: 14709674.
HSL color Cylindrical-coordinate representation of color #AA73E0: hue angle of 270.28º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA73E0 is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 115 | 224 | - |
| CMYK | 0.24 | 0.49 | 0 | 0.12 |
| HSL | 270.28º | 0.64% | 0.66% | - |
| HSV(B) | 270.28º | 0.49% | 0.88% | - |
| XYZ | 36.16 | 26.19 | 73.67 | - |
| YUV | 143.87 | 173.22 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 115 | 224 | 0.24 | 0.49 | 0 | 0.12 | 270.28 | 0.64 | 0.66 |
| Hex | AA | 73 | E0 | 18 | 31 | 0 | C | 10E | 40 | 42 |
| Octal | 252 | 163 | 340 | 30 | 61 | 0 | 14 | 416 | 100 | 102 |
| Binary | 10101010 | 1110011 | 11100000 | 11000 | 110001 | 0 | 1100 | 100001110 | 1000000 | 1000010 |
Color Harmonies of #AA73E0
Complementary color
Monochromatic Colors of #AA73E0
Black with #AA73E0
Text Example
Text Example
White with #AA73E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA73E0; }
p { color: rgb(170,115,224); }
H1.HeaderClassName
{
color: #AA73E0;
}
.AnyTagClassName
{
color: #AA73E0;
}
</style>
background-color css
<style>
a { background-color: #AA73E0; }
a { background-color: rgb(170,115,224); }
div.DivClassName
{
background-color: #AA73E0;
}
.BgClassName
{
background-color: #AA73E0;
}
</style>
border-color css
<style>
span { border-color: #AA73E0; }
span { border-color: rgb(170,115,224); }
td.TdClassName
{
border-color: #AA73E0;
}
.TagClassName
{
border-color: #AA73E0;
}
</style>