Shades of Medium Orchid #AA50DD
Tints of Medium Orchid #AA50DD
RGB
CMYK
RGB Variations
Color information
#AA50DD (or 0xAA50DD) is known color: Medium Orchid. HEX triplet: AA, 50 and DD. RGB value is (170,80,221). Sum of RGB (Red+Green+Blue) = 170+80+221=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 80 (31.64% from 255 or 16.99% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA50DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA50DD is #55AF22. Grayscale: #7A7A7A. Windows color (decimal): -5615395 or 14504106. OLE color: 14504106.
HSL color Cylindrical-coordinate representation of color #AA50DD: hue angle of 278.3º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA50DD is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 80 | 221 | - |
| CMYK | 0.23 | 0.64 | 0 | 0.13 |
| HSL | 278.3º | 0.67% | 0.59% | - |
| HSV(B) | 278.3º | 0.64% | 0.87% | - |
| XYZ | 32.5 | 19.5 | 70.46 | - |
| YUV | 122.98 | 183.32 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 80 | 221 | 0.23 | 0.64 | 0 | 0.13 | 278.3 | 0.67 | 0.59 |
| Hex | AA | 50 | DD | 17 | 40 | 0 | D | 116 | 43 | 3B |
| Octal | 252 | 120 | 335 | 27 | 100 | 0 | 15 | 426 | 103 | 73 |
| Binary | 10101010 | 1010000 | 11011101 | 10111 | 1000000 | 0 | 1101 | 100010110 | 1000011 | 111011 |
Color Harmonies of #AA50DD
Complementary color
Monochromatic Colors of #AA50DD
Black with #AA50DD
Text Example
Text Example
White with #AA50DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA50DD; }
p { color: rgb(170,80,221); }
H1.HeaderClassName
{
color: #AA50DD;
}
.AnyTagClassName
{
color: #AA50DD;
}
</style>
background-color css
<style>
a { background-color: #AA50DD; }
a { background-color: rgb(170,80,221); }
div.DivClassName
{
background-color: #AA50DD;
}
.BgClassName
{
background-color: #AA50DD;
}
</style>
border-color css
<style>
span { border-color: #AA50DD; }
span { border-color: rgb(170,80,221); }
td.TdClassName
{
border-color: #AA50DD;
}
.TagClassName
{
border-color: #AA50DD;
}
</style>