Shades of Medium Orchid #AA56ED
Tints of Medium Orchid #AA56ED
RGB
CMYK
RGB Variations
Color information
#AA56ED (or 0xAA56ED) is known color: Medium Orchid. HEX triplet: AA, 56 and ED. RGB value is (170,86,237). Sum of RGB (Red+Green+Blue) = 170+86+237=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 86 (33.98% from 255 or 17.44% from 493); Blue value is 237 (92.97% from 255 or 48.07% from 493); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA56ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA56ED is #55A912. Grayscale: #7F7F7F. Windows color (decimal): -5613843 or 15554218. OLE color: 15554218.
HSL color Cylindrical-coordinate representation of color #AA56ED: hue angle of 273.38º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA56ED is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 86 | 237 | - |
| CMYK | 0.28 | 0.64 | 0 | 0.07 |
| HSL | 273.38º | 0.81% | 0.63% | - |
| HSV(B) | 273.38º | 0.64% | 0.93% | - |
| XYZ | 35.19 | 21.32 | 82.38 | - |
| YUV | 128.33 | 189.33 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 86 | 237 | 0.28 | 0.64 | 0 | 0.07 | 273.38 | 0.81 | 0.63 |
| Hex | AA | 56 | ED | 1C | 40 | 0 | 7 | 111 | 51 | 3F |
| Octal | 252 | 126 | 355 | 34 | 100 | 0 | 7 | 421 | 121 | 77 |
| Binary | 10101010 | 1010110 | 11101101 | 11100 | 1000000 | 0 | 111 | 100010001 | 1010001 | 111111 |
Color Harmonies of #AA56ED
Complementary color
Monochromatic Colors of #AA56ED
Black with #AA56ED
Text Example
Text Example
White with #AA56ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA56ED; }
p { color: rgb(170,86,237); }
H1.HeaderClassName
{
color: #AA56ED;
}
.AnyTagClassName
{
color: #AA56ED;
}
</style>
background-color css
<style>
a { background-color: #AA56ED; }
a { background-color: rgb(170,86,237); }
div.DivClassName
{
background-color: #AA56ED;
}
.BgClassName
{
background-color: #AA56ED;
}
</style>
border-color css
<style>
span { border-color: #AA56ED; }
span { border-color: rgb(170,86,237); }
td.TdClassName
{
border-color: #AA56ED;
}
.TagClassName
{
border-color: #AA56ED;
}
</style>