Shades of Medium Orchid #AA52CA
Tints of Medium Orchid #AA52CA
RGB
CMYK
RGB Variations
Color information
#AA52CA (or 0xAA52CA) is known color: Medium Orchid. HEX triplet: AA, 52 and CA. RGB value is (170,82,202). Sum of RGB (Red+Green+Blue) = 170+82+202=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 82 (32.42% from 255 or 18.06% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA52CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA52CA is #55AD35. Grayscale: #797979. Windows color (decimal): -5614902 or 13259434. OLE color: 13259434.
HSL color Cylindrical-coordinate representation of color #AA52CA: hue angle of 284º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA52CA is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 82 | 202 | - |
| CMYK | 0.16 | 0.59 | 0 | 0.21 |
| HSL | 284º | 0.53% | 0.56% | - |
| HSV(B) | 284º | 0.59% | 0.79% | - |
| XYZ | 30.26 | 18.84 | 57.92 | - |
| YUV | 121.99 | 173.15 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 82 | 202 | 0.16 | 0.59 | 0 | 0.21 | 284 | 0.53 | 0.56 |
| Hex | AA | 52 | CA | 10 | 3B | 0 | 15 | 11C | 35 | 38 |
| Octal | 252 | 122 | 312 | 20 | 73 | 0 | 25 | 434 | 65 | 70 |
| Binary | 10101010 | 1010010 | 11001010 | 10000 | 111011 | 0 | 10101 | 100011100 | 110101 | 111000 |
Color Harmonies of #AA52CA
Complementary color
Monochromatic Colors of #AA52CA
Black with #AA52CA
Text Example
Text Example
White with #AA52CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA52CA; }
p { color: rgb(170,82,202); }
H1.HeaderClassName
{
color: #AA52CA;
}
.AnyTagClassName
{
color: #AA52CA;
}
</style>
background-color css
<style>
a { background-color: #AA52CA; }
a { background-color: rgb(170,82,202); }
div.DivClassName
{
background-color: #AA52CA;
}
.BgClassName
{
background-color: #AA52CA;
}
</style>
border-color css
<style>
span { border-color: #AA52CA; }
span { border-color: rgb(170,82,202); }
td.TdClassName
{
border-color: #AA52CA;
}
.TagClassName
{
border-color: #AA52CA;
}
</style>