Shades of Medium Orchid #AA56DB
Tints of Medium Orchid #AA56DB
RGB
CMYK
RGB Variations
Color information
#AA56DB (or 0xAA56DB) is known color: Medium Orchid. HEX triplet: AA, 56 and DB. RGB value is (170,86,219). Sum of RGB (Red+Green+Blue) = 170+86+219=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 86 (33.98% from 255 or 18.11% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA56DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA56DB is #55A924. Grayscale: #7D7D7D. Windows color (decimal): -5613861 or 14374570. OLE color: 14374570.
HSL color Cylindrical-coordinate representation of color #AA56DB: hue angle of 277.89º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA56DB is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 86 | 219 | - |
| CMYK | 0.22 | 0.61 | 0 | 0.14 |
| HSL | 277.89º | 0.65% | 0.6% | - |
| HSV(B) | 277.89º | 0.61% | 0.86% | - |
| XYZ | 32.69 | 20.32 | 69.22 | - |
| YUV | 126.28 | 180.33 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 86 | 219 | 0.22 | 0.61 | 0 | 0.14 | 277.89 | 0.65 | 0.6 |
| Hex | AA | 56 | DB | 16 | 3D | 0 | E | 116 | 41 | 3C |
| Octal | 252 | 126 | 333 | 26 | 75 | 0 | 16 | 426 | 101 | 74 |
| Binary | 10101010 | 1010110 | 11011011 | 10110 | 111101 | 0 | 1110 | 100010110 | 1000001 | 111100 |
Color Harmonies of #AA56DB
Complementary color
Monochromatic Colors of #AA56DB
Black with #AA56DB
Text Example
Text Example
White with #AA56DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA56DB; }
p { color: rgb(170,86,219); }
H1.HeaderClassName
{
color: #AA56DB;
}
.AnyTagClassName
{
color: #AA56DB;
}
</style>
background-color css
<style>
a { background-color: #AA56DB; }
a { background-color: rgb(170,86,219); }
div.DivClassName
{
background-color: #AA56DB;
}
.BgClassName
{
background-color: #AA56DB;
}
</style>
border-color css
<style>
span { border-color: #AA56DB; }
span { border-color: rgb(170,86,219); }
td.TdClassName
{
border-color: #AA56DB;
}
.TagClassName
{
border-color: #AA56DB;
}
</style>