Shades of Medium Orchid #AA52E4
Tints of Medium Orchid #AA52E4
RGB
CMYK
RGB Variations
Color information
#AA52E4 (or 0xAA52E4) is known color: Medium Orchid. HEX triplet: AA, 52 and E4. RGB value is (170,82,228). Sum of RGB (Red+Green+Blue) = 170+82+228=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 82 (32.42% from 255 or 17.08% from 480); Blue value is 228 (89.45% from 255 or 47.5% from 480); Max value from RGB is 228 - color contains mainly: blue. Hex color #AA52E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA52E4 is #55AD1B. Grayscale: #7C7C7C. Windows color (decimal): -5614876 or 14963370. OLE color: 14963370.
HSL color Cylindrical-coordinate representation of color #AA52E4: hue angle of 276.16º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA52E4 is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 82 | 228 | - |
| CMYK | 0.25 | 0.64 | 0 | 0.11 |
| HSL | 276.16º | 0.73% | 0.61% | - |
| HSV(B) | 276.16º | 0.64% | 0.89% | - |
| XYZ | 33.6 | 20.18 | 75.52 | - |
| YUV | 124.96 | 186.15 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 82 | 228 | 0.25 | 0.64 | 0 | 0.11 | 276.16 | 0.73 | 0.61 |
| Hex | AA | 52 | E4 | 19 | 40 | 0 | B | 114 | 49 | 3D |
| Octal | 252 | 122 | 344 | 31 | 100 | 0 | 13 | 424 | 111 | 75 |
| Binary | 10101010 | 1010010 | 11100100 | 11001 | 1000000 | 0 | 1011 | 100010100 | 1001001 | 111101 |
Color Harmonies of #AA52E4
Complementary color
Monochromatic Colors of #AA52E4
Black with #AA52E4
Text Example
Text Example
White with #AA52E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA52E4; }
p { color: rgb(170,82,228); }
H1.HeaderClassName
{
color: #AA52E4;
}
.AnyTagClassName
{
color: #AA52E4;
}
</style>
background-color css
<style>
a { background-color: #AA52E4; }
a { background-color: rgb(170,82,228); }
div.DivClassName
{
background-color: #AA52E4;
}
.BgClassName
{
background-color: #AA52E4;
}
</style>
border-color css
<style>
span { border-color: #AA52E4; }
span { border-color: rgb(170,82,228); }
td.TdClassName
{
border-color: #AA52E4;
}
.TagClassName
{
border-color: #AA52E4;
}
</style>