Shades of Medium Orchid #AE40DF
Tints of Medium Orchid #AE40DF
RGB
CMYK
RGB Variations
Color information
#AE40DF (or 0xAE40DF) is known color: Medium Orchid. HEX triplet: AE, 40 and DF. RGB value is (174,64,223). Sum of RGB (Red+Green+Blue) = 174+64+223=461 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.74% from 461); Green value is 64 (25.39% from 255 or 13.88% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE40DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE40DF is #51BF20. Grayscale: #727272. Windows color (decimal): -5357345 or 14631086. OLE color: 14631086.
HSL color Cylindrical-coordinate representation of color #AE40DF: hue angle of 281.51º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AE40DF is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 64 | 223 | - |
| CMYK | 0.22 | 0.71 | 0 | 0.13 |
| HSL | 281.51º | 0.71% | 0.56% | - |
| HSV(B) | 281.51º | 0.71% | 0.87% | - |
| XYZ | 32.61 | 17.99 | 71.57 | - |
| YUV | 115.02 | 188.94 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 64 | 223 | 0.22 | 0.71 | 0 | 0.13 | 281.51 | 0.71 | 0.56 |
| Hex | AE | 40 | DF | 16 | 47 | 0 | D | 11A | 47 | 38 |
| Octal | 256 | 100 | 337 | 26 | 107 | 0 | 15 | 432 | 107 | 70 |
| Binary | 10101110 | 1000000 | 11011111 | 10110 | 1000111 | 0 | 1101 | 100011010 | 1000111 | 111000 |
Color Harmonies of #AE40DF
Complementary color
Monochromatic Colors of #AE40DF
Black with #AE40DF
Text Example
Text Example
White with #AE40DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE40DF; }
p { color: rgb(174,64,223); }
H1.HeaderClassName
{
color: #AE40DF;
}
.AnyTagClassName
{
color: #AE40DF;
}
</style>
background-color css
<style>
a { background-color: #AE40DF; }
a { background-color: rgb(174,64,223); }
div.DivClassName
{
background-color: #AE40DF;
}
.BgClassName
{
background-color: #AE40DF;
}
</style>
border-color css
<style>
span { border-color: #AE40DF; }
span { border-color: rgb(174,64,223); }
td.TdClassName
{
border-color: #AE40DF;
}
.TagClassName
{
border-color: #AE40DF;
}
</style>