Shades of Medium Orchid #AE5EDD
Tints of Medium Orchid #AE5EDD
RGB
CMYK
RGB Variations
Color information
#AE5EDD (or 0xAE5EDD) is known color: Medium Orchid. HEX triplet: AE, 5E and DD. RGB value is (174,94,221). Sum of RGB (Red+Green+Blue) = 174+94+221=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 94 (37.11% from 255 or 19.22% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE5EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5EDD is #51A122. Grayscale: #838383. Windows color (decimal): -5349667 or 14507694. OLE color: 14507694.
HSL color Cylindrical-coordinate representation of color #AE5EDD: hue angle of 277.8º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AE5EDD is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 94 | 221 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.13 |
| HSL | 277.8º | 0.65% | 0.62% | - |
| HSV(B) | 277.8º | 0.57% | 0.87% | - |
| XYZ | 34.51 | 22.22 | 70.88 | - |
| YUV | 132.4 | 178 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 94 | 221 | 0.21 | 0.57 | 0 | 0.13 | 277.8 | 0.65 | 0.62 |
| Hex | AE | 5E | DD | 15 | 39 | 0 | D | 116 | 41 | 3E |
| Octal | 256 | 136 | 335 | 25 | 71 | 0 | 15 | 426 | 101 | 76 |
| Binary | 10101110 | 1011110 | 11011101 | 10101 | 111001 | 0 | 1101 | 100010110 | 1000001 | 111110 |
Color Harmonies of #AE5EDD
Complementary color
Monochromatic Colors of #AE5EDD
Black with #AE5EDD
Text Example
Text Example
White with #AE5EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5EDD; }
p { color: rgb(174,94,221); }
H1.HeaderClassName
{
color: #AE5EDD;
}
.AnyTagClassName
{
color: #AE5EDD;
}
</style>
background-color css
<style>
a { background-color: #AE5EDD; }
a { background-color: rgb(174,94,221); }
div.DivClassName
{
background-color: #AE5EDD;
}
.BgClassName
{
background-color: #AE5EDD;
}
</style>
border-color css
<style>
span { border-color: #AE5EDD; }
span { border-color: rgb(174,94,221); }
td.TdClassName
{
border-color: #AE5EDD;
}
.TagClassName
{
border-color: #AE5EDD;
}
</style>