Shades of Medium Orchid #AE4ECE
Tints of Medium Orchid #AE4ECE
RGB
CMYK
RGB Variations
Color information
#AE4ECE (or 0xAE4ECE) is known color: Medium Orchid. HEX triplet: AE, 4E and CE. RGB value is (174,78,206). Sum of RGB (Red+Green+Blue) = 174+78+206=458 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.99% from 458); Green value is 78 (30.86% from 255 or 17.03% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE4ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE4ECE is #51B131. Grayscale: #787878. Windows color (decimal): -5353778 or 13520558. OLE color: 13520558.
HSL color Cylindrical-coordinate representation of color #AE4ECE: hue angle of 285º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AE4ECE is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 78 | 206 | - |
| CMYK | 0.16 | 0.62 | 0 | 0.19 |
| HSL | 285º | 0.57% | 0.56% | - |
| HSV(B) | 285º | 0.62% | 0.81% | - |
| XYZ | 31.32 | 18.9 | 60.39 | - |
| YUV | 121.3 | 175.8 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 78 | 206 | 0.16 | 0.62 | 0 | 0.19 | 285 | 0.57 | 0.56 |
| Hex | AE | 4E | CE | 10 | 3E | 0 | 13 | 11D | 39 | 38 |
| Octal | 256 | 116 | 316 | 20 | 76 | 0 | 23 | 435 | 71 | 70 |
| Binary | 10101110 | 1001110 | 11001110 | 10000 | 111110 | 0 | 10011 | 100011101 | 111001 | 111000 |
Color Harmonies of #AE4ECE
Complementary color
Monochromatic Colors of #AE4ECE
Black with #AE4ECE
Text Example
Text Example
White with #AE4ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4ECE; }
p { color: rgb(174,78,206); }
H1.HeaderClassName
{
color: #AE4ECE;
}
.AnyTagClassName
{
color: #AE4ECE;
}
</style>
background-color css
<style>
a { background-color: #AE4ECE; }
a { background-color: rgb(174,78,206); }
div.DivClassName
{
background-color: #AE4ECE;
}
.BgClassName
{
background-color: #AE4ECE;
}
</style>
border-color css
<style>
span { border-color: #AE4ECE; }
span { border-color: rgb(174,78,206); }
td.TdClassName
{
border-color: #AE4ECE;
}
.TagClassName
{
border-color: #AE4ECE;
}
</style>