Shades of Medium Orchid #AE3EDD
Tints of Medium Orchid #AE3EDD
RGB
CMYK
RGB Variations
Color information
#AE3EDD (or 0xAE3EDD) is known color: Medium Orchid. HEX triplet: AE, 3E and DD. RGB value is (174,62,221). Sum of RGB (Red+Green+Blue) = 174+62+221=457 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.07% from 457); Green value is 62 (24.61% from 255 or 13.57% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE3EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE3EDD is #51C122. Grayscale: #717171. Windows color (decimal): -5357859 or 14499502. OLE color: 14499502.
HSL color Cylindrical-coordinate representation of color #AE3EDD: hue angle of 282.26º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AE3EDD is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 62 | 221 | - |
| CMYK | 0.21 | 0.72 | 0 | 0.13 |
| HSL | 282.26º | 0.7% | 0.55% | - |
| HSV(B) | 282.26º | 0.72% | 0.87% | - |
| XYZ | 32.23 | 17.66 | 70.12 | - |
| YUV | 113.61 | 188.61 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 62 | 221 | 0.21 | 0.72 | 0 | 0.13 | 282.26 | 0.7 | 0.55 |
| Hex | AE | 3E | DD | 15 | 48 | 0 | D | 11A | 46 | 37 |
| Octal | 256 | 76 | 335 | 25 | 110 | 0 | 15 | 432 | 106 | 67 |
| Binary | 10101110 | 111110 | 11011101 | 10101 | 1001000 | 0 | 1101 | 100011010 | 1000110 | 110111 |
Color Harmonies of #AE3EDD
Complementary color
Monochromatic Colors of #AE3EDD
Black with #AE3EDD
Text Example
Text Example
White with #AE3EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3EDD; }
p { color: rgb(174,62,221); }
H1.HeaderClassName
{
color: #AE3EDD;
}
.AnyTagClassName
{
color: #AE3EDD;
}
</style>
background-color css
<style>
a { background-color: #AE3EDD; }
a { background-color: rgb(174,62,221); }
div.DivClassName
{
background-color: #AE3EDD;
}
.BgClassName
{
background-color: #AE3EDD;
}
</style>
border-color css
<style>
span { border-color: #AE3EDD; }
span { border-color: rgb(174,62,221); }
td.TdClassName
{
border-color: #AE3EDD;
}
.TagClassName
{
border-color: #AE3EDD;
}
</style>