Shades of Medium Orchid #AA56EE
Tints of Medium Orchid #AA56EE
RGB
CMYK
RGB Variations
Color information
#AA56EE (or 0xAA56EE) is known color: Medium Orchid. HEX triplet: AA, 56 and EE. RGB value is (170,86,238). Sum of RGB (Red+Green+Blue) = 170+86+238=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 86 (33.98% from 255 or 17.41% from 494); Blue value is 238 (93.36% from 255 or 48.18% from 494); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA56EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA56EE is #55A911. Grayscale: #7F7F7F. Windows color (decimal): -5613842 or 15619754. OLE color: 15619754.
HSL color Cylindrical-coordinate representation of color #AA56EE: hue angle of 273.16º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA56EE is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 86 | 238 | - |
| CMYK | 0.29 | 0.64 | 0 | 0.07 |
| HSL | 273.16º | 0.82% | 0.64% | - |
| HSV(B) | 273.16º | 0.64% | 0.93% | - |
| XYZ | 35.34 | 21.37 | 83.15 | - |
| YUV | 128.44 | 189.83 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 86 | 238 | 0.29 | 0.64 | 0 | 0.07 | 273.16 | 0.82 | 0.64 |
| Hex | AA | 56 | EE | 1D | 40 | 0 | 7 | 111 | 52 | 40 |
| Octal | 252 | 126 | 356 | 35 | 100 | 0 | 7 | 421 | 122 | 100 |
| Binary | 10101010 | 1010110 | 11101110 | 11101 | 1000000 | 0 | 111 | 100010001 | 1010010 | 1000000 |
Color Harmonies of #AA56EE
Complementary color
Monochromatic Colors of #AA56EE
Black with #AA56EE
Text Example
Text Example
White with #AA56EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA56EE; }
p { color: rgb(170,86,238); }
H1.HeaderClassName
{
color: #AA56EE;
}
.AnyTagClassName
{
color: #AA56EE;
}
</style>
background-color css
<style>
a { background-color: #AA56EE; }
a { background-color: rgb(170,86,238); }
div.DivClassName
{
background-color: #AA56EE;
}
.BgClassName
{
background-color: #AA56EE;
}
</style>
border-color css
<style>
span { border-color: #AA56EE; }
span { border-color: rgb(170,86,238); }
td.TdClassName
{
border-color: #AA56EE;
}
.TagClassName
{
border-color: #AA56EE;
}
</style>