Shades of Medium Orchid #AE5CDC
Tints of Medium Orchid #AE5CDC
RGB
CMYK
RGB Variations
Color information
#AE5CDC (or 0xAE5CDC) is known color: Medium Orchid. HEX triplet: AE, 5C and DC. RGB value is (174,92,220). Sum of RGB (Red+Green+Blue) = 174+92+220=486 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.80% from 486); Green value is 92 (36.33% from 255 or 18.93% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #AE5CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5CDC is #51A323. Grayscale: #828282. Windows color (decimal): -5350180 or 14441646. OLE color: 14441646.
HSL color Cylindrical-coordinate representation of color #AE5CDC: hue angle of 278.44º degrees, saturation: 0.65, 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 #AE5CDC is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 92 | 220 | - |
| CMYK | 0.21 | 0.58 | 0 | 0.14 |
| HSL | 278.44º | 0.65% | 0.61% | - |
| HSV(B) | 278.44º | 0.58% | 0.86% | - |
| XYZ | 34.2 | 21.82 | 70.12 | - |
| YUV | 131.11 | 178.17 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 92 | 220 | 0.21 | 0.58 | 0 | 0.14 | 278.44 | 0.65 | 0.61 |
| Hex | AE | 5C | DC | 15 | 3A | 0 | E | 116 | 41 | 3D |
| Octal | 256 | 134 | 334 | 25 | 72 | 0 | 16 | 426 | 101 | 75 |
| Binary | 10101110 | 1011100 | 11011100 | 10101 | 111010 | 0 | 1110 | 100010110 | 1000001 | 111101 |
Color Harmonies of #AE5CDC
Complementary color
Monochromatic Colors of #AE5CDC
Black with #AE5CDC
Text Example
Text Example
White with #AE5CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5CDC; }
p { color: rgb(174,92,220); }
H1.HeaderClassName
{
color: #AE5CDC;
}
.AnyTagClassName
{
color: #AE5CDC;
}
</style>
background-color css
<style>
a { background-color: #AE5CDC; }
a { background-color: rgb(174,92,220); }
div.DivClassName
{
background-color: #AE5CDC;
}
.BgClassName
{
background-color: #AE5CDC;
}
</style>
border-color css
<style>
span { border-color: #AE5CDC; }
span { border-color: rgb(174,92,220); }
td.TdClassName
{
border-color: #AE5CDC;
}
.TagClassName
{
border-color: #AE5CDC;
}
</style>