Shades of Medium Orchid #AA52CC
Tints of Medium Orchid #AA52CC
RGB
CMYK
RGB Variations
Color information
#AA52CC (or 0xAA52CC) is known color: Medium Orchid. HEX triplet: AA, 52 and CC. RGB value is (170,82,204). Sum of RGB (Red+Green+Blue) = 170+82+204=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 82 (32.42% from 255 or 17.98% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA52CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA52CC is #55AD33. Grayscale: #797979. Windows color (decimal): -5614900 or 13390506. OLE color: 13390506.
HSL color Cylindrical-coordinate representation of color #AA52CC: hue angle of 283.28º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA52CC is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 82 | 204 | - |
| CMYK | 0.17 | 0.60 | 0 | 0.2 |
| HSL | 283.28º | 0.54% | 0.56% | - |
| HSV(B) | 283.28º | 0.6% | 0.8% | - |
| XYZ | 30.49 | 18.94 | 59.18 | - |
| YUV | 122.22 | 174.15 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 82 | 204 | 0.17 | 0.60 | 0 | 0.2 | 283.28 | 0.54 | 0.56 |
| Hex | AA | 52 | CC | 11 | 3C | 0 | 14 | 11B | 36 | 38 |
| Octal | 252 | 122 | 314 | 21 | 74 | 0 | 24 | 433 | 66 | 70 |
| Binary | 10101010 | 1010010 | 11001100 | 10001 | 111100 | 0 | 10100 | 100011011 | 110110 | 111000 |
Color Harmonies of #AA52CC
Complementary color
Monochromatic Colors of #AA52CC
Black with #AA52CC
Text Example
Text Example
White with #AA52CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA52CC; }
p { color: rgb(170,82,204); }
H1.HeaderClassName
{
color: #AA52CC;
}
.AnyTagClassName
{
color: #AA52CC;
}
</style>
background-color css
<style>
a { background-color: #AA52CC; }
a { background-color: rgb(170,82,204); }
div.DivClassName
{
background-color: #AA52CC;
}
.BgClassName
{
background-color: #AA52CC;
}
</style>
border-color css
<style>
span { border-color: #AA52CC; }
span { border-color: rgb(170,82,204); }
td.TdClassName
{
border-color: #AA52CC;
}
.TagClassName
{
border-color: #AA52CC;
}
</style>