Shades of Medium Orchid #AA50CA
Tints of Medium Orchid #AA50CA
RGB
CMYK
RGB Variations
Color information
#AA50CA (or 0xAA50CA) is known color: Medium Orchid. HEX triplet: AA, 50 and CA. RGB value is (170,80,202). Sum of RGB (Red+Green+Blue) = 170+80+202=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 80 (31.64% from 255 or 17.70% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA50CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA50CA is #55AF35. Grayscale: #787878. Windows color (decimal): -5615414 or 13258922. OLE color: 13258922.
HSL color Cylindrical-coordinate representation of color #AA50CA: hue angle of 284.26º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA50CA is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 80 | 202 | - |
| CMYK | 0.16 | 0.60 | 0 | 0.21 |
| HSL | 284.26º | 0.54% | 0.55% | - |
| HSV(B) | 284.26º | 0.6% | 0.79% | - |
| XYZ | 30.11 | 18.55 | 57.87 | - |
| YUV | 120.82 | 173.82 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 80 | 202 | 0.16 | 0.60 | 0 | 0.21 | 284.26 | 0.54 | 0.55 |
| Hex | AA | 50 | CA | 10 | 3C | 0 | 15 | 11C | 36 | 37 |
| Octal | 252 | 120 | 312 | 20 | 74 | 0 | 25 | 434 | 66 | 67 |
| Binary | 10101010 | 1010000 | 11001010 | 10000 | 111100 | 0 | 10101 | 100011100 | 110110 | 110111 |
Color Harmonies of #AA50CA
Complementary color
Monochromatic Colors of #AA50CA
Black with #AA50CA
Text Example
Text Example
White with #AA50CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA50CA; }
p { color: rgb(170,80,202); }
H1.HeaderClassName
{
color: #AA50CA;
}
.AnyTagClassName
{
color: #AA50CA;
}
</style>
background-color css
<style>
a { background-color: #AA50CA; }
a { background-color: rgb(170,80,202); }
div.DivClassName
{
background-color: #AA50CA;
}
.BgClassName
{
background-color: #AA50CA;
}
</style>
border-color css
<style>
span { border-color: #AA50CA; }
span { border-color: rgb(170,80,202); }
td.TdClassName
{
border-color: #AA50CA;
}
.TagClassName
{
border-color: #AA50CA;
}
</style>