Shades of Medium Orchid #AA50CB
Tints of Medium Orchid #AA50CB
RGB
CMYK
RGB Variations
Color information
#AA50CB (or 0xAA50CB) is known color: Medium Orchid. HEX triplet: AA, 50 and CB. RGB value is (170,80,203). Sum of RGB (Red+Green+Blue) = 170+80+203=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 80 (31.64% from 255 or 17.66% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA50CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA50CB is #55AF34. Grayscale: #787878. Windows color (decimal): -5615413 or 13324458. OLE color: 13324458.
HSL color Cylindrical-coordinate representation of color #AA50CB: hue angle of 283.9º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA50CB is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 80 | 203 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.20 |
| HSL | 283.9º | 0.54% | 0.55% | - |
| HSV(B) | 283.9º | 0.61% | 0.8% | - |
| XYZ | 30.23 | 18.6 | 58.5 | - |
| YUV | 120.93 | 174.32 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 80 | 203 | 0.16 | 0.61 | 0 | 0.20 | 283.9 | 0.54 | 0.55 |
| Hex | AA | 50 | CB | 10 | 3D | 0 | 14 | 11C | 36 | 37 |
| Octal | 252 | 120 | 313 | 20 | 75 | 0 | 24 | 434 | 66 | 67 |
| Binary | 10101010 | 1010000 | 11001011 | 10000 | 111101 | 0 | 10100 | 100011100 | 110110 | 110111 |
Color Harmonies of #AA50CB
Complementary color
Monochromatic Colors of #AA50CB
Black with #AA50CB
Text Example
Text Example
White with #AA50CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA50CB; }
p { color: rgb(170,80,203); }
H1.HeaderClassName
{
color: #AA50CB;
}
.AnyTagClassName
{
color: #AA50CB;
}
</style>
background-color css
<style>
a { background-color: #AA50CB; }
a { background-color: rgb(170,80,203); }
div.DivClassName
{
background-color: #AA50CB;
}
.BgClassName
{
background-color: #AA50CB;
}
</style>
border-color css
<style>
span { border-color: #AA50CB; }
span { border-color: rgb(170,80,203); }
td.TdClassName
{
border-color: #AA50CB;
}
.TagClassName
{
border-color: #AA50CB;
}
</style>