Shades of Medium Orchid #AA59DA
Tints of Medium Orchid #AA59DA
RGB
CMYK
RGB Variations
Color information
#AA59DA (or 0xAA59DA) is known color: Medium Orchid. HEX triplet: AA, 59 and DA. RGB value is (170,89,218). Sum of RGB (Red+Green+Blue) = 170+89+218=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 89 (35.16% from 255 or 18.66% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA59DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA59DA is #55A625. Grayscale: #7F7F7F. Windows color (decimal): -5613094 or 14309802. OLE color: 14309802.
HSL color Cylindrical-coordinate representation of color #AA59DA: hue angle of 277.67º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA59DA is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 89 | 218 | - |
| CMYK | 0.22 | 0.59 | 0 | 0.15 |
| HSL | 277.67º | 0.64% | 0.6% | - |
| HSV(B) | 277.67º | 0.59% | 0.85% | - |
| XYZ | 32.8 | 20.75 | 68.61 | - |
| YUV | 127.93 | 178.84 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 89 | 218 | 0.22 | 0.59 | 0 | 0.15 | 277.67 | 0.64 | 0.6 |
| Hex | AA | 59 | DA | 16 | 3B | 0 | F | 116 | 40 | 3C |
| Octal | 252 | 131 | 332 | 26 | 73 | 0 | 17 | 426 | 100 | 74 |
| Binary | 10101010 | 1011001 | 11011010 | 10110 | 111011 | 0 | 1111 | 100010110 | 1000000 | 111100 |
Color Harmonies of #AA59DA
Complementary color
Monochromatic Colors of #AA59DA
Black with #AA59DA
Text Example
Text Example
White with #AA59DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA59DA; }
p { color: rgb(170,89,218); }
H1.HeaderClassName
{
color: #AA59DA;
}
.AnyTagClassName
{
color: #AA59DA;
}
</style>
background-color css
<style>
a { background-color: #AA59DA; }
a { background-color: rgb(170,89,218); }
div.DivClassName
{
background-color: #AA59DA;
}
.BgClassName
{
background-color: #AA59DA;
}
</style>
border-color css
<style>
span { border-color: #AA59DA; }
span { border-color: rgb(170,89,218); }
td.TdClassName
{
border-color: #AA59DA;
}
.TagClassName
{
border-color: #AA59DA;
}
</style>