Shades of Medium Orchid #AE50F0
Tints of Medium Orchid #AE50F0
RGB
CMYK
RGB Variations
Color information
#AE50F0 (or 0xAE50F0) is known color: Medium Orchid. HEX triplet: AE, 50 and F0. RGB value is (174,80,240). Sum of RGB (Red+Green+Blue) = 174+80+240=494 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.22% from 494); Green value is 80 (31.64% from 255 or 16.19% from 494); Blue value is 240 (94.14% from 255 or 48.58% from 494); Max value from RGB is 240 - color contains mainly: blue. Hex color #AE50F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE50F0 is #51AF0F. Grayscale: #7D7D7D. Windows color (decimal): -5353232 or 15749294. OLE color: 15749294.
HSL color Cylindrical-coordinate representation of color #AE50F0: hue angle of 275.25º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AE50F0 is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 174 | 80 | 240 | - |
| CMYK | 0.28 | 0.67 | 0 | 0.06 |
| HSL | 275.25º | 0.84% | 0.63% | - |
| HSV(B) | 275.25º | 0.67% | 0.94% | - |
| XYZ | 36.05 | 21.03 | 84.6 | - |
| YUV | 126.35 | 192.14 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 80 | 240 | 0.28 | 0.67 | 0 | 0.06 | 275.25 | 0.84 | 0.63 |
| Hex | AE | 50 | F0 | 1C | 43 | 0 | 6 | 113 | 54 | 3F |
| Octal | 256 | 120 | 360 | 34 | 103 | 0 | 6 | 423 | 124 | 77 |
| Binary | 10101110 | 1010000 | 11110000 | 11100 | 1000011 | 0 | 110 | 100010011 | 1010100 | 111111 |
Color Harmonies of #AE50F0
Complementary color
Monochromatic Colors of #AE50F0
Black with #AE50F0
Text Example
Text Example
White with #AE50F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE50F0; }
p { color: rgb(174,80,240); }
H1.HeaderClassName
{
color: #AE50F0;
}
.AnyTagClassName
{
color: #AE50F0;
}
</style>
background-color css
<style>
a { background-color: #AE50F0; }
a { background-color: rgb(174,80,240); }
div.DivClassName
{
background-color: #AE50F0;
}
.BgClassName
{
background-color: #AE50F0;
}
</style>
border-color css
<style>
span { border-color: #AE50F0; }
span { border-color: rgb(174,80,240); }
td.TdClassName
{
border-color: #AE50F0;
}
.TagClassName
{
border-color: #AE50F0;
}
</style>