Shades of Medium Orchid #AA50CE
Tints of Medium Orchid #AA50CE
RGB
CMYK
RGB Variations
Color information
#AA50CE (or 0xAA50CE) is known color: Medium Orchid. HEX triplet: AA, 50 and CE. RGB value is (170,80,206). Sum of RGB (Red+Green+Blue) = 170+80+206=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 80 (31.64% from 255 or 17.54% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA50CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA50CE is #55AF31. Grayscale: #787878. Windows color (decimal): -5615410 or 13521066. OLE color: 13521066.
HSL color Cylindrical-coordinate representation of color #AA50CE: hue angle of 282.86º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA50CE is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 80 | 206 | - |
| CMYK | 0.17 | 0.61 | 0 | 0.19 |
| HSL | 282.86º | 0.56% | 0.56% | - |
| HSV(B) | 282.86º | 0.61% | 0.81% | - |
| XYZ | 30.59 | 18.74 | 60.4 | - |
| YUV | 121.27 | 175.82 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 80 | 206 | 0.17 | 0.61 | 0 | 0.19 | 282.86 | 0.56 | 0.56 |
| Hex | AA | 50 | CE | 11 | 3D | 0 | 13 | 11B | 38 | 38 |
| Octal | 252 | 120 | 316 | 21 | 75 | 0 | 23 | 433 | 70 | 70 |
| Binary | 10101010 | 1010000 | 11001110 | 10001 | 111101 | 0 | 10011 | 100011011 | 111000 | 111000 |
Color Harmonies of #AA50CE
Complementary color
Monochromatic Colors of #AA50CE
Black with #AA50CE
Text Example
Text Example
White with #AA50CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA50CE; }
p { color: rgb(170,80,206); }
H1.HeaderClassName
{
color: #AA50CE;
}
.AnyTagClassName
{
color: #AA50CE;
}
</style>
background-color css
<style>
a { background-color: #AA50CE; }
a { background-color: rgb(170,80,206); }
div.DivClassName
{
background-color: #AA50CE;
}
.BgClassName
{
background-color: #AA50CE;
}
</style>
border-color css
<style>
span { border-color: #AA50CE; }
span { border-color: rgb(170,80,206); }
td.TdClassName
{
border-color: #AA50CE;
}
.TagClassName
{
border-color: #AA50CE;
}
</style>