Shades of Medium Orchid #AA56CC
Tints of Medium Orchid #AA56CC
RGB
CMYK
RGB Variations
Color information
#AA56CC (or 0xAA56CC) is known color: Medium Orchid. HEX triplet: AA, 56 and CC. RGB value is (170,86,204). Sum of RGB (Red+Green+Blue) = 170+86+204=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 86 (33.98% from 255 or 18.70% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA56CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA56CC is #55A933. Grayscale: #7C7C7C. Windows color (decimal): -5613876 or 13391530. OLE color: 13391530.
HSL color Cylindrical-coordinate representation of color #AA56CC: hue angle of 282.71º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA56CC is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 86 | 204 | - |
| CMYK | 0.17 | 0.58 | 0 | 0.2 |
| HSL | 282.71º | 0.54% | 0.57% | - |
| HSV(B) | 282.71º | 0.58% | 0.8% | - |
| XYZ | 30.8 | 19.56 | 59.28 | - |
| YUV | 124.57 | 172.83 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 86 | 204 | 0.17 | 0.58 | 0 | 0.2 | 282.71 | 0.54 | 0.57 |
| Hex | AA | 56 | CC | 11 | 3A | 0 | 14 | 11B | 36 | 39 |
| Octal | 252 | 126 | 314 | 21 | 72 | 0 | 24 | 433 | 66 | 71 |
| Binary | 10101010 | 1010110 | 11001100 | 10001 | 111010 | 0 | 10100 | 100011011 | 110110 | 111001 |
Color Harmonies of #AA56CC
Complementary color
Monochromatic Colors of #AA56CC
Black with #AA56CC
Text Example
Text Example
White with #AA56CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA56CC; }
p { color: rgb(170,86,204); }
H1.HeaderClassName
{
color: #AA56CC;
}
.AnyTagClassName
{
color: #AA56CC;
}
</style>
background-color css
<style>
a { background-color: #AA56CC; }
a { background-color: rgb(170,86,204); }
div.DivClassName
{
background-color: #AA56CC;
}
.BgClassName
{
background-color: #AA56CC;
}
</style>
border-color css
<style>
span { border-color: #AA56CC; }
span { border-color: rgb(170,86,204); }
td.TdClassName
{
border-color: #AA56CC;
}
.TagClassName
{
border-color: #AA56CC;
}
</style>