Shades of Medium Orchid #AA58E9
Tints of Medium Orchid #AA58E9
RGB
CMYK
RGB Variations
Color information
#AA58E9 (or 0xAA58E9) is known color: Medium Orchid. HEX triplet: AA, 58 and E9. RGB value is (170,88,233). Sum of RGB (Red+Green+Blue) = 170+88+233=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 88 (34.77% from 255 or 17.92% from 491); Blue value is 233 (91.41% from 255 or 47.45% from 491); Max value from RGB is 233 - color contains mainly: blue. Hex color #AA58E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA58E9 is #55A716. Grayscale: #808080. Windows color (decimal): -5613335 or 15292586. OLE color: 15292586.
HSL color Cylindrical-coordinate representation of color #AA58E9: hue angle of 273.93º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA58E9 is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 88 | 233 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.09 |
| HSL | 273.93º | 0.77% | 0.63% | - |
| HSV(B) | 273.93º | 0.62% | 0.91% | - |
| XYZ | 34.78 | 21.41 | 79.39 | - |
| YUV | 129.05 | 186.67 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 88 | 233 | 0.27 | 0.62 | 0 | 0.09 | 273.93 | 0.77 | 0.63 |
| Hex | AA | 58 | E9 | 1B | 3E | 0 | 9 | 112 | 4D | 3F |
| Octal | 252 | 130 | 351 | 33 | 76 | 0 | 11 | 422 | 115 | 77 |
| Binary | 10101010 | 1011000 | 11101001 | 11011 | 111110 | 0 | 1001 | 100010010 | 1001101 | 111111 |
Color Harmonies of #AA58E9
Complementary color
Monochromatic Colors of #AA58E9
Black with #AA58E9
Text Example
Text Example
White with #AA58E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA58E9; }
p { color: rgb(170,88,233); }
H1.HeaderClassName
{
color: #AA58E9;
}
.AnyTagClassName
{
color: #AA58E9;
}
</style>
background-color css
<style>
a { background-color: #AA58E9; }
a { background-color: rgb(170,88,233); }
div.DivClassName
{
background-color: #AA58E9;
}
.BgClassName
{
background-color: #AA58E9;
}
</style>
border-color css
<style>
span { border-color: #AA58E9; }
span { border-color: rgb(170,88,233); }
td.TdClassName
{
border-color: #AA58E9;
}
.TagClassName
{
border-color: #AA58E9;
}
</style>