Shades of Medium Orchid #AA52EE
Tints of Medium Orchid #AA52EE
RGB
CMYK
RGB Variations
Color information
#AA52EE (or 0xAA52EE) is known color: Medium Orchid. HEX triplet: AA, 52 and EE. RGB value is (170,82,238). Sum of RGB (Red+Green+Blue) = 170+82+238=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 82 (32.42% from 255 or 16.73% from 490); Blue value is 238 (93.36% from 255 or 48.57% from 490); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA52EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA52EE is #55AD11. Grayscale: #7D7D7D. Windows color (decimal): -5614866 or 15618730. OLE color: 15618730.
HSL color Cylindrical-coordinate representation of color #AA52EE: hue angle of 273.85º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA52EE is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 82 | 238 | - |
| CMYK | 0.29 | 0.66 | 0 | 0.07 |
| HSL | 273.85º | 0.82% | 0.63% | - |
| HSV(B) | 273.85º | 0.66% | 0.93% | - |
| XYZ | 35.03 | 20.75 | 83.05 | - |
| YUV | 126.1 | 191.15 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 82 | 238 | 0.29 | 0.66 | 0 | 0.07 | 273.85 | 0.82 | 0.63 |
| Hex | AA | 52 | EE | 1D | 42 | 0 | 7 | 112 | 52 | 3F |
| Octal | 252 | 122 | 356 | 35 | 102 | 0 | 7 | 422 | 122 | 77 |
| Binary | 10101010 | 1010010 | 11101110 | 11101 | 1000010 | 0 | 111 | 100010010 | 1010010 | 111111 |
Color Harmonies of #AA52EE
Complementary color
Monochromatic Colors of #AA52EE
Black with #AA52EE
Text Example
Text Example
White with #AA52EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA52EE; }
p { color: rgb(170,82,238); }
H1.HeaderClassName
{
color: #AA52EE;
}
.AnyTagClassName
{
color: #AA52EE;
}
</style>
background-color css
<style>
a { background-color: #AA52EE; }
a { background-color: rgb(170,82,238); }
div.DivClassName
{
background-color: #AA52EE;
}
.BgClassName
{
background-color: #AA52EE;
}
</style>
border-color css
<style>
span { border-color: #AA52EE; }
span { border-color: rgb(170,82,238); }
td.TdClassName
{
border-color: #AA52EE;
}
.TagClassName
{
border-color: #AA52EE;
}
</style>