Shades of Medium Orchid #AA51EC
Tints of Medium Orchid #AA51EC
RGB
CMYK
RGB Variations
Color information
#AA51EC (or 0xAA51EC) is known color: Medium Orchid. HEX triplet: AA, 51 and EC. RGB value is (170,81,236). Sum of RGB (Red+Green+Blue) = 170+81+236=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 81 (32.03% from 255 or 16.63% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA51EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA51EC is #55AE13. Grayscale: #7C7C7C. Windows color (decimal): -5615124 or 15487402. OLE color: 15487402.
HSL color Cylindrical-coordinate representation of color #AA51EC: hue angle of 274.45º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA51EC is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 81 | 236 | - |
| CMYK | 0.28 | 0.66 | 0 | 0.07 |
| HSL | 274.45º | 0.8% | 0.62% | - |
| HSV(B) | 274.45º | 0.66% | 0.93% | - |
| XYZ | 34.66 | 20.49 | 81.48 | - |
| YUV | 125.28 | 190.49 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 81 | 236 | 0.28 | 0.66 | 0 | 0.07 | 274.45 | 0.8 | 0.62 |
| Hex | AA | 51 | EC | 1C | 42 | 0 | 7 | 112 | 50 | 3E |
| Octal | 252 | 121 | 354 | 34 | 102 | 0 | 7 | 422 | 120 | 76 |
| Binary | 10101010 | 1010001 | 11101100 | 11100 | 1000010 | 0 | 111 | 100010010 | 1010000 | 111110 |
Color Harmonies of #AA51EC
Complementary color
Monochromatic Colors of #AA51EC
Black with #AA51EC
Text Example
Text Example
White with #AA51EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA51EC; }
p { color: rgb(170,81,236); }
H1.HeaderClassName
{
color: #AA51EC;
}
.AnyTagClassName
{
color: #AA51EC;
}
</style>
background-color css
<style>
a { background-color: #AA51EC; }
a { background-color: rgb(170,81,236); }
div.DivClassName
{
background-color: #AA51EC;
}
.BgClassName
{
background-color: #AA51EC;
}
</style>
border-color css
<style>
span { border-color: #AA51EC; }
span { border-color: rgb(170,81,236); }
td.TdClassName
{
border-color: #AA51EC;
}
.TagClassName
{
border-color: #AA51EC;
}
</style>