Shades of Medium Orchid #AA59C6
Tints of Medium Orchid #AA59C6
RGB
CMYK
RGB Variations
Color information
#AA59C6 (or 0xAA59C6) is known color: Medium Orchid. HEX triplet: AA, 59 and C6. RGB value is (170,89,198). Sum of RGB (Red+Green+Blue) = 170+89+198=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 89 (35.16% from 255 or 19.47% from 457); Blue value is 198 (77.73% from 255 or 43.33% from 457); Max value from RGB is 198 - color contains mainly: blue. Hex color #AA59C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA59C6 is #55A639. Grayscale: #7D7D7D. Windows color (decimal): -5613114 or 12999082. OLE color: 12999082.
HSL color Cylindrical-coordinate representation of color #AA59C6: hue angle of 284.59º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA59C6 is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 89 | 198 | - |
| CMYK | 0.14 | 0.55 | 0 | 0.22 |
| HSL | 284.59º | 0.49% | 0.56% | - |
| HSV(B) | 284.59º | 0.55% | 0.78% | - |
| XYZ | 30.34 | 19.77 | 55.64 | - |
| YUV | 125.65 | 168.84 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 89 | 198 | 0.14 | 0.55 | 0 | 0.22 | 284.59 | 0.49 | 0.56 |
| Hex | AA | 59 | C6 | E | 37 | 0 | 16 | 11D | 31 | 38 |
| Octal | 252 | 131 | 306 | 16 | 67 | 0 | 26 | 435 | 61 | 70 |
| Binary | 10101010 | 1011001 | 11000110 | 1110 | 110111 | 0 | 10110 | 100011101 | 110001 | 111000 |
Color Harmonies of #AA59C6
Complementary color
Monochromatic Colors of #AA59C6
Black with #AA59C6
Text Example
Text Example
White with #AA59C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA59C6; }
p { color: rgb(170,89,198); }
H1.HeaderClassName
{
color: #AA59C6;
}
.AnyTagClassName
{
color: #AA59C6;
}
</style>
background-color css
<style>
a { background-color: #AA59C6; }
a { background-color: rgb(170,89,198); }
div.DivClassName
{
background-color: #AA59C6;
}
.BgClassName
{
background-color: #AA59C6;
}
</style>
border-color css
<style>
span { border-color: #AA59C6; }
span { border-color: rgb(170,89,198); }
td.TdClassName
{
border-color: #AA59C6;
}
.TagClassName
{
border-color: #AA59C6;
}
</style>