Shades of Medium Orchid #AE50D0
Tints of Medium Orchid #AE50D0
RGB
CMYK
RGB Variations
Color information
#AE50D0 (or 0xAE50D0) is known color: Medium Orchid. HEX triplet: AE, 50 and D0. RGB value is (174,80,208). Sum of RGB (Red+Green+Blue) = 174+80+208=462 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.66% from 462); Green value is 80 (31.64% from 255 or 17.32% from 462); Blue value is 208 (81.64% from 255 or 45.02% from 462); Max value from RGB is 208 - color contains mainly: blue. Hex color #AE50D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE50D0 is #51AF2F. Grayscale: #7A7A7A. Windows color (decimal): -5353264 or 13652142. OLE color: 13652142.
HSL color Cylindrical-coordinate representation of color #AE50D0: hue angle of 284.06º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AE50D0 is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 80 | 208 | - |
| CMYK | 0.16 | 0.62 | 0 | 0.18 |
| HSL | 284.06º | 0.58% | 0.56% | - |
| HSV(B) | 284.06º | 0.62% | 0.82% | - |
| XYZ | 31.71 | 19.29 | 61.73 | - |
| YUV | 122.7 | 176.14 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 80 | 208 | 0.16 | 0.62 | 0 | 0.18 | 284.06 | 0.58 | 0.56 |
| Hex | AE | 50 | D0 | 10 | 3E | 0 | 12 | 11C | 3A | 38 |
| Octal | 256 | 120 | 320 | 20 | 76 | 0 | 22 | 434 | 72 | 70 |
| Binary | 10101110 | 1010000 | 11010000 | 10000 | 111110 | 0 | 10010 | 100011100 | 111010 | 111000 |
Color Harmonies of #AE50D0
Complementary color
Monochromatic Colors of #AE50D0
Black with #AE50D0
Text Example
Text Example
White with #AE50D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE50D0; }
p { color: rgb(174,80,208); }
H1.HeaderClassName
{
color: #AE50D0;
}
.AnyTagClassName
{
color: #AE50D0;
}
</style>
background-color css
<style>
a { background-color: #AE50D0; }
a { background-color: rgb(174,80,208); }
div.DivClassName
{
background-color: #AE50D0;
}
.BgClassName
{
background-color: #AE50D0;
}
</style>
border-color css
<style>
span { border-color: #AE50D0; }
span { border-color: rgb(174,80,208); }
td.TdClassName
{
border-color: #AE50D0;
}
.TagClassName
{
border-color: #AE50D0;
}
</style>