Shades of Medium Orchid #AE50D7
Tints of Medium Orchid #AE50D7
RGB
CMYK
RGB Variations
Color information
#AE50D7 (or 0xAE50D7) is known color: Medium Orchid. HEX triplet: AE, 50 and D7. RGB value is (174,80,215). Sum of RGB (Red+Green+Blue) = 174+80+215=469 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.10% from 469); Green value is 80 (31.64% from 255 or 17.06% from 469); Blue value is 215 (84.38% from 255 or 45.84% from 469); Max value from RGB is 215 - color contains mainly: blue. Hex color #AE50D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE50D7 is #51AF28. Grayscale: #7B7B7B. Windows color (decimal): -5353257 or 14110894. OLE color: 14110894.
HSL color Cylindrical-coordinate representation of color #AE50D7: hue angle of 281.78º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AE50D7 is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 80 | 215 | - |
| CMYK | 0.19 | 0.63 | 0 | 0.16 |
| HSL | 281.78º | 0.63% | 0.58% | - |
| HSV(B) | 281.78º | 0.63% | 0.84% | - |
| XYZ | 32.59 | 19.64 | 66.36 | - |
| YUV | 123.5 | 179.64 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 80 | 215 | 0.19 | 0.63 | 0 | 0.16 | 281.78 | 0.63 | 0.58 |
| Hex | AE | 50 | D7 | 13 | 3F | 0 | 10 | 11A | 3F | 3A |
| Octal | 256 | 120 | 327 | 23 | 77 | 0 | 20 | 432 | 77 | 72 |
| Binary | 10101110 | 1010000 | 11010111 | 10011 | 111111 | 0 | 10000 | 100011010 | 111111 | 111010 |
Color Harmonies of #AE50D7
Complementary color
Monochromatic Colors of #AE50D7
Black with #AE50D7
Text Example
Text Example
White with #AE50D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE50D7; }
p { color: rgb(174,80,215); }
H1.HeaderClassName
{
color: #AE50D7;
}
.AnyTagClassName
{
color: #AE50D7;
}
</style>
background-color css
<style>
a { background-color: #AE50D7; }
a { background-color: rgb(174,80,215); }
div.DivClassName
{
background-color: #AE50D7;
}
.BgClassName
{
background-color: #AE50D7;
}
</style>
border-color css
<style>
span { border-color: #AE50D7; }
span { border-color: rgb(174,80,215); }
td.TdClassName
{
border-color: #AE50D7;
}
.TagClassName
{
border-color: #AE50D7;
}
</style>