Shades of Medium Orchid #AA59EE
Tints of Medium Orchid #AA59EE
RGB
CMYK
RGB Variations
Color information
#AA59EE (or 0xAA59EE) is known color: Medium Orchid. HEX triplet: AA, 59 and EE. RGB value is (170,89,238). Sum of RGB (Red+Green+Blue) = 170+89+238=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 89 (35.16% from 255 or 17.91% from 497); Blue value is 238 (93.36% from 255 or 47.89% from 497); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA59EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA59EE is #55A611. Grayscale: #818181. Windows color (decimal): -5613074 or 15620522. OLE color: 15620522.
HSL color Cylindrical-coordinate representation of color #AA59EE: hue angle of 272.62º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA59EE is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 89 | 238 | - |
| CMYK | 0.29 | 0.63 | 0 | 0.07 |
| HSL | 272.62º | 0.81% | 0.64% | - |
| HSV(B) | 272.62º | 0.63% | 0.93% | - |
| XYZ | 35.58 | 21.86 | 83.23 | - |
| YUV | 130.21 | 188.84 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 89 | 238 | 0.29 | 0.63 | 0 | 0.07 | 272.62 | 0.81 | 0.64 |
| Hex | AA | 59 | EE | 1D | 3F | 0 | 7 | 111 | 51 | 40 |
| Octal | 252 | 131 | 356 | 35 | 77 | 0 | 7 | 421 | 121 | 100 |
| Binary | 10101010 | 1011001 | 11101110 | 11101 | 111111 | 0 | 111 | 100010001 | 1010001 | 1000000 |
Color Harmonies of #AA59EE
Complementary color
Monochromatic Colors of #AA59EE
Black with #AA59EE
Text Example
Text Example
White with #AA59EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA59EE; }
p { color: rgb(170,89,238); }
H1.HeaderClassName
{
color: #AA59EE;
}
.AnyTagClassName
{
color: #AA59EE;
}
</style>
background-color css
<style>
a { background-color: #AA59EE; }
a { background-color: rgb(170,89,238); }
div.DivClassName
{
background-color: #AA59EE;
}
.BgClassName
{
background-color: #AA59EE;
}
</style>
border-color css
<style>
span { border-color: #AA59EE; }
span { border-color: rgb(170,89,238); }
td.TdClassName
{
border-color: #AA59EE;
}
.TagClassName
{
border-color: #AA59EE;
}
</style>