Shades of Medium Orchid #AA51F0
Tints of Medium Orchid #AA51F0
RGB
CMYK
RGB Variations
Color information
#AA51F0 (or 0xAA51F0) is known color: Medium Orchid. HEX triplet: AA, 51 and F0. RGB value is (170,81,240). Sum of RGB (Red+Green+Blue) = 170+81+240=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 81 (32.03% from 255 or 16.50% from 491); Blue value is 240 (94.14% from 255 or 48.88% from 491); Max value from RGB is 240 - color contains mainly: blue. Hex color #AA51F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA51F0 is #55AE0F. Grayscale: #7D7D7D. Windows color (decimal): -5615120 or 15749546. OLE color: 15749546.
HSL color Cylindrical-coordinate representation of color #AA51F0: hue angle of 273.58º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA51F0 is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 81 | 240 | - |
| CMYK | 0.29 | 0.66 | 0 | 0.06 |
| HSL | 273.58º | 0.84% | 0.63% | - |
| HSV(B) | 273.58º | 0.66% | 0.94% | - |
| XYZ | 35.25 | 20.72 | 84.58 | - |
| YUV | 125.74 | 192.49 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 81 | 240 | 0.29 | 0.66 | 0 | 0.06 | 273.58 | 0.84 | 0.63 |
| Hex | AA | 51 | F0 | 1D | 42 | 0 | 6 | 112 | 54 | 3F |
| Octal | 252 | 121 | 360 | 35 | 102 | 0 | 6 | 422 | 124 | 77 |
| Binary | 10101010 | 1010001 | 11110000 | 11101 | 1000010 | 0 | 110 | 100010010 | 1010100 | 111111 |
Color Harmonies of #AA51F0
Complementary color
Monochromatic Colors of #AA51F0
Black with #AA51F0
Text Example
Text Example
White with #AA51F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA51F0; }
p { color: rgb(170,81,240); }
H1.HeaderClassName
{
color: #AA51F0;
}
.AnyTagClassName
{
color: #AA51F0;
}
</style>
background-color css
<style>
a { background-color: #AA51F0; }
a { background-color: rgb(170,81,240); }
div.DivClassName
{
background-color: #AA51F0;
}
.BgClassName
{
background-color: #AA51F0;
}
</style>
border-color css
<style>
span { border-color: #AA51F0; }
span { border-color: rgb(170,81,240); }
td.TdClassName
{
border-color: #AA51F0;
}
.TagClassName
{
border-color: #AA51F0;
}
</style>