Shades of Medium Orchid #AA52FA
Tints of Medium Orchid #AA52FA
RGB
CMYK
RGB Variations
Color information
#AA52FA (or 0xAA52FA) is known color: Medium Orchid. HEX triplet: AA, 52 and FA. RGB value is (170,82,250). Sum of RGB (Red+Green+Blue) = 170+82+250=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 82 (32.42% from 255 or 16.33% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA52FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA52FA is #55AD05. Grayscale: #7E7E7E. Windows color (decimal): -5614854 or 16405162. OLE color: 16405162.
HSL color Cylindrical-coordinate representation of color #AA52FA: hue angle of 271.43º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA52FA is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 82 | 250 | - |
| CMYK | 0.32 | 0.67 | 0 | 0.02 |
| HSL | 271.43º | 0.94% | 0.65% | - |
| HSV(B) | 271.43º | 0.67% | 0.98% | - |
| XYZ | 36.85 | 21.48 | 92.65 | - |
| YUV | 127.46 | 197.15 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 82 | 250 | 0.32 | 0.67 | 0 | 0.02 | 271.43 | 0.94 | 0.65 |
| Hex | AA | 52 | FA | 20 | 43 | 0 | 2 | 10F | 5E | 41 |
| Octal | 252 | 122 | 372 | 40 | 103 | 0 | 2 | 417 | 136 | 101 |
| Binary | 10101010 | 1010010 | 11111010 | 100000 | 1000011 | 0 | 10 | 100001111 | 1011110 | 1000001 |
Color Harmonies of #AA52FA
Complementary color
Monochromatic Colors of #AA52FA
Black with #AA52FA
Text Example
Text Example
White with #AA52FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA52FA; }
p { color: rgb(170,82,250); }
H1.HeaderClassName
{
color: #AA52FA;
}
.AnyTagClassName
{
color: #AA52FA;
}
</style>
background-color css
<style>
a { background-color: #AA52FA; }
a { background-color: rgb(170,82,250); }
div.DivClassName
{
background-color: #AA52FA;
}
.BgClassName
{
background-color: #AA52FA;
}
</style>
border-color css
<style>
span { border-color: #AA52FA; }
span { border-color: rgb(170,82,250); }
td.TdClassName
{
border-color: #AA52FA;
}
.TagClassName
{
border-color: #AA52FA;
}
</style>