Shades of Medium Orchid #AA54FA
Tints of Medium Orchid #AA54FA
RGB
CMYK
RGB Variations
Color information
#AA54FA (or 0xAA54FA) is known color: Medium Orchid. HEX triplet: AA, 54 and FA. RGB value is (170,84,250). Sum of RGB (Red+Green+Blue) = 170+84+250=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 84 (33.20% from 255 or 16.67% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA54FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA54FA is #55AB05. Grayscale: #808080. Windows color (decimal): -5614342 or 16405674. OLE color: 16405674.
HSL color Cylindrical-coordinate representation of color #AA54FA: hue angle of 271.08º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA54FA is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 84 | 250 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.02 |
| HSL | 271.08º | 0.94% | 0.65% | - |
| HSV(B) | 271.08º | 0.66% | 0.98% | - |
| XYZ | 37 | 21.79 | 92.7 | - |
| YUV | 128.64 | 196.49 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 84 | 250 | 0.32 | 0.66 | 0 | 0.02 | 271.08 | 0.94 | 0.65 |
| Hex | AA | 54 | FA | 20 | 42 | 0 | 2 | 10F | 5E | 41 |
| Octal | 252 | 124 | 372 | 40 | 102 | 0 | 2 | 417 | 136 | 101 |
| Binary | 10101010 | 1010100 | 11111010 | 100000 | 1000010 | 0 | 10 | 100001111 | 1011110 | 1000001 |
Color Harmonies of #AA54FA
Complementary color
Monochromatic Colors of #AA54FA
Black with #AA54FA
Text Example
Text Example
White with #AA54FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA54FA; }
p { color: rgb(170,84,250); }
H1.HeaderClassName
{
color: #AA54FA;
}
.AnyTagClassName
{
color: #AA54FA;
}
</style>
background-color css
<style>
a { background-color: #AA54FA; }
a { background-color: rgb(170,84,250); }
div.DivClassName
{
background-color: #AA54FA;
}
.BgClassName
{
background-color: #AA54FA;
}
</style>
border-color css
<style>
span { border-color: #AA54FA; }
span { border-color: rgb(170,84,250); }
td.TdClassName
{
border-color: #AA54FA;
}
.TagClassName
{
border-color: #AA54FA;
}
</style>