Shades of Medium Orchid #AA58EC
Tints of Medium Orchid #AA58EC
RGB
CMYK
RGB Variations
Color information
#AA58EC (or 0xAA58EC) is known color: Medium Orchid. HEX triplet: AA, 58 and EC. RGB value is (170,88,236). Sum of RGB (Red+Green+Blue) = 170+88+236=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 88 (34.77% from 255 or 17.81% from 494); Blue value is 236 (92.58% from 255 or 47.77% from 494); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA58EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA58EC is #55A713. Grayscale: #808080. Windows color (decimal): -5613332 or 15489194. OLE color: 15489194.
HSL color Cylindrical-coordinate representation of color #AA58EC: hue angle of 273.24º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA58EC is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 88 | 236 | - |
| CMYK | 0.28 | 0.63 | 0 | 0.07 |
| HSL | 273.24º | 0.8% | 0.64% | - |
| HSV(B) | 273.24º | 0.63% | 0.93% | - |
| XYZ | 35.21 | 21.58 | 81.67 | - |
| YUV | 129.39 | 188.17 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 88 | 236 | 0.28 | 0.63 | 0 | 0.07 | 273.24 | 0.8 | 0.64 |
| Hex | AA | 58 | EC | 1C | 3F | 0 | 7 | 111 | 50 | 40 |
| Octal | 252 | 130 | 354 | 34 | 77 | 0 | 7 | 421 | 120 | 100 |
| Binary | 10101010 | 1011000 | 11101100 | 11100 | 111111 | 0 | 111 | 100010001 | 1010000 | 1000000 |
Color Harmonies of #AA58EC
Complementary color
Monochromatic Colors of #AA58EC
Black with #AA58EC
Text Example
Text Example
White with #AA58EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA58EC; }
p { color: rgb(170,88,236); }
H1.HeaderClassName
{
color: #AA58EC;
}
.AnyTagClassName
{
color: #AA58EC;
}
</style>
background-color css
<style>
a { background-color: #AA58EC; }
a { background-color: rgb(170,88,236); }
div.DivClassName
{
background-color: #AA58EC;
}
.BgClassName
{
background-color: #AA58EC;
}
</style>
border-color css
<style>
span { border-color: #AA58EC; }
span { border-color: rgb(170,88,236); }
td.TdClassName
{
border-color: #AA58EC;
}
.TagClassName
{
border-color: #AA58EC;
}
</style>