Shades of Medium Orchid #AA5ECD
Tints of Medium Orchid #AA5ECD
RGB
CMYK
RGB Variations
Color information
#AA5ECD (or 0xAA5ECD) is known color: Medium Orchid. HEX triplet: AA, 5E and CD. RGB value is (170,94,205). Sum of RGB (Red+Green+Blue) = 170+94+205=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 94 (37.11% from 255 or 20.04% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA5ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5ECD is #55A132. Grayscale: #818181. Windows color (decimal): -5611827 or 13459114. OLE color: 13459114.
HSL color Cylindrical-coordinate representation of color #AA5ECD: hue angle of 281.08º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA5ECD is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 94 | 205 | - |
| CMYK | 0.17 | 0.54 | 0 | 0.20 |
| HSL | 281.08º | 0.53% | 0.59% | - |
| HSV(B) | 281.08º | 0.54% | 0.8% | - |
| XYZ | 31.6 | 20.96 | 60.14 | - |
| YUV | 129.38 | 170.68 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 94 | 205 | 0.17 | 0.54 | 0 | 0.20 | 281.08 | 0.53 | 0.59 |
| Hex | AA | 5E | CD | 11 | 36 | 0 | 14 | 119 | 35 | 3B |
| Octal | 252 | 136 | 315 | 21 | 66 | 0 | 24 | 431 | 65 | 73 |
| Binary | 10101010 | 1011110 | 11001101 | 10001 | 110110 | 0 | 10100 | 100011001 | 110101 | 111011 |
Color Harmonies of #AA5ECD
Complementary color
Monochromatic Colors of #AA5ECD
Black with #AA5ECD
Text Example
Text Example
White with #AA5ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5ECD; }
p { color: rgb(170,94,205); }
H1.HeaderClassName
{
color: #AA5ECD;
}
.AnyTagClassName
{
color: #AA5ECD;
}
</style>
background-color css
<style>
a { background-color: #AA5ECD; }
a { background-color: rgb(170,94,205); }
div.DivClassName
{
background-color: #AA5ECD;
}
.BgClassName
{
background-color: #AA5ECD;
}
</style>
border-color css
<style>
span { border-color: #AA5ECD; }
span { border-color: rgb(170,94,205); }
td.TdClassName
{
border-color: #AA5ECD;
}
.TagClassName
{
border-color: #AA5ECD;
}
</style>