Shades of Medium Orchid #AE4DCB
Tints of Medium Orchid #AE4DCB
RGB
CMYK
RGB Variations
Color information
#AE4DCB (or 0xAE4DCB) is known color: Medium Orchid. HEX triplet: AE, 4D and CB. RGB value is (174,77,203). Sum of RGB (Red+Green+Blue) = 174+77+203=454 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.33% from 454); Green value is 77 (30.47% from 255 or 16.96% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE4DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE4DCB is #51B234. Grayscale: #777777. Windows color (decimal): -5354037 or 13323694. OLE color: 13323694.
HSL color Cylindrical-coordinate representation of color #AE4DCB: hue angle of 286.19º 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 #AE4DCB is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 77 | 203 | - |
| CMYK | 0.14 | 0.62 | 0 | 0.20 |
| HSL | 286.19º | 0.55% | 0.55% | - |
| HSV(B) | 286.19º | 0.62% | 0.8% | - |
| XYZ | 30.89 | 18.62 | 58.47 | - |
| YUV | 120.37 | 174.64 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 77 | 203 | 0.14 | 0.62 | 0 | 0.20 | 286.19 | 0.55 | 0.55 |
| Hex | AE | 4D | CB | E | 3E | 0 | 14 | 11E | 37 | 37 |
| Octal | 256 | 115 | 313 | 16 | 76 | 0 | 24 | 436 | 67 | 67 |
| Binary | 10101110 | 1001101 | 11001011 | 1110 | 111110 | 0 | 10100 | 100011110 | 110111 | 110111 |
Color Harmonies of #AE4DCB
Complementary color
Monochromatic Colors of #AE4DCB
Black with #AE4DCB
Text Example
Text Example
White with #AE4DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4DCB; }
p { color: rgb(174,77,203); }
H1.HeaderClassName
{
color: #AE4DCB;
}
.AnyTagClassName
{
color: #AE4DCB;
}
</style>
background-color css
<style>
a { background-color: #AE4DCB; }
a { background-color: rgb(174,77,203); }
div.DivClassName
{
background-color: #AE4DCB;
}
.BgClassName
{
background-color: #AE4DCB;
}
</style>
border-color css
<style>
span { border-color: #AE4DCB; }
span { border-color: rgb(174,77,203); }
td.TdClassName
{
border-color: #AE4DCB;
}
.TagClassName
{
border-color: #AE4DCB;
}
</style>