Shades of Medium Orchid #AA59E8
Tints of Medium Orchid #AA59E8
RGB
CMYK
RGB Variations
Color information
#AA59E8 (or 0xAA59E8) is known color: Medium Orchid. HEX triplet: AA, 59 and E8. RGB value is (170,89,232). Sum of RGB (Red+Green+Blue) = 170+89+232=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 89 (35.16% from 255 or 18.13% from 491); Blue value is 232 (91.02% from 255 or 47.25% from 491); Max value from RGB is 232 - color contains mainly: blue. Hex color #AA59E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA59E8 is #55A617. Grayscale: #818181. Windows color (decimal): -5613080 or 15227306. OLE color: 15227306.
HSL color Cylindrical-coordinate representation of color #AA59E8: hue angle of 273.99º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA59E8 is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 89 | 232 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.09 |
| HSL | 273.99º | 0.76% | 0.63% | - |
| HSV(B) | 273.99º | 0.62% | 0.91% | - |
| XYZ | 34.72 | 21.52 | 78.67 | - |
| YUV | 129.52 | 185.84 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 89 | 232 | 0.27 | 0.62 | 0 | 0.09 | 273.99 | 0.76 | 0.63 |
| Hex | AA | 59 | E8 | 1B | 3E | 0 | 9 | 112 | 4C | 3F |
| Octal | 252 | 131 | 350 | 33 | 76 | 0 | 11 | 422 | 114 | 77 |
| Binary | 10101010 | 1011001 | 11101000 | 11011 | 111110 | 0 | 1001 | 100010010 | 1001100 | 111111 |
Color Harmonies of #AA59E8
Complementary color
Monochromatic Colors of #AA59E8
Black with #AA59E8
Text Example
Text Example
White with #AA59E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA59E8; }
p { color: rgb(170,89,232); }
H1.HeaderClassName
{
color: #AA59E8;
}
.AnyTagClassName
{
color: #AA59E8;
}
</style>
background-color css
<style>
a { background-color: #AA59E8; }
a { background-color: rgb(170,89,232); }
div.DivClassName
{
background-color: #AA59E8;
}
.BgClassName
{
background-color: #AA59E8;
}
</style>
border-color css
<style>
span { border-color: #AA59E8; }
span { border-color: rgb(170,89,232); }
td.TdClassName
{
border-color: #AA59E8;
}
.TagClassName
{
border-color: #AA59E8;
}
</style>