Shades of Medium Orchid #AA58ED
Tints of Medium Orchid #AA58ED
RGB
CMYK
RGB Variations
Color information
#AA58ED (or 0xAA58ED) is known color: Medium Orchid. HEX triplet: AA, 58 and ED. RGB value is (170,88,237). Sum of RGB (Red+Green+Blue) = 170+88+237=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 88 (34.77% from 255 or 17.78% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA58ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA58ED is #55A712. Grayscale: #808080. Windows color (decimal): -5613331 or 15554730. OLE color: 15554730.
HSL color Cylindrical-coordinate representation of color #AA58ED: hue angle of 273.02º degrees, saturation: 0.81, 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 #AA58ED is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 88 | 237 | - |
| CMYK | 0.28 | 0.63 | 0 | 0.07 |
| HSL | 273.02º | 0.81% | 0.64% | - |
| HSV(B) | 273.02º | 0.63% | 0.93% | - |
| XYZ | 35.35 | 21.64 | 82.43 | - |
| YUV | 129.5 | 188.67 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 88 | 237 | 0.28 | 0.63 | 0 | 0.07 | 273.02 | 0.81 | 0.64 |
| Hex | AA | 58 | ED | 1C | 3F | 0 | 7 | 111 | 51 | 40 |
| Octal | 252 | 130 | 355 | 34 | 77 | 0 | 7 | 421 | 121 | 100 |
| Binary | 10101010 | 1011000 | 11101101 | 11100 | 111111 | 0 | 111 | 100010001 | 1010001 | 1000000 |
Color Harmonies of #AA58ED
Complementary color
Monochromatic Colors of #AA58ED
Black with #AA58ED
Text Example
Text Example
White with #AA58ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA58ED; }
p { color: rgb(170,88,237); }
H1.HeaderClassName
{
color: #AA58ED;
}
.AnyTagClassName
{
color: #AA58ED;
}
</style>
background-color css
<style>
a { background-color: #AA58ED; }
a { background-color: rgb(170,88,237); }
div.DivClassName
{
background-color: #AA58ED;
}
.BgClassName
{
background-color: #AA58ED;
}
</style>
border-color css
<style>
span { border-color: #AA58ED; }
span { border-color: rgb(170,88,237); }
td.TdClassName
{
border-color: #AA58ED;
}
.TagClassName
{
border-color: #AA58ED;
}
</style>