Shades of Medium Orchid #AE4EDA
Tints of Medium Orchid #AE4EDA
RGB
CMYK
RGB Variations
Color information
#AE4EDA (or 0xAE4EDA) is known color: Medium Orchid. HEX triplet: AE, 4E and DA. RGB value is (174,78,218). Sum of RGB (Red+Green+Blue) = 174+78+218=470 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.02% from 470); Green value is 78 (30.86% from 255 or 16.60% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #AE4EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE4EDA is #51B125. Grayscale: #7A7A7A. Windows color (decimal): -5353766 or 14306990. OLE color: 14306990.
HSL color Cylindrical-coordinate representation of color #AE4EDA: hue angle of 281.14º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AE4EDA is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 78 | 218 | - |
| CMYK | 0.20 | 0.64 | 0 | 0.15 |
| HSL | 281.14º | 0.65% | 0.58% | - |
| HSV(B) | 281.14º | 0.64% | 0.85% | - |
| XYZ | 32.83 | 19.51 | 68.36 | - |
| YUV | 122.66 | 181.8 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 78 | 218 | 0.20 | 0.64 | 0 | 0.15 | 281.14 | 0.65 | 0.58 |
| Hex | AE | 4E | DA | 14 | 40 | 0 | F | 119 | 41 | 3A |
| Octal | 256 | 116 | 332 | 24 | 100 | 0 | 17 | 431 | 101 | 72 |
| Binary | 10101110 | 1001110 | 11011010 | 10100 | 1000000 | 0 | 1111 | 100011001 | 1000001 | 111010 |
Color Harmonies of #AE4EDA
Complementary color
Monochromatic Colors of #AE4EDA
Black with #AE4EDA
Text Example
Text Example
White with #AE4EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4EDA; }
p { color: rgb(174,78,218); }
H1.HeaderClassName
{
color: #AE4EDA;
}
.AnyTagClassName
{
color: #AE4EDA;
}
</style>
background-color css
<style>
a { background-color: #AE4EDA; }
a { background-color: rgb(174,78,218); }
div.DivClassName
{
background-color: #AE4EDA;
}
.BgClassName
{
background-color: #AE4EDA;
}
</style>
border-color css
<style>
span { border-color: #AE4EDA; }
span { border-color: rgb(174,78,218); }
td.TdClassName
{
border-color: #AE4EDA;
}
.TagClassName
{
border-color: #AE4EDA;
}
</style>