Shades of Medium Orchid #AA55F7
Tints of Medium Orchid #AA55F7
RGB
CMYK
RGB Variations
Color information
#AA55F7 (or 0xAA55F7) is known color: Medium Orchid. HEX triplet: AA, 55 and F7. RGB value is (170,85,247). Sum of RGB (Red+Green+Blue) = 170+85+247=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 85 (33.59% from 255 or 16.93% from 502); Blue value is 247 (96.88% from 255 or 49.20% from 502); Max value from RGB is 247 - color contains mainly: blue. Hex color #AA55F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA55F7 is #55AA08. Grayscale: #808080. Windows color (decimal): -5614089 or 16209322. OLE color: 16209322.
HSL color Cylindrical-coordinate representation of color #AA55F7: hue angle of 271.48º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA55F7 is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 85 | 247 | - |
| CMYK | 0.31 | 0.66 | 0 | 0.03 |
| HSL | 271.48º | 0.91% | 0.65% | - |
| HSV(B) | 271.48º | 0.66% | 0.97% | - |
| XYZ | 36.61 | 21.76 | 90.27 | - |
| YUV | 128.88 | 194.66 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 85 | 247 | 0.31 | 0.66 | 0 | 0.03 | 271.48 | 0.91 | 0.65 |
| Hex | AA | 55 | F7 | 1F | 42 | 0 | 3 | 10F | 5B | 41 |
| Octal | 252 | 125 | 367 | 37 | 102 | 0 | 3 | 417 | 133 | 101 |
| Binary | 10101010 | 1010101 | 11110111 | 11111 | 1000010 | 0 | 11 | 100001111 | 1011011 | 1000001 |
Color Harmonies of #AA55F7
Complementary color
Monochromatic Colors of #AA55F7
Black with #AA55F7
Text Example
Text Example
White with #AA55F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA55F7; }
p { color: rgb(170,85,247); }
H1.HeaderClassName
{
color: #AA55F7;
}
.AnyTagClassName
{
color: #AA55F7;
}
</style>
background-color css
<style>
a { background-color: #AA55F7; }
a { background-color: rgb(170,85,247); }
div.DivClassName
{
background-color: #AA55F7;
}
.BgClassName
{
background-color: #AA55F7;
}
</style>
border-color css
<style>
span { border-color: #AA55F7; }
span { border-color: rgb(170,85,247); }
td.TdClassName
{
border-color: #AA55F7;
}
.TagClassName
{
border-color: #AA55F7;
}
</style>