Shades of Medium Orchid #AA55EC
Tints of Medium Orchid #AA55EC
RGB
CMYK
RGB Variations
Color information
#AA55EC (or 0xAA55EC) is known color: Medium Orchid. HEX triplet: AA, 55 and EC. RGB value is (170,85,236). Sum of RGB (Red+Green+Blue) = 170+85+236=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 85 (33.59% from 255 or 17.31% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA55EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA55EC is #55AA13. Grayscale: #7F7F7F. Windows color (decimal): -5614100 or 15488426. OLE color: 15488426.
HSL color Cylindrical-coordinate representation of color #AA55EC: hue angle of 273.77º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA55EC is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 85 | 236 | - |
| CMYK | 0.28 | 0.64 | 0 | 0.07 |
| HSL | 273.77º | 0.8% | 0.63% | - |
| HSV(B) | 273.77º | 0.64% | 0.93% | - |
| XYZ | 34.97 | 21.1 | 81.59 | - |
| YUV | 127.63 | 189.16 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 85 | 236 | 0.28 | 0.64 | 0 | 0.07 | 273.77 | 0.8 | 0.63 |
| Hex | AA | 55 | EC | 1C | 40 | 0 | 7 | 112 | 50 | 3F |
| Octal | 252 | 125 | 354 | 34 | 100 | 0 | 7 | 422 | 120 | 77 |
| Binary | 10101010 | 1010101 | 11101100 | 11100 | 1000000 | 0 | 111 | 100010010 | 1010000 | 111111 |
Color Harmonies of #AA55EC
Complementary color
Monochromatic Colors of #AA55EC
Black with #AA55EC
Text Example
Text Example
White with #AA55EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA55EC; }
p { color: rgb(170,85,236); }
H1.HeaderClassName
{
color: #AA55EC;
}
.AnyTagClassName
{
color: #AA55EC;
}
</style>
background-color css
<style>
a { background-color: #AA55EC; }
a { background-color: rgb(170,85,236); }
div.DivClassName
{
background-color: #AA55EC;
}
.BgClassName
{
background-color: #AA55EC;
}
</style>
border-color css
<style>
span { border-color: #AA55EC; }
span { border-color: rgb(170,85,236); }
td.TdClassName
{
border-color: #AA55EC;
}
.TagClassName
{
border-color: #AA55EC;
}
</style>