Shades of Medium Orchid #AA5EC7
Tints of Medium Orchid #AA5EC7
RGB
CMYK
RGB Variations
Color information
#AA5EC7 (or 0xAA5EC7) is known color: Medium Orchid. HEX triplet: AA, 5E and C7. RGB value is (170,94,199). Sum of RGB (Red+Green+Blue) = 170+94+199=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 94 (37.11% from 255 or 20.30% from 463); Blue value is 199 (78.12% from 255 or 42.98% from 463); Max value from RGB is 199 - color contains mainly: blue. Hex color #AA5EC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5EC7 is #55A138. Grayscale: #808080. Windows color (decimal): -5611833 or 13065898. OLE color: 13065898.
HSL color Cylindrical-coordinate representation of color #AA5EC7: hue angle of 283.43º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA5EC7 is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 94 | 199 | - |
| CMYK | 0.15 | 0.53 | 0 | 0.22 |
| HSL | 283.43º | 0.48% | 0.57% | - |
| HSV(B) | 283.43º | 0.53% | 0.78% | - |
| XYZ | 30.89 | 20.67 | 56.4 | - |
| YUV | 128.69 | 167.68 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 94 | 199 | 0.15 | 0.53 | 0 | 0.22 | 283.43 | 0.48 | 0.57 |
| Hex | AA | 5E | C7 | F | 35 | 0 | 16 | 11B | 30 | 39 |
| Octal | 252 | 136 | 307 | 17 | 65 | 0 | 26 | 433 | 60 | 71 |
| Binary | 10101010 | 1011110 | 11000111 | 1111 | 110101 | 0 | 10110 | 100011011 | 110000 | 111001 |
Color Harmonies of #AA5EC7
Complementary color
Monochromatic Colors of #AA5EC7
Black with #AA5EC7
Text Example
Text Example
White with #AA5EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5EC7; }
p { color: rgb(170,94,199); }
H1.HeaderClassName
{
color: #AA5EC7;
}
.AnyTagClassName
{
color: #AA5EC7;
}
</style>
background-color css
<style>
a { background-color: #AA5EC7; }
a { background-color: rgb(170,94,199); }
div.DivClassName
{
background-color: #AA5EC7;
}
.BgClassName
{
background-color: #AA5EC7;
}
</style>
border-color css
<style>
span { border-color: #AA5EC7; }
span { border-color: rgb(170,94,199); }
td.TdClassName
{
border-color: #AA5EC7;
}
.TagClassName
{
border-color: #AA5EC7;
}
</style>