Shades of Medium Orchid #AA52F2
Tints of Medium Orchid #AA52F2
RGB
CMYK
RGB Variations
Color information
#AA52F2 (or 0xAA52F2) is known color: Medium Orchid. HEX triplet: AA, 52 and F2. RGB value is (170,82,242). Sum of RGB (Red+Green+Blue) = 170+82+242=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 82 (32.42% from 255 or 16.60% from 494); Blue value is 242 (94.92% from 255 or 48.99% from 494); Max value from RGB is 242 - color contains mainly: blue. Hex color #AA52F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA52F2 is #55AD0D. Grayscale: #7E7E7E. Windows color (decimal): -5614862 or 15880874. OLE color: 15880874.
HSL color Cylindrical-coordinate representation of color #AA52F2: hue angle of 273º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA52F2 is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 82 | 242 | - |
| CMYK | 0.30 | 0.66 | 0 | 0.05 |
| HSL | 273º | 0.86% | 0.64% | - |
| HSV(B) | 273º | 0.66% | 0.95% | - |
| XYZ | 35.62 | 20.99 | 86.18 | - |
| YUV | 126.55 | 193.15 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 82 | 242 | 0.30 | 0.66 | 0 | 0.05 | 273 | 0.86 | 0.64 |
| Hex | AA | 52 | F2 | 1E | 42 | 0 | 5 | 111 | 56 | 40 |
| Octal | 252 | 122 | 362 | 36 | 102 | 0 | 5 | 421 | 126 | 100 |
| Binary | 10101010 | 1010010 | 11110010 | 11110 | 1000010 | 0 | 101 | 100010001 | 1010110 | 1000000 |
Color Harmonies of #AA52F2
Complementary color
Monochromatic Colors of #AA52F2
Black with #AA52F2
Text Example
Text Example
White with #AA52F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA52F2; }
p { color: rgb(170,82,242); }
H1.HeaderClassName
{
color: #AA52F2;
}
.AnyTagClassName
{
color: #AA52F2;
}
</style>
background-color css
<style>
a { background-color: #AA52F2; }
a { background-color: rgb(170,82,242); }
div.DivClassName
{
background-color: #AA52F2;
}
.BgClassName
{
background-color: #AA52F2;
}
</style>
border-color css
<style>
span { border-color: #AA52F2; }
span { border-color: rgb(170,82,242); }
td.TdClassName
{
border-color: #AA52F2;
}
.TagClassName
{
border-color: #AA52F2;
}
</style>