Shades of Medium Orchid #AA53DD
Tints of Medium Orchid #AA53DD
RGB
CMYK
RGB Variations
Color information
#AA53DD (or 0xAA53DD) is known color: Medium Orchid. HEX triplet: AA, 53 and DD. RGB value is (170,83,221). Sum of RGB (Red+Green+Blue) = 170+83+221=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 83 (32.81% from 255 or 17.51% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA53DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA53DD is #55AC22. Grayscale: #7C7C7C. Windows color (decimal): -5614627 or 14504874. OLE color: 14504874.
HSL color Cylindrical-coordinate representation of color #AA53DD: hue angle of 277.83º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA53DD is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 83 | 221 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.13 |
| HSL | 277.83º | 0.67% | 0.6% | - |
| HSV(B) | 277.83º | 0.62% | 0.87% | - |
| XYZ | 32.72 | 19.95 | 70.53 | - |
| YUV | 124.75 | 182.32 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 83 | 221 | 0.23 | 0.62 | 0 | 0.13 | 277.83 | 0.67 | 0.6 |
| Hex | AA | 53 | DD | 17 | 3E | 0 | D | 116 | 43 | 3C |
| Octal | 252 | 123 | 335 | 27 | 76 | 0 | 15 | 426 | 103 | 74 |
| Binary | 10101010 | 1010011 | 11011101 | 10111 | 111110 | 0 | 1101 | 100010110 | 1000011 | 111100 |
Color Harmonies of #AA53DD
Complementary color
Monochromatic Colors of #AA53DD
Black with #AA53DD
Text Example
Text Example
White with #AA53DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA53DD; }
p { color: rgb(170,83,221); }
H1.HeaderClassName
{
color: #AA53DD;
}
.AnyTagClassName
{
color: #AA53DD;
}
</style>
background-color css
<style>
a { background-color: #AA53DD; }
a { background-color: rgb(170,83,221); }
div.DivClassName
{
background-color: #AA53DD;
}
.BgClassName
{
background-color: #AA53DD;
}
</style>
border-color css
<style>
span { border-color: #AA53DD; }
span { border-color: rgb(170,83,221); }
td.TdClassName
{
border-color: #AA53DD;
}
.TagClassName
{
border-color: #AA53DD;
}
</style>