Shades of Medium Orchid #AE5DDC
Tints of Medium Orchid #AE5DDC
RGB
CMYK
RGB Variations
Color information
#AE5DDC (or 0xAE5DDC) is known color: Medium Orchid. HEX triplet: AE, 5D and DC. RGB value is (174,93,220). Sum of RGB (Red+Green+Blue) = 174+93+220=487 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.73% from 487); Green value is 93 (36.72% from 255 or 19.10% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #AE5DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5DDC is #51A223. Grayscale: #838383. Windows color (decimal): -5349924 or 14441902. OLE color: 14441902.
HSL color Cylindrical-coordinate representation of color #AE5DDC: hue angle of 278.27º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AE5DDC is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 93 | 220 | - |
| CMYK | 0.21 | 0.58 | 0 | 0.14 |
| HSL | 278.27º | 0.64% | 0.61% | - |
| HSV(B) | 278.27º | 0.58% | 0.86% | - |
| XYZ | 34.29 | 21.99 | 70.15 | - |
| YUV | 131.7 | 177.84 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 93 | 220 | 0.21 | 0.58 | 0 | 0.14 | 278.27 | 0.64 | 0.61 |
| Hex | AE | 5D | DC | 15 | 3A | 0 | E | 116 | 40 | 3D |
| Octal | 256 | 135 | 334 | 25 | 72 | 0 | 16 | 426 | 100 | 75 |
| Binary | 10101110 | 1011101 | 11011100 | 10101 | 111010 | 0 | 1110 | 100010110 | 1000000 | 111101 |
Color Harmonies of #AE5DDC
Complementary color
Monochromatic Colors of #AE5DDC
Black with #AE5DDC
Text Example
Text Example
White with #AE5DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5DDC; }
p { color: rgb(174,93,220); }
H1.HeaderClassName
{
color: #AE5DDC;
}
.AnyTagClassName
{
color: #AE5DDC;
}
</style>
background-color css
<style>
a { background-color: #AE5DDC; }
a { background-color: rgb(174,93,220); }
div.DivClassName
{
background-color: #AE5DDC;
}
.BgClassName
{
background-color: #AE5DDC;
}
</style>
border-color css
<style>
span { border-color: #AE5DDC; }
span { border-color: rgb(174,93,220); }
td.TdClassName
{
border-color: #AE5DDC;
}
.TagClassName
{
border-color: #AE5DDC;
}
</style>