Shades of Medium Orchid #AE40D8
Tints of Medium Orchid #AE40D8
RGB
CMYK
RGB Variations
Color information
#AE40D8 (or 0xAE40D8) is known color: Medium Orchid. HEX triplet: AE, 40 and D8. RGB value is (174,64,216). Sum of RGB (Red+Green+Blue) = 174+64+216=454 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.33% from 454); Green value is 64 (25.39% from 255 or 14.10% from 454); Blue value is 216 (84.77% from 255 or 47.58% from 454); Max value from RGB is 216 - color contains mainly: blue. Hex color #AE40D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE40D8 is #51BF27. Grayscale: #717171. Windows color (decimal): -5357352 or 14172334. OLE color: 14172334.
HSL color Cylindrical-coordinate representation of color #AE40D8: hue angle of 283.42º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AE40D8 is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 64 | 216 | - |
| CMYK | 0.19 | 0.70 | 0 | 0.15 |
| HSL | 283.42º | 0.66% | 0.55% | - |
| HSV(B) | 283.42º | 0.7% | 0.85% | - |
| XYZ | 31.68 | 17.62 | 66.7 | - |
| YUV | 114.22 | 185.44 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 64 | 216 | 0.19 | 0.70 | 0 | 0.15 | 283.42 | 0.66 | 0.55 |
| Hex | AE | 40 | D8 | 13 | 46 | 0 | F | 11B | 42 | 37 |
| Octal | 256 | 100 | 330 | 23 | 106 | 0 | 17 | 433 | 102 | 67 |
| Binary | 10101110 | 1000000 | 11011000 | 10011 | 1000110 | 0 | 1111 | 100011011 | 1000010 | 110111 |
Color Harmonies of #AE40D8
Complementary color
Monochromatic Colors of #AE40D8
Black with #AE40D8
Text Example
Text Example
White with #AE40D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE40D8; }
p { color: rgb(174,64,216); }
H1.HeaderClassName
{
color: #AE40D8;
}
.AnyTagClassName
{
color: #AE40D8;
}
</style>
background-color css
<style>
a { background-color: #AE40D8; }
a { background-color: rgb(174,64,216); }
div.DivClassName
{
background-color: #AE40D8;
}
.BgClassName
{
background-color: #AE40D8;
}
</style>
border-color css
<style>
span { border-color: #AE40D8; }
span { border-color: rgb(174,64,216); }
td.TdClassName
{
border-color: #AE40D8;
}
.TagClassName
{
border-color: #AE40D8;
}
</style>