Shades of Medium Orchid #AA49EE
Tints of Medium Orchid #AA49EE
RGB
CMYK
RGB Variations
Color information
#AA49EE (or 0xAA49EE) is known color: Medium Orchid. HEX triplet: AA, 49 and EE. RGB value is (170,73,238). Sum of RGB (Red+Green+Blue) = 170+73+238=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 73 (28.91% from 255 or 15.18% from 481); Blue value is 238 (93.36% from 255 or 49.48% from 481); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA49EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA49EE is #55B611. Grayscale: #787878. Windows color (decimal): -5617170 or 15616426. OLE color: 15616426.
HSL color Cylindrical-coordinate representation of color #AA49EE: hue angle of 275.27º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA49EE is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 73 | 238 | - |
| CMYK | 0.29 | 0.69 | 0 | 0.07 |
| HSL | 275.27º | 0.83% | 0.61% | - |
| HSV(B) | 275.27º | 0.69% | 0.93% | - |
| XYZ | 34.39 | 19.48 | 82.84 | - |
| YUV | 120.81 | 194.14 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 73 | 238 | 0.29 | 0.69 | 0 | 0.07 | 275.27 | 0.83 | 0.61 |
| Hex | AA | 49 | EE | 1D | 45 | 0 | 7 | 113 | 53 | 3D |
| Octal | 252 | 111 | 356 | 35 | 105 | 0 | 7 | 423 | 123 | 75 |
| Binary | 10101010 | 1001001 | 11101110 | 11101 | 1000101 | 0 | 111 | 100010011 | 1010011 | 111101 |
Color Harmonies of #AA49EE
Complementary color
Monochromatic Colors of #AA49EE
Black with #AA49EE
Text Example
Text Example
White with #AA49EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA49EE; }
p { color: rgb(170,73,238); }
H1.HeaderClassName
{
color: #AA49EE;
}
.AnyTagClassName
{
color: #AA49EE;
}
</style>
background-color css
<style>
a { background-color: #AA49EE; }
a { background-color: rgb(170,73,238); }
div.DivClassName
{
background-color: #AA49EE;
}
.BgClassName
{
background-color: #AA49EE;
}
</style>
border-color css
<style>
span { border-color: #AA49EE; }
span { border-color: rgb(170,73,238); }
td.TdClassName
{
border-color: #AA49EE;
}
.TagClassName
{
border-color: #AA49EE;
}
</style>