Shades of Medium Orchid #AA50D6
Tints of Medium Orchid #AA50D6
RGB
CMYK
RGB Variations
Color information
#AA50D6 (or 0xAA50D6) is known color: Medium Orchid. HEX triplet: AA, 50 and D6. RGB value is (170,80,214). Sum of RGB (Red+Green+Blue) = 170+80+214=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 80 (31.64% from 255 or 17.24% from 464); Blue value is 214 (83.98% from 255 or 46.12% from 464); Max value from RGB is 214 - color contains mainly: blue. Hex color #AA50D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA50D6 is #55AF29. Grayscale: #797979. Windows color (decimal): -5615402 or 14045354. OLE color: 14045354.
HSL color Cylindrical-coordinate representation of color #AA50D6: hue angle of 280.3º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA50D6 is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 80 | 214 | - |
| CMYK | 0.21 | 0.63 | 0 | 0.16 |
| HSL | 280.3º | 0.62% | 0.58% | - |
| HSV(B) | 280.3º | 0.63% | 0.84% | - |
| XYZ | 31.58 | 19.14 | 65.65 | - |
| YUV | 122.19 | 179.82 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 80 | 214 | 0.21 | 0.63 | 0 | 0.16 | 280.3 | 0.62 | 0.58 |
| Hex | AA | 50 | D6 | 15 | 3F | 0 | 10 | 118 | 3E | 3A |
| Octal | 252 | 120 | 326 | 25 | 77 | 0 | 20 | 430 | 76 | 72 |
| Binary | 10101010 | 1010000 | 11010110 | 10101 | 111111 | 0 | 10000 | 100011000 | 111110 | 111010 |
Color Harmonies of #AA50D6
Complementary color
Monochromatic Colors of #AA50D6
Black with #AA50D6
Text Example
Text Example
White with #AA50D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA50D6; }
p { color: rgb(170,80,214); }
H1.HeaderClassName
{
color: #AA50D6;
}
.AnyTagClassName
{
color: #AA50D6;
}
</style>
background-color css
<style>
a { background-color: #AA50D6; }
a { background-color: rgb(170,80,214); }
div.DivClassName
{
background-color: #AA50D6;
}
.BgClassName
{
background-color: #AA50D6;
}
</style>
border-color css
<style>
span { border-color: #AA50D6; }
span { border-color: rgb(170,80,214); }
td.TdClassName
{
border-color: #AA50D6;
}
.TagClassName
{
border-color: #AA50D6;
}
</style>