Shades of Medium Orchid #AA51FA
Tints of Medium Orchid #AA51FA
RGB
CMYK
RGB Variations
Color information
#AA51FA (or 0xAA51FA) is known color: Medium Orchid. HEX triplet: AA, 51 and FA. RGB value is (170,81,250). Sum of RGB (Red+Green+Blue) = 170+81+250=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 81 (32.03% from 255 or 16.17% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA51FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA51FA is #55AE05. Grayscale: #7E7E7E. Windows color (decimal): -5615110 or 16404906. OLE color: 16404906.
HSL color Cylindrical-coordinate representation of color #AA51FA: hue angle of 271.6º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA51FA is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 81 | 250 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.02 |
| HSL | 271.6º | 0.94% | 0.65% | - |
| HSV(B) | 271.6º | 0.68% | 0.98% | - |
| XYZ | 36.78 | 21.33 | 92.62 | - |
| YUV | 126.88 | 197.49 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 81 | 250 | 0.32 | 0.68 | 0 | 0.02 | 271.6 | 0.94 | 0.65 |
| Hex | AA | 51 | FA | 20 | 44 | 0 | 2 | 110 | 5E | 41 |
| Octal | 252 | 121 | 372 | 40 | 104 | 0 | 2 | 420 | 136 | 101 |
| Binary | 10101010 | 1010001 | 11111010 | 100000 | 1000100 | 0 | 10 | 100010000 | 1011110 | 1000001 |
Color Harmonies of #AA51FA
Complementary color
Monochromatic Colors of #AA51FA
Black with #AA51FA
Text Example
Text Example
White with #AA51FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA51FA; }
p { color: rgb(170,81,250); }
H1.HeaderClassName
{
color: #AA51FA;
}
.AnyTagClassName
{
color: #AA51FA;
}
</style>
background-color css
<style>
a { background-color: #AA51FA; }
a { background-color: rgb(170,81,250); }
div.DivClassName
{
background-color: #AA51FA;
}
.BgClassName
{
background-color: #AA51FA;
}
</style>
border-color css
<style>
span { border-color: #AA51FA; }
span { border-color: rgb(170,81,250); }
td.TdClassName
{
border-color: #AA51FA;
}
.TagClassName
{
border-color: #AA51FA;
}
</style>