Shades of Medium Orchid #AA59EF
Tints of Medium Orchid #AA59EF
RGB
CMYK
RGB Variations
Color information
#AA59EF (or 0xAA59EF) is known color: Medium Orchid. HEX triplet: AA, 59 and EF. RGB value is (170,89,239). Sum of RGB (Red+Green+Blue) = 170+89+239=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 89 (35.16% from 255 or 17.87% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #AA59EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA59EF is #55A610. Grayscale: #818181. Windows color (decimal): -5613073 or 15686058. OLE color: 15686058.
HSL color Cylindrical-coordinate representation of color #AA59EF: hue angle of 272.4º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA59EF is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 89 | 239 | - |
| CMYK | 0.29 | 0.63 | 0 | 0.06 |
| HSL | 272.4º | 0.82% | 0.64% | - |
| HSV(B) | 272.4º | 0.63% | 0.94% | - |
| XYZ | 35.73 | 21.92 | 84.01 | - |
| YUV | 130.32 | 189.34 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 89 | 239 | 0.29 | 0.63 | 0 | 0.06 | 272.4 | 0.82 | 0.64 |
| Hex | AA | 59 | EF | 1D | 3F | 0 | 6 | 110 | 52 | 40 |
| Octal | 252 | 131 | 357 | 35 | 77 | 0 | 6 | 420 | 122 | 100 |
| Binary | 10101010 | 1011001 | 11101111 | 11101 | 111111 | 0 | 110 | 100010000 | 1010010 | 1000000 |
Color Harmonies of #AA59EF
Complementary color
Monochromatic Colors of #AA59EF
Black with #AA59EF
Text Example
Text Example
White with #AA59EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA59EF; }
p { color: rgb(170,89,239); }
H1.HeaderClassName
{
color: #AA59EF;
}
.AnyTagClassName
{
color: #AA59EF;
}
</style>
background-color css
<style>
a { background-color: #AA59EF; }
a { background-color: rgb(170,89,239); }
div.DivClassName
{
background-color: #AA59EF;
}
.BgClassName
{
background-color: #AA59EF;
}
</style>
border-color css
<style>
span { border-color: #AA59EF; }
span { border-color: rgb(170,89,239); }
td.TdClassName
{
border-color: #AA59EF;
}
.TagClassName
{
border-color: #AA59EF;
}
</style>