Shades of Medium Orchid #AA59CE
Tints of Medium Orchid #AA59CE
RGB
CMYK
RGB Variations
Color information
#AA59CE (or 0xAA59CE) is known color: Medium Orchid. HEX triplet: AA, 59 and CE. RGB value is (170,89,206). Sum of RGB (Red+Green+Blue) = 170+89+206=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 89 (35.16% from 255 or 19.14% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA59CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA59CE is #55A631. Grayscale: #7E7E7E. Windows color (decimal): -5613106 or 13523370. OLE color: 13523370.
HSL color Cylindrical-coordinate representation of color #AA59CE: hue angle of 281.54º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA59CE is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 89 | 206 | - |
| CMYK | 0.17 | 0.57 | 0 | 0.19 |
| HSL | 281.54º | 0.54% | 0.58% | - |
| HSV(B) | 281.54º | 0.57% | 0.81% | - |
| XYZ | 31.29 | 20.15 | 60.63 | - |
| YUV | 126.56 | 172.84 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 89 | 206 | 0.17 | 0.57 | 0 | 0.19 | 281.54 | 0.54 | 0.58 |
| Hex | AA | 59 | CE | 11 | 39 | 0 | 13 | 11A | 36 | 3A |
| Octal | 252 | 131 | 316 | 21 | 71 | 0 | 23 | 432 | 66 | 72 |
| Binary | 10101010 | 1011001 | 11001110 | 10001 | 111001 | 0 | 10011 | 100011010 | 110110 | 111010 |
Color Harmonies of #AA59CE
Complementary color
Monochromatic Colors of #AA59CE
Black with #AA59CE
Text Example
Text Example
White with #AA59CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA59CE; }
p { color: rgb(170,89,206); }
H1.HeaderClassName
{
color: #AA59CE;
}
.AnyTagClassName
{
color: #AA59CE;
}
</style>
background-color css
<style>
a { background-color: #AA59CE; }
a { background-color: rgb(170,89,206); }
div.DivClassName
{
background-color: #AA59CE;
}
.BgClassName
{
background-color: #AA59CE;
}
</style>
border-color css
<style>
span { border-color: #AA59CE; }
span { border-color: rgb(170,89,206); }
td.TdClassName
{
border-color: #AA59CE;
}
.TagClassName
{
border-color: #AA59CE;
}
</style>