Shades of Medium Orchid #AA59DC
Tints of Medium Orchid #AA59DC
RGB
CMYK
RGB Variations
Color information
#AA59DC (or 0xAA59DC) is known color: Medium Orchid. HEX triplet: AA, 59 and DC. RGB value is (170,89,220). Sum of RGB (Red+Green+Blue) = 170+89+220=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 89 (35.16% from 255 or 18.58% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA59DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA59DC is #55A623. Grayscale: #7F7F7F. Windows color (decimal): -5613092 or 14440874. OLE color: 14440874.
HSL color Cylindrical-coordinate representation of color #AA59DC: hue angle of 277.1º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA59DC is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 89 | 220 | - |
| CMYK | 0.23 | 0.60 | 0 | 0.14 |
| HSL | 277.1º | 0.65% | 0.61% | - |
| HSV(B) | 277.1º | 0.6% | 0.86% | - |
| XYZ | 33.07 | 20.86 | 69.99 | - |
| YUV | 128.15 | 179.84 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 89 | 220 | 0.23 | 0.60 | 0 | 0.14 | 277.1 | 0.65 | 0.61 |
| Hex | AA | 59 | DC | 17 | 3C | 0 | E | 115 | 41 | 3D |
| Octal | 252 | 131 | 334 | 27 | 74 | 0 | 16 | 425 | 101 | 75 |
| Binary | 10101010 | 1011001 | 11011100 | 10111 | 111100 | 0 | 1110 | 100010101 | 1000001 | 111101 |
Color Harmonies of #AA59DC
Complementary color
Monochromatic Colors of #AA59DC
Black with #AA59DC
Text Example
Text Example
White with #AA59DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA59DC; }
p { color: rgb(170,89,220); }
H1.HeaderClassName
{
color: #AA59DC;
}
.AnyTagClassName
{
color: #AA59DC;
}
</style>
background-color css
<style>
a { background-color: #AA59DC; }
a { background-color: rgb(170,89,220); }
div.DivClassName
{
background-color: #AA59DC;
}
.BgClassName
{
background-color: #AA59DC;
}
</style>
border-color css
<style>
span { border-color: #AA59DC; }
span { border-color: rgb(170,89,220); }
td.TdClassName
{
border-color: #AA59DC;
}
.TagClassName
{
border-color: #AA59DC;
}
</style>