Shades of Medium Orchid #AE4ECB
Tints of Medium Orchid #AE4ECB
RGB
CMYK
RGB Variations
Color information
#AE4ECB (or 0xAE4ECB) is known color: Medium Orchid. HEX triplet: AE, 4E and CB. RGB value is (174,78,203). Sum of RGB (Red+Green+Blue) = 174+78+203=455 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.24% from 455); Green value is 78 (30.86% from 255 or 17.14% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE4ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE4ECB is #51B134. Grayscale: #787878. Windows color (decimal): -5353781 or 13323950. OLE color: 13323950.
HSL color Cylindrical-coordinate representation of color #AE4ECB: hue angle of 286.08º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AE4ECB is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 78 | 203 | - |
| CMYK | 0.14 | 0.62 | 0 | 0.20 |
| HSL | 286.08º | 0.55% | 0.55% | - |
| HSV(B) | 286.08º | 0.62% | 0.8% | - |
| XYZ | 30.96 | 18.76 | 58.49 | - |
| YUV | 120.95 | 174.3 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 78 | 203 | 0.14 | 0.62 | 0 | 0.20 | 286.08 | 0.55 | 0.55 |
| Hex | AE | 4E | CB | E | 3E | 0 | 14 | 11E | 37 | 37 |
| Octal | 256 | 116 | 313 | 16 | 76 | 0 | 24 | 436 | 67 | 67 |
| Binary | 10101110 | 1001110 | 11001011 | 1110 | 111110 | 0 | 10100 | 100011110 | 110111 | 110111 |
Color Harmonies of #AE4ECB
Complementary color
Monochromatic Colors of #AE4ECB
Black with #AE4ECB
Text Example
Text Example
White with #AE4ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4ECB; }
p { color: rgb(174,78,203); }
H1.HeaderClassName
{
color: #AE4ECB;
}
.AnyTagClassName
{
color: #AE4ECB;
}
</style>
background-color css
<style>
a { background-color: #AE4ECB; }
a { background-color: rgb(174,78,203); }
div.DivClassName
{
background-color: #AE4ECB;
}
.BgClassName
{
background-color: #AE4ECB;
}
</style>
border-color css
<style>
span { border-color: #AE4ECB; }
span { border-color: rgb(174,78,203); }
td.TdClassName
{
border-color: #AE4ECB;
}
.TagClassName
{
border-color: #AE4ECB;
}
</style>