Shades of Medium Orchid #AA55F9
Tints of Medium Orchid #AA55F9
RGB
CMYK
RGB Variations
Color information
#AA55F9 (or 0xAA55F9) is known color: Medium Orchid. HEX triplet: AA, 55 and F9. RGB value is (170,85,249). Sum of RGB (Red+Green+Blue) = 170+85+249=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 85 (33.59% from 255 or 16.87% from 504); Blue value is 249 (97.66% from 255 or 49.40% from 504); Max value from RGB is 249 - color contains mainly: blue. Hex color #AA55F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA55F9 is #55AA06. Grayscale: #808080. Windows color (decimal): -5614087 or 16340394. OLE color: 16340394.
HSL color Cylindrical-coordinate representation of color #AA55F9: hue angle of 271.1º degrees, saturation: 0.93, 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 #AA55F9 is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 85 | 249 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.02 |
| HSL | 271.1º | 0.93% | 0.65% | - |
| HSV(B) | 271.1º | 0.66% | 0.98% | - |
| XYZ | 36.92 | 21.88 | 91.9 | - |
| YUV | 129.11 | 195.66 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 85 | 249 | 0.32 | 0.66 | 0 | 0.02 | 271.1 | 0.93 | 0.65 |
| Hex | AA | 55 | F9 | 20 | 42 | 0 | 2 | 10F | 5D | 41 |
| Octal | 252 | 125 | 371 | 40 | 102 | 0 | 2 | 417 | 135 | 101 |
| Binary | 10101010 | 1010101 | 11111001 | 100000 | 1000010 | 0 | 10 | 100001111 | 1011101 | 1000001 |
Color Harmonies of #AA55F9
Complementary color
Monochromatic Colors of #AA55F9
Black with #AA55F9
Text Example
Text Example
White with #AA55F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA55F9; }
p { color: rgb(170,85,249); }
H1.HeaderClassName
{
color: #AA55F9;
}
.AnyTagClassName
{
color: #AA55F9;
}
</style>
background-color css
<style>
a { background-color: #AA55F9; }
a { background-color: rgb(170,85,249); }
div.DivClassName
{
background-color: #AA55F9;
}
.BgClassName
{
background-color: #AA55F9;
}
</style>
border-color css
<style>
span { border-color: #AA55F9; }
span { border-color: rgb(170,85,249); }
td.TdClassName
{
border-color: #AA55F9;
}
.TagClassName
{
border-color: #AA55F9;
}
</style>