Shades of Medium Orchid #AA50FC
Tints of Medium Orchid #AA50FC
RGB
CMYK
RGB Variations
Color information
#AA50FC (or 0xAA50FC) is known color: Medium Orchid. HEX triplet: AA, 50 and FC. RGB value is (170,80,252). Sum of RGB (Red+Green+Blue) = 170+80+252=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 80 (31.64% from 255 or 15.94% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA50FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA50FC is #55AF03. Grayscale: #7D7D7D. Windows color (decimal): -5615364 or 16535722. OLE color: 16535722.
HSL color Cylindrical-coordinate representation of color #AA50FC: hue angle of 271.4º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA50FC is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 80 | 252 | - |
| CMYK | 0.33 | 0.68 | 0 | 0.01 |
| HSL | 271.4º | 0.97% | 0.65% | - |
| HSV(B) | 271.4º | 0.68% | 0.99% | - |
| XYZ | 37.02 | 21.31 | 94.26 | - |
| YUV | 126.52 | 198.82 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 80 | 252 | 0.33 | 0.68 | 0 | 0.01 | 271.4 | 0.97 | 0.65 |
| Hex | AA | 50 | FC | 21 | 44 | 0 | 1 | 10F | 61 | 41 |
| Octal | 252 | 120 | 374 | 41 | 104 | 0 | 1 | 417 | 141 | 101 |
| Binary | 10101010 | 1010000 | 11111100 | 100001 | 1000100 | 0 | 1 | 100001111 | 1100001 | 1000001 |
Color Harmonies of #AA50FC
Complementary color
Monochromatic Colors of #AA50FC
Black with #AA50FC
Text Example
Text Example
White with #AA50FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA50FC; }
p { color: rgb(170,80,252); }
H1.HeaderClassName
{
color: #AA50FC;
}
.AnyTagClassName
{
color: #AA50FC;
}
</style>
background-color css
<style>
a { background-color: #AA50FC; }
a { background-color: rgb(170,80,252); }
div.DivClassName
{
background-color: #AA50FC;
}
.BgClassName
{
background-color: #AA50FC;
}
</style>
border-color css
<style>
span { border-color: #AA50FC; }
span { border-color: rgb(170,80,252); }
td.TdClassName
{
border-color: #AA50FC;
}
.TagClassName
{
border-color: #AA50FC;
}
</style>