Shades of Medium Orchid #AA58EE
Tints of Medium Orchid #AA58EE
RGB
CMYK
RGB Variations
Color information
#AA58EE (or 0xAA58EE) is known color: Medium Orchid. HEX triplet: AA, 58 and EE. RGB value is (170,88,238). Sum of RGB (Red+Green+Blue) = 170+88+238=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 88 (34.77% from 255 or 17.74% from 496); Blue value is 238 (93.36% from 255 or 47.98% from 496); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA58EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA58EE is #55A711. Grayscale: #818181. Windows color (decimal): -5613330 or 15620266. OLE color: 15620266.
HSL color Cylindrical-coordinate representation of color #AA58EE: hue angle of 272.8º degrees, saturation: 0.82, 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 #AA58EE is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 88 | 238 | - |
| CMYK | 0.29 | 0.63 | 0 | 0.07 |
| HSL | 272.8º | 0.82% | 0.64% | - |
| HSV(B) | 272.8º | 0.63% | 0.93% | - |
| XYZ | 35.5 | 21.7 | 83.21 | - |
| YUV | 129.62 | 189.17 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 88 | 238 | 0.29 | 0.63 | 0 | 0.07 | 272.8 | 0.82 | 0.64 |
| Hex | AA | 58 | EE | 1D | 3F | 0 | 7 | 111 | 52 | 40 |
| Octal | 252 | 130 | 356 | 35 | 77 | 0 | 7 | 421 | 122 | 100 |
| Binary | 10101010 | 1011000 | 11101110 | 11101 | 111111 | 0 | 111 | 100010001 | 1010010 | 1000000 |
Color Harmonies of #AA58EE
Complementary color
Monochromatic Colors of #AA58EE
Black with #AA58EE
Text Example
Text Example
White with #AA58EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA58EE; }
p { color: rgb(170,88,238); }
H1.HeaderClassName
{
color: #AA58EE;
}
.AnyTagClassName
{
color: #AA58EE;
}
</style>
background-color css
<style>
a { background-color: #AA58EE; }
a { background-color: rgb(170,88,238); }
div.DivClassName
{
background-color: #AA58EE;
}
.BgClassName
{
background-color: #AA58EE;
}
</style>
border-color css
<style>
span { border-color: #AA58EE; }
span { border-color: rgb(170,88,238); }
td.TdClassName
{
border-color: #AA58EE;
}
.TagClassName
{
border-color: #AA58EE;
}
</style>