Shades of Medium Orchid #AA59D3
Tints of Medium Orchid #AA59D3
RGB
CMYK
RGB Variations
Color information
#AA59D3 (or 0xAA59D3) is known color: Medium Orchid. HEX triplet: AA, 59 and D3. RGB value is (170,89,211). Sum of RGB (Red+Green+Blue) = 170+89+211=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 89 (35.16% from 255 or 18.94% from 470); Blue value is 211 (82.81% from 255 or 44.89% from 470); Max value from RGB is 211 - color contains mainly: blue. Hex color #AA59D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA59D3 is #55A62C. Grayscale: #7E7E7E. Windows color (decimal): -5613101 or 13851050. OLE color: 13851050.
HSL color Cylindrical-coordinate representation of color #AA59D3: hue angle of 279.84º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA59D3 is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 89 | 211 | - |
| CMYK | 0.19 | 0.58 | 0 | 0.17 |
| HSL | 279.84º | 0.58% | 0.59% | - |
| HSV(B) | 279.84º | 0.58% | 0.83% | - |
| XYZ | 31.91 | 20.39 | 63.88 | - |
| YUV | 127.13 | 175.34 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 89 | 211 | 0.19 | 0.58 | 0 | 0.17 | 279.84 | 0.58 | 0.59 |
| Hex | AA | 59 | D3 | 13 | 3A | 0 | 11 | 118 | 3A | 3B |
| Octal | 252 | 131 | 323 | 23 | 72 | 0 | 21 | 430 | 72 | 73 |
| Binary | 10101010 | 1011001 | 11010011 | 10011 | 111010 | 0 | 10001 | 100011000 | 111010 | 111011 |
Color Harmonies of #AA59D3
Complementary color
Monochromatic Colors of #AA59D3
Black with #AA59D3
Text Example
Text Example
White with #AA59D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA59D3; }
p { color: rgb(170,89,211); }
H1.HeaderClassName
{
color: #AA59D3;
}
.AnyTagClassName
{
color: #AA59D3;
}
</style>
background-color css
<style>
a { background-color: #AA59D3; }
a { background-color: rgb(170,89,211); }
div.DivClassName
{
background-color: #AA59D3;
}
.BgClassName
{
background-color: #AA59D3;
}
</style>
border-color css
<style>
span { border-color: #AA59D3; }
span { border-color: rgb(170,89,211); }
td.TdClassName
{
border-color: #AA59D3;
}
.TagClassName
{
border-color: #AA59D3;
}
</style>