Shades of Medium Orchid #AA50DC
Tints of Medium Orchid #AA50DC
RGB
CMYK
RGB Variations
Color information
#AA50DC (or 0xAA50DC) is known color: Medium Orchid. HEX triplet: AA, 50 and DC. RGB value is (170,80,220). Sum of RGB (Red+Green+Blue) = 170+80+220=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 80 (31.64% from 255 or 17.02% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA50DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA50DC is #55AF23. Grayscale: #7A7A7A. Windows color (decimal): -5615396 or 14438570. OLE color: 14438570.
HSL color Cylindrical-coordinate representation of color #AA50DC: hue angle of 278.57º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA50DC is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 80 | 220 | - |
| CMYK | 0.23 | 0.64 | 0 | 0.14 |
| HSL | 278.57º | 0.67% | 0.59% | - |
| HSV(B) | 278.57º | 0.64% | 0.86% | - |
| XYZ | 32.36 | 19.45 | 69.76 | - |
| YUV | 122.87 | 182.82 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 80 | 220 | 0.23 | 0.64 | 0 | 0.14 | 278.57 | 0.67 | 0.59 |
| Hex | AA | 50 | DC | 17 | 40 | 0 | E | 117 | 43 | 3B |
| Octal | 252 | 120 | 334 | 27 | 100 | 0 | 16 | 427 | 103 | 73 |
| Binary | 10101010 | 1010000 | 11011100 | 10111 | 1000000 | 0 | 1110 | 100010111 | 1000011 | 111011 |
Color Harmonies of #AA50DC
Complementary color
Monochromatic Colors of #AA50DC
Black with #AA50DC
Text Example
Text Example
White with #AA50DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA50DC; }
p { color: rgb(170,80,220); }
H1.HeaderClassName
{
color: #AA50DC;
}
.AnyTagClassName
{
color: #AA50DC;
}
</style>
background-color css
<style>
a { background-color: #AA50DC; }
a { background-color: rgb(170,80,220); }
div.DivClassName
{
background-color: #AA50DC;
}
.BgClassName
{
background-color: #AA50DC;
}
</style>
border-color css
<style>
span { border-color: #AA50DC; }
span { border-color: rgb(170,80,220); }
td.TdClassName
{
border-color: #AA50DC;
}
.TagClassName
{
border-color: #AA50DC;
}
</style>