Shades of Medium Orchid #AA56C8
Tints of Medium Orchid #AA56C8
RGB
CMYK
RGB Variations
Color information
#AA56C8 (or 0xAA56C8) is known color: Medium Orchid. HEX triplet: AA, 56 and C8. RGB value is (170,86,200). Sum of RGB (Red+Green+Blue) = 170+86+200=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 86 (33.98% from 255 or 18.86% from 456); Blue value is 200 (78.52% from 255 or 43.86% from 456); Max value from RGB is 200 - color contains mainly: blue. Hex color #AA56C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA56C8 is #55A937. Grayscale: #7B7B7B. Windows color (decimal): -5613880 or 13129386. OLE color: 13129386.
HSL color Cylindrical-coordinate representation of color #AA56C8: hue angle of 284.21º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA56C8 is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 86 | 200 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.22 |
| HSL | 284.21º | 0.51% | 0.56% | - |
| HSV(B) | 284.21º | 0.57% | 0.78% | - |
| XYZ | 30.33 | 19.37 | 56.78 | - |
| YUV | 124.11 | 170.83 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 86 | 200 | 0.15 | 0.57 | 0 | 0.22 | 284.21 | 0.51 | 0.56 |
| Hex | AA | 56 | C8 | F | 39 | 0 | 16 | 11C | 33 | 38 |
| Octal | 252 | 126 | 310 | 17 | 71 | 0 | 26 | 434 | 63 | 70 |
| Binary | 10101010 | 1010110 | 11001000 | 1111 | 111001 | 0 | 10110 | 100011100 | 110011 | 111000 |
Color Harmonies of #AA56C8
Complementary color
Monochromatic Colors of #AA56C8
Black with #AA56C8
Text Example
Text Example
White with #AA56C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA56C8; }
p { color: rgb(170,86,200); }
H1.HeaderClassName
{
color: #AA56C8;
}
.AnyTagClassName
{
color: #AA56C8;
}
</style>
background-color css
<style>
a { background-color: #AA56C8; }
a { background-color: rgb(170,86,200); }
div.DivClassName
{
background-color: #AA56C8;
}
.BgClassName
{
background-color: #AA56C8;
}
</style>
border-color css
<style>
span { border-color: #AA56C8; }
span { border-color: rgb(170,86,200); }
td.TdClassName
{
border-color: #AA56C8;
}
.TagClassName
{
border-color: #AA56C8;
}
</style>