Shades of Medium Orchid #AA55FB
Tints of Medium Orchid #AA55FB
RGB
CMYK
RGB Variations
Color information
#AA55FB (or 0xAA55FB) is known color: Medium Orchid. HEX triplet: AA, 55 and FB. RGB value is (170,85,251). Sum of RGB (Red+Green+Blue) = 170+85+251=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 85 (33.59% from 255 or 16.80% from 506); Blue value is 251 (98.44% from 255 or 49.60% from 506); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA55FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA55FB is #55AA04. Grayscale: #808080. Windows color (decimal): -5614085 or 16471466. OLE color: 16471466.
HSL color Cylindrical-coordinate representation of color #AA55FB: hue angle of 270.72º degrees, saturation: 0.95, 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 #AA55FB is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 85 | 251 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.02 |
| HSL | 270.72º | 0.95% | 0.66% | - |
| HSV(B) | 270.72º | 0.66% | 0.98% | - |
| XYZ | 37.24 | 22.01 | 93.55 | - |
| YUV | 129.34 | 196.66 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 85 | 251 | 0.32 | 0.66 | 0 | 0.02 | 270.72 | 0.95 | 0.66 |
| Hex | AA | 55 | FB | 20 | 42 | 0 | 2 | 10F | 5F | 42 |
| Octal | 252 | 125 | 373 | 40 | 102 | 0 | 2 | 417 | 137 | 102 |
| Binary | 10101010 | 1010101 | 11111011 | 100000 | 1000010 | 0 | 10 | 100001111 | 1011111 | 1000010 |
Color Harmonies of #AA55FB
Complementary color
Monochromatic Colors of #AA55FB
Black with #AA55FB
Text Example
Text Example
White with #AA55FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA55FB; }
p { color: rgb(170,85,251); }
H1.HeaderClassName
{
color: #AA55FB;
}
.AnyTagClassName
{
color: #AA55FB;
}
</style>
background-color css
<style>
a { background-color: #AA55FB; }
a { background-color: rgb(170,85,251); }
div.DivClassName
{
background-color: #AA55FB;
}
.BgClassName
{
background-color: #AA55FB;
}
</style>
border-color css
<style>
span { border-color: #AA55FB; }
span { border-color: rgb(170,85,251); }
td.TdClassName
{
border-color: #AA55FB;
}
.TagClassName
{
border-color: #AA55FB;
}
</style>