Shades of Medium Orchid #AA50FF
Tints of Medium Orchid #AA50FF
RGB
CMYK
RGB Variations
Color information
#AA50FF (or 0xAA50FF) is known color: Medium Orchid. HEX triplet: AA, 50 and FF. RGB value is (170,80,255). Sum of RGB (Red+Green+Blue) = 170+80+255=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 80 (31.64% from 255 or 15.84% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA50FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA50FF is #55AF00. Grayscale: #7E7E7E. Windows color (decimal): -5615361 or 16732330. OLE color: 16732330.
HSL color Cylindrical-coordinate representation of color #AA50FF: hue angle of 270.86º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA50FF is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 80 | 255 | - |
| CMYK | 0.33 | 0.69 | 0 | 0 |
| HSL | 270.86º | 1% | 0.66% | - |
| HSV(B) | 270.86º | 0.69% | 1% | - |
| XYZ | 37.5 | 21.5 | 96.78 | - |
| YUV | 126.86 | 200.32 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 80 | 255 | 0.33 | 0.69 | 0 | 0 | 270.86 | 1 | 0.66 |
| Hex | AA | 50 | FF | 21 | 45 | 0 | 0 | 10F | 64 | 42 |
| Octal | 252 | 120 | 377 | 41 | 105 | 0 | 0 | 417 | 144 | 102 |
| Binary | 10101010 | 1010000 | 11111111 | 100001 | 1000101 | 0 | 0 | 100001111 | 1100100 | 1000010 |
Color Harmonies of #AA50FF
Complementary color
Monochromatic Colors of #AA50FF
Black with #AA50FF
Text Example
Text Example
White with #AA50FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA50FF; }
p { color: rgb(170,80,255); }
H1.HeaderClassName
{
color: #AA50FF;
}
.AnyTagClassName
{
color: #AA50FF;
}
</style>
background-color css
<style>
a { background-color: #AA50FF; }
a { background-color: rgb(170,80,255); }
div.DivClassName
{
background-color: #AA50FF;
}
.BgClassName
{
background-color: #AA50FF;
}
</style>
border-color css
<style>
span { border-color: #AA50FF; }
span { border-color: rgb(170,80,255); }
td.TdClassName
{
border-color: #AA50FF;
}
.TagClassName
{
border-color: #AA50FF;
}
</style>