Shades of Medium Orchid #AA50D0
Tints of Medium Orchid #AA50D0
RGB
CMYK
RGB Variations
Color information
#AA50D0 (or 0xAA50D0) is known color: Medium Orchid. HEX triplet: AA, 50 and D0. RGB value is (170,80,208). Sum of RGB (Red+Green+Blue) = 170+80+208=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 80 (31.64% from 255 or 17.47% from 458); Blue value is 208 (81.64% from 255 or 45.41% from 458); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA50D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA50D0 is #55AF2F. Grayscale: #797979. Windows color (decimal): -5615408 or 13652138. OLE color: 13652138.
HSL color Cylindrical-coordinate representation of color #AA50D0: hue angle of 282.19º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA50D0 is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 80 | 208 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.18 |
| HSL | 282.19º | 0.58% | 0.56% | - |
| HSV(B) | 282.19º | 0.62% | 0.82% | - |
| XYZ | 30.83 | 18.84 | 61.69 | - |
| YUV | 121.5 | 176.82 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 80 | 208 | 0.18 | 0.62 | 0 | 0.18 | 282.19 | 0.58 | 0.56 |
| Hex | AA | 50 | D0 | 12 | 3E | 0 | 12 | 11A | 3A | 38 |
| Octal | 252 | 120 | 320 | 22 | 76 | 0 | 22 | 432 | 72 | 70 |
| Binary | 10101010 | 1010000 | 11010000 | 10010 | 111110 | 0 | 10010 | 100011010 | 111010 | 111000 |
Color Harmonies of #AA50D0
Complementary color
Monochromatic Colors of #AA50D0
Black with #AA50D0
Text Example
Text Example
White with #AA50D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA50D0; }
p { color: rgb(170,80,208); }
H1.HeaderClassName
{
color: #AA50D0;
}
.AnyTagClassName
{
color: #AA50D0;
}
</style>
background-color css
<style>
a { background-color: #AA50D0; }
a { background-color: rgb(170,80,208); }
div.DivClassName
{
background-color: #AA50D0;
}
.BgClassName
{
background-color: #AA50D0;
}
</style>
border-color css
<style>
span { border-color: #AA50D0; }
span { border-color: rgb(170,80,208); }
td.TdClassName
{
border-color: #AA50D0;
}
.TagClassName
{
border-color: #AA50D0;
}
</style>