Shades of Medium Orchid #AA47EE
Tints of Medium Orchid #AA47EE
RGB
CMYK
RGB Variations
Color information
#AA47EE (or 0xAA47EE) is known color: Medium Orchid. HEX triplet: AA, 47 and EE. RGB value is (170,71,238). Sum of RGB (Red+Green+Blue) = 170+71+238=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 71 (28.12% from 255 or 14.82% from 479); Blue value is 238 (93.36% from 255 or 49.69% from 479); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA47EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA47EE is #55B811. Grayscale: #777777. Windows color (decimal): -5617682 or 15615914. OLE color: 15615914.
HSL color Cylindrical-coordinate representation of color #AA47EE: hue angle of 275.57º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA47EE is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 71 | 238 | - |
| CMYK | 0.29 | 0.70 | 0 | 0.07 |
| HSL | 275.57º | 0.83% | 0.61% | - |
| HSV(B) | 275.57º | 0.7% | 0.93% | - |
| XYZ | 34.26 | 19.23 | 82.79 | - |
| YUV | 119.64 | 194.8 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 71 | 238 | 0.29 | 0.70 | 0 | 0.07 | 275.57 | 0.83 | 0.61 |
| Hex | AA | 47 | EE | 1D | 46 | 0 | 7 | 114 | 53 | 3D |
| Octal | 252 | 107 | 356 | 35 | 106 | 0 | 7 | 424 | 123 | 75 |
| Binary | 10101010 | 1000111 | 11101110 | 11101 | 1000110 | 0 | 111 | 100010100 | 1010011 | 111101 |
Color Harmonies of #AA47EE
Complementary color
Monochromatic Colors of #AA47EE
Black with #AA47EE
Text Example
Text Example
White with #AA47EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA47EE; }
p { color: rgb(170,71,238); }
H1.HeaderClassName
{
color: #AA47EE;
}
.AnyTagClassName
{
color: #AA47EE;
}
</style>
background-color css
<style>
a { background-color: #AA47EE; }
a { background-color: rgb(170,71,238); }
div.DivClassName
{
background-color: #AA47EE;
}
.BgClassName
{
background-color: #AA47EE;
}
</style>
border-color css
<style>
span { border-color: #AA47EE; }
span { border-color: rgb(170,71,238); }
td.TdClassName
{
border-color: #AA47EE;
}
.TagClassName
{
border-color: #AA47EE;
}
</style>