Shades of Medium Orchid #AA59D0
Tints of Medium Orchid #AA59D0
RGB
CMYK
RGB Variations
Color information
#AA59D0 (or 0xAA59D0) is known color: Medium Orchid. HEX triplet: AA, 59 and D0. RGB value is (170,89,208). Sum of RGB (Red+Green+Blue) = 170+89+208=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 89 (35.16% from 255 or 19.06% from 467); Blue value is 208 (81.64% from 255 or 44.54% from 467); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA59D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA59D0 is #55A62F. Grayscale: #7E7E7E. Windows color (decimal): -5613104 or 13654442. OLE color: 13654442.
HSL color Cylindrical-coordinate representation of color #AA59D0: hue angle of 280.84º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA59D0 is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 89 | 208 | - |
| CMYK | 0.18 | 0.57 | 0 | 0.18 |
| HSL | 280.84º | 0.56% | 0.58% | - |
| HSV(B) | 280.84º | 0.57% | 0.82% | - |
| XYZ | 31.54 | 20.24 | 61.92 | - |
| YUV | 126.79 | 173.84 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 89 | 208 | 0.18 | 0.57 | 0 | 0.18 | 280.84 | 0.56 | 0.58 |
| Hex | AA | 59 | D0 | 12 | 39 | 0 | 12 | 119 | 38 | 3A |
| Octal | 252 | 131 | 320 | 22 | 71 | 0 | 22 | 431 | 70 | 72 |
| Binary | 10101010 | 1011001 | 11010000 | 10010 | 111001 | 0 | 10010 | 100011001 | 111000 | 111010 |
Color Harmonies of #AA59D0
Complementary color
Monochromatic Colors of #AA59D0
Black with #AA59D0
Text Example
Text Example
White with #AA59D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA59D0; }
p { color: rgb(170,89,208); }
H1.HeaderClassName
{
color: #AA59D0;
}
.AnyTagClassName
{
color: #AA59D0;
}
</style>
background-color css
<style>
a { background-color: #AA59D0; }
a { background-color: rgb(170,89,208); }
div.DivClassName
{
background-color: #AA59D0;
}
.BgClassName
{
background-color: #AA59D0;
}
</style>
border-color css
<style>
span { border-color: #AA59D0; }
span { border-color: rgb(170,89,208); }
td.TdClassName
{
border-color: #AA59D0;
}
.TagClassName
{
border-color: #AA59D0;
}
</style>