Shades of Medium Orchid #AE51E2
Tints of Medium Orchid #AE51E2
RGB
CMYK
RGB Variations
Color information
#AE51E2 (or 0xAE51E2) is known color: Medium Orchid. HEX triplet: AE, 51 and E2. RGB value is (174,81,226). Sum of RGB (Red+Green+Blue) = 174+81+226=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 81 (32.03% from 255 or 16.84% from 481); Blue value is 226 (88.67% from 255 or 46.99% from 481); Max value from RGB is 226 - color contains mainly: blue. Hex color #AE51E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE51E2 is #51AE1D. Grayscale: #7C7C7C. Windows color (decimal): -5352990 or 14832046. OLE color: 14832046.
HSL color Cylindrical-coordinate representation of color #AE51E2: hue angle of 278.48º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AE51E2 is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 174 | 81 | 226 | - |
| CMYK | 0.23 | 0.64 | 0 | 0.11 |
| HSL | 278.48º | 0.71% | 0.6% | - |
| HSV(B) | 278.48º | 0.64% | 0.89% | - |
| XYZ | 34.13 | 20.37 | 74.09 | - |
| YUV | 125.34 | 184.81 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 81 | 226 | 0.23 | 0.64 | 0 | 0.11 | 278.48 | 0.71 | 0.6 |
| Hex | AE | 51 | E2 | 17 | 40 | 0 | B | 116 | 47 | 3C |
| Octal | 256 | 121 | 342 | 27 | 100 | 0 | 13 | 426 | 107 | 74 |
| Binary | 10101110 | 1010001 | 11100010 | 10111 | 1000000 | 0 | 1011 | 100010110 | 1000111 | 111100 |
Color Harmonies of #AE51E2
Complementary color
Monochromatic Colors of #AE51E2
Black with #AE51E2
Text Example
Text Example
White with #AE51E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE51E2; }
p { color: rgb(174,81,226); }
H1.HeaderClassName
{
color: #AE51E2;
}
.AnyTagClassName
{
color: #AE51E2;
}
</style>
background-color css
<style>
a { background-color: #AE51E2; }
a { background-color: rgb(174,81,226); }
div.DivClassName
{
background-color: #AE51E2;
}
.BgClassName
{
background-color: #AE51E2;
}
</style>
border-color css
<style>
span { border-color: #AE51E2; }
span { border-color: rgb(174,81,226); }
td.TdClassName
{
border-color: #AE51E2;
}
.TagClassName
{
border-color: #AE51E2;
}
</style>