Shades of Medium Orchid #AA56D8
Tints of Medium Orchid #AA56D8
RGB
CMYK
RGB Variations
Color information
#AA56D8 (or 0xAA56D8) is known color: Medium Orchid. HEX triplet: AA, 56 and D8. RGB value is (170,86,216). Sum of RGB (Red+Green+Blue) = 170+86+216=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 86 (33.98% from 255 or 18.22% from 472); Blue value is 216 (84.77% from 255 or 45.76% from 472); Max value from RGB is 216 - color contains mainly: blue. Hex color #AA56D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA56D8 is #55A927. Grayscale: #7D7D7D. Windows color (decimal): -5613864 or 14177962. OLE color: 14177962.
HSL color Cylindrical-coordinate representation of color #AA56D8: hue angle of 278.77º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA56D8 is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 86 | 216 | - |
| CMYK | 0.21 | 0.60 | 0 | 0.15 |
| HSL | 278.77º | 0.63% | 0.59% | - |
| HSV(B) | 278.77º | 0.6% | 0.85% | - |
| XYZ | 32.3 | 20.16 | 67.15 | - |
| YUV | 125.94 | 178.83 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 86 | 216 | 0.21 | 0.60 | 0 | 0.15 | 278.77 | 0.63 | 0.59 |
| Hex | AA | 56 | D8 | 15 | 3C | 0 | F | 117 | 3E | 3B |
| Octal | 252 | 126 | 330 | 25 | 74 | 0 | 17 | 427 | 76 | 73 |
| Binary | 10101010 | 1010110 | 11011000 | 10101 | 111100 | 0 | 1111 | 100010111 | 111110 | 111011 |
Color Harmonies of #AA56D8
Complementary color
Monochromatic Colors of #AA56D8
Black with #AA56D8
Text Example
Text Example
White with #AA56D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA56D8; }
p { color: rgb(170,86,216); }
H1.HeaderClassName
{
color: #AA56D8;
}
.AnyTagClassName
{
color: #AA56D8;
}
</style>
background-color css
<style>
a { background-color: #AA56D8; }
a { background-color: rgb(170,86,216); }
div.DivClassName
{
background-color: #AA56D8;
}
.BgClassName
{
background-color: #AA56D8;
}
</style>
border-color css
<style>
span { border-color: #AA56D8; }
span { border-color: rgb(170,86,216); }
td.TdClassName
{
border-color: #AA56D8;
}
.TagClassName
{
border-color: #AA56D8;
}
</style>