Shades of Medium Purple #AA73EE
Tints of Medium Purple #AA73EE
RGB
CMYK
RGB Variations
Color information
#AA73EE (or 0xAA73EE) is known color: Medium Purple. HEX triplet: AA, 73 and EE. RGB value is (170,115,238). Sum of RGB (Red+Green+Blue) = 170+115+238=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 115 (45.31% from 255 or 21.99% from 523); Blue value is 238 (93.36% from 255 or 45.51% from 523); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA73EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA73EE is #558C11. Grayscale: #919191. Windows color (decimal): -5606418 or 15627178. OLE color: 15627178.
HSL color Cylindrical-coordinate representation of color #AA73EE: hue angle of 266.83º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA73EE is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 115 | 238 | - |
| CMYK | 0.29 | 0.52 | 0 | 0.07 |
| HSL | 266.83º | 0.78% | 0.69% | - |
| HSV(B) | 266.83º | 0.52% | 0.93% | - |
| XYZ | 38.14 | 26.98 | 84.09 | - |
| YUV | 145.47 | 180.22 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 115 | 238 | 0.29 | 0.52 | 0 | 0.07 | 266.83 | 0.78 | 0.69 |
| Hex | AA | 73 | EE | 1D | 34 | 0 | 7 | 10B | 4E | 45 |
| Octal | 252 | 163 | 356 | 35 | 64 | 0 | 7 | 413 | 116 | 105 |
| Binary | 10101010 | 1110011 | 11101110 | 11101 | 110100 | 0 | 111 | 100001011 | 1001110 | 1000101 |
Color Harmonies of #AA73EE
Complementary color
Monochromatic Colors of #AA73EE
Black with #AA73EE
Text Example
Text Example
White with #AA73EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA73EE; }
p { color: rgb(170,115,238); }
H1.HeaderClassName
{
color: #AA73EE;
}
.AnyTagClassName
{
color: #AA73EE;
}
</style>
background-color css
<style>
a { background-color: #AA73EE; }
a { background-color: rgb(170,115,238); }
div.DivClassName
{
background-color: #AA73EE;
}
.BgClassName
{
background-color: #AA73EE;
}
</style>
border-color css
<style>
span { border-color: #AA73EE; }
span { border-color: rgb(170,115,238); }
td.TdClassName
{
border-color: #AA73EE;
}
.TagClassName
{
border-color: #AA73EE;
}
</style>