Shades of Medium Orchid #AA50DF
Tints of Medium Orchid #AA50DF
RGB
CMYK
RGB Variations
Color information
#AA50DF (or 0xAA50DF) is known color: Medium Orchid. HEX triplet: AA, 50 and DF. RGB value is (170,80,223). Sum of RGB (Red+Green+Blue) = 170+80+223=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 80 (31.64% from 255 or 16.91% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA50DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA50DF is #55AF20. Grayscale: #7A7A7A. Windows color (decimal): -5615393 or 14635178. OLE color: 14635178.
HSL color Cylindrical-coordinate representation of color #AA50DF: hue angle of 277.76º degrees, saturation: 0.69, 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 #AA50DF is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 80 | 223 | - |
| CMYK | 0.24 | 0.64 | 0 | 0.13 |
| HSL | 277.76º | 0.69% | 0.59% | - |
| HSV(B) | 277.76º | 0.64% | 0.87% | - |
| XYZ | 32.77 | 19.61 | 71.87 | - |
| YUV | 123.21 | 184.32 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 80 | 223 | 0.24 | 0.64 | 0 | 0.13 | 277.76 | 0.69 | 0.59 |
| Hex | AA | 50 | DF | 18 | 40 | 0 | D | 116 | 45 | 3B |
| Octal | 252 | 120 | 337 | 30 | 100 | 0 | 15 | 426 | 105 | 73 |
| Binary | 10101010 | 1010000 | 11011111 | 11000 | 1000000 | 0 | 1101 | 100010110 | 1000101 | 111011 |
Color Harmonies of #AA50DF
Complementary color
Monochromatic Colors of #AA50DF
Black with #AA50DF
Text Example
Text Example
White with #AA50DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA50DF; }
p { color: rgb(170,80,223); }
H1.HeaderClassName
{
color: #AA50DF;
}
.AnyTagClassName
{
color: #AA50DF;
}
</style>
background-color css
<style>
a { background-color: #AA50DF; }
a { background-color: rgb(170,80,223); }
div.DivClassName
{
background-color: #AA50DF;
}
.BgClassName
{
background-color: #AA50DF;
}
</style>
border-color css
<style>
span { border-color: #AA50DF; }
span { border-color: rgb(170,80,223); }
td.TdClassName
{
border-color: #AA50DF;
}
.TagClassName
{
border-color: #AA50DF;
}
</style>