Shades of Medium Orchid #AE40DC
Tints of Medium Orchid #AE40DC
RGB
CMYK
RGB Variations
Color information
#AE40DC (or 0xAE40DC) is known color: Medium Orchid. HEX triplet: AE, 40 and DC. RGB value is (174,64,220). Sum of RGB (Red+Green+Blue) = 174+64+220=458 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.99% from 458); Green value is 64 (25.39% from 255 or 13.97% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #AE40DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE40DC is #51BF23. Grayscale: #727272. Windows color (decimal): -5357348 or 14434478. OLE color: 14434478.
HSL color Cylindrical-coordinate representation of color #AE40DC: hue angle of 282.31º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AE40DC is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 64 | 220 | - |
| CMYK | 0.21 | 0.71 | 0 | 0.14 |
| HSL | 282.31º | 0.69% | 0.56% | - |
| HSV(B) | 282.31º | 0.71% | 0.86% | - |
| XYZ | 32.21 | 17.83 | 69.45 | - |
| YUV | 114.67 | 187.44 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 64 | 220 | 0.21 | 0.71 | 0 | 0.14 | 282.31 | 0.69 | 0.56 |
| Hex | AE | 40 | DC | 15 | 47 | 0 | E | 11A | 45 | 38 |
| Octal | 256 | 100 | 334 | 25 | 107 | 0 | 16 | 432 | 105 | 70 |
| Binary | 10101110 | 1000000 | 11011100 | 10101 | 1000111 | 0 | 1110 | 100011010 | 1000101 | 111000 |
Color Harmonies of #AE40DC
Complementary color
Monochromatic Colors of #AE40DC
Black with #AE40DC
Text Example
Text Example
White with #AE40DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE40DC; }
p { color: rgb(174,64,220); }
H1.HeaderClassName
{
color: #AE40DC;
}
.AnyTagClassName
{
color: #AE40DC;
}
</style>
background-color css
<style>
a { background-color: #AE40DC; }
a { background-color: rgb(174,64,220); }
div.DivClassName
{
background-color: #AE40DC;
}
.BgClassName
{
background-color: #AE40DC;
}
</style>
border-color css
<style>
span { border-color: #AE40DC; }
span { border-color: rgb(174,64,220); }
td.TdClassName
{
border-color: #AE40DC;
}
.TagClassName
{
border-color: #AE40DC;
}
</style>