Shades of Medium Orchid #AA59E5
Tints of Medium Orchid #AA59E5
RGB
CMYK
RGB Variations
Color information
#AA59E5 (or 0xAA59E5) is known color: Medium Orchid. HEX triplet: AA, 59 and E5. RGB value is (170,89,229). Sum of RGB (Red+Green+Blue) = 170+89+229=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 89 (35.16% from 255 or 18.24% from 488); Blue value is 229 (89.84% from 255 or 46.93% from 488); Max value from RGB is 229 - color contains mainly: blue. Hex color #AA59E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA59E5 is #55A61A. Grayscale: #808080. Windows color (decimal): -5613083 or 15030698. OLE color: 15030698.
HSL color Cylindrical-coordinate representation of color #AA59E5: hue angle of 274.71º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA59E5 is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 89 | 229 | - |
| CMYK | 0.26 | 0.61 | 0 | 0.10 |
| HSL | 274.71º | 0.73% | 0.62% | - |
| HSV(B) | 274.71º | 0.61% | 0.9% | - |
| XYZ | 34.29 | 21.35 | 76.44 | - |
| YUV | 129.18 | 184.34 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 89 | 229 | 0.26 | 0.61 | 0 | 0.10 | 274.71 | 0.73 | 0.62 |
| Hex | AA | 59 | E5 | 1A | 3D | 0 | A | 113 | 49 | 3E |
| Octal | 252 | 131 | 345 | 32 | 75 | 0 | 12 | 423 | 111 | 76 |
| Binary | 10101010 | 1011001 | 11100101 | 11010 | 111101 | 0 | 1010 | 100010011 | 1001001 | 111110 |
Color Harmonies of #AA59E5
Complementary color
Monochromatic Colors of #AA59E5
Black with #AA59E5
Text Example
Text Example
White with #AA59E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA59E5; }
p { color: rgb(170,89,229); }
H1.HeaderClassName
{
color: #AA59E5;
}
.AnyTagClassName
{
color: #AA59E5;
}
</style>
background-color css
<style>
a { background-color: #AA59E5; }
a { background-color: rgb(170,89,229); }
div.DivClassName
{
background-color: #AA59E5;
}
.BgClassName
{
background-color: #AA59E5;
}
</style>
border-color css
<style>
span { border-color: #AA59E5; }
span { border-color: rgb(170,89,229); }
td.TdClassName
{
border-color: #AA59E5;
}
.TagClassName
{
border-color: #AA59E5;
}
</style>