Shades of Medium Orchid #AA55FA
Tints of Medium Orchid #AA55FA
RGB
CMYK
RGB Variations
Color information
#AA55FA (or 0xAA55FA) is known color: Medium Orchid. HEX triplet: AA, 55 and FA. RGB value is (170,85,250). Sum of RGB (Red+Green+Blue) = 170+85+250=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 85 (33.59% from 255 or 16.83% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA55FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA55FA is #55AA05. Grayscale: #808080. Windows color (decimal): -5614086 or 16405930. OLE color: 16405930.
HSL color Cylindrical-coordinate representation of color #AA55FA: hue angle of 270.91º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA55FA is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 85 | 250 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.02 |
| HSL | 270.91º | 0.94% | 0.66% | - |
| HSV(B) | 270.91º | 0.66% | 0.98% | - |
| XYZ | 37.08 | 21.95 | 92.72 | - |
| YUV | 129.23 | 196.16 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 85 | 250 | 0.32 | 0.66 | 0 | 0.02 | 270.91 | 0.94 | 0.66 |
| Hex | AA | 55 | FA | 20 | 42 | 0 | 2 | 10F | 5E | 42 |
| Octal | 252 | 125 | 372 | 40 | 102 | 0 | 2 | 417 | 136 | 102 |
| Binary | 10101010 | 1010101 | 11111010 | 100000 | 1000010 | 0 | 10 | 100001111 | 1011110 | 1000010 |
Color Harmonies of #AA55FA
Complementary color
Monochromatic Colors of #AA55FA
Black with #AA55FA
Text Example
Text Example
White with #AA55FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA55FA; }
p { color: rgb(170,85,250); }
H1.HeaderClassName
{
color: #AA55FA;
}
.AnyTagClassName
{
color: #AA55FA;
}
</style>
background-color css
<style>
a { background-color: #AA55FA; }
a { background-color: rgb(170,85,250); }
div.DivClassName
{
background-color: #AA55FA;
}
.BgClassName
{
background-color: #AA55FA;
}
</style>
border-color css
<style>
span { border-color: #AA55FA; }
span { border-color: rgb(170,85,250); }
td.TdClassName
{
border-color: #AA55FA;
}
.TagClassName
{
border-color: #AA55FA;
}
</style>