Shades of Medium Orchid #AA52CF
Tints of Medium Orchid #AA52CF
RGB
CMYK
RGB Variations
Color information
#AA52CF (or 0xAA52CF) is known color: Medium Orchid. HEX triplet: AA, 52 and CF. RGB value is (170,82,207). Sum of RGB (Red+Green+Blue) = 170+82+207=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 82 (32.42% from 255 or 17.86% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA52CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA52CF is #55AD30. Grayscale: #7A7A7A. Windows color (decimal): -5614897 or 13587114. OLE color: 13587114.
HSL color Cylindrical-coordinate representation of color #AA52CF: hue angle of 282.24º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA52CF is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 82 | 207 | - |
| CMYK | 0.18 | 0.60 | 0 | 0.19 |
| HSL | 282.24º | 0.57% | 0.57% | - |
| HSV(B) | 282.24º | 0.6% | 0.81% | - |
| XYZ | 30.86 | 19.09 | 61.09 | - |
| YUV | 122.56 | 175.65 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 82 | 207 | 0.18 | 0.60 | 0 | 0.19 | 282.24 | 0.57 | 0.57 |
| Hex | AA | 52 | CF | 12 | 3C | 0 | 13 | 11A | 39 | 39 |
| Octal | 252 | 122 | 317 | 22 | 74 | 0 | 23 | 432 | 71 | 71 |
| Binary | 10101010 | 1010010 | 11001111 | 10010 | 111100 | 0 | 10011 | 100011010 | 111001 | 111001 |
Color Harmonies of #AA52CF
Complementary color
Monochromatic Colors of #AA52CF
Black with #AA52CF
Text Example
Text Example
White with #AA52CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA52CF; }
p { color: rgb(170,82,207); }
H1.HeaderClassName
{
color: #AA52CF;
}
.AnyTagClassName
{
color: #AA52CF;
}
</style>
background-color css
<style>
a { background-color: #AA52CF; }
a { background-color: rgb(170,82,207); }
div.DivClassName
{
background-color: #AA52CF;
}
.BgClassName
{
background-color: #AA52CF;
}
</style>
border-color css
<style>
span { border-color: #AA52CF; }
span { border-color: rgb(170,82,207); }
td.TdClassName
{
border-color: #AA52CF;
}
.TagClassName
{
border-color: #AA52CF;
}
</style>