Shades of Medium Orchid #AA59F0
Tints of Medium Orchid #AA59F0
RGB
CMYK
RGB Variations
Color information
#AA59F0 (or 0xAA59F0) is known color: Medium Orchid. HEX triplet: AA, 59 and F0. RGB value is (170,89,240). Sum of RGB (Red+Green+Blue) = 170+89+240=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 89 (35.16% from 255 or 17.84% from 499); Blue value is 240 (94.14% from 255 or 48.10% from 499); Max value from RGB is 240 - color contains mainly: blue. Hex color #AA59F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA59F0 is #55A60F. Grayscale: #818181. Windows color (decimal): -5613072 or 15751594. OLE color: 15751594.
HSL color Cylindrical-coordinate representation of color #AA59F0: hue angle of 272.19º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA59F0 is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 89 | 240 | - |
| CMYK | 0.29 | 0.63 | 0 | 0.06 |
| HSL | 272.19º | 0.83% | 0.65% | - |
| HSV(B) | 272.19º | 0.63% | 0.94% | - |
| XYZ | 35.88 | 21.98 | 84.79 | - |
| YUV | 130.43 | 189.84 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 89 | 240 | 0.29 | 0.63 | 0 | 0.06 | 272.19 | 0.83 | 0.65 |
| Hex | AA | 59 | F0 | 1D | 3F | 0 | 6 | 110 | 53 | 41 |
| Octal | 252 | 131 | 360 | 35 | 77 | 0 | 6 | 420 | 123 | 101 |
| Binary | 10101010 | 1011001 | 11110000 | 11101 | 111111 | 0 | 110 | 100010000 | 1010011 | 1000001 |
Color Harmonies of #AA59F0
Complementary color
Monochromatic Colors of #AA59F0
Black with #AA59F0
Text Example
Text Example
White with #AA59F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA59F0; }
p { color: rgb(170,89,240); }
H1.HeaderClassName
{
color: #AA59F0;
}
.AnyTagClassName
{
color: #AA59F0;
}
</style>
background-color css
<style>
a { background-color: #AA59F0; }
a { background-color: rgb(170,89,240); }
div.DivClassName
{
background-color: #AA59F0;
}
.BgClassName
{
background-color: #AA59F0;
}
</style>
border-color css
<style>
span { border-color: #AA59F0; }
span { border-color: rgb(170,89,240); }
td.TdClassName
{
border-color: #AA59F0;
}
.TagClassName
{
border-color: #AA59F0;
}
</style>