Shades of Medium Orchid #AE56C3
Tints of Medium Orchid #AE56C3
RGB
CMYK
RGB Variations
Color information
#AE56C3 (or 0xAE56C3) is known color: Medium Orchid. HEX triplet: AE, 56 and C3. RGB value is (174,86,195). Sum of RGB (Red+Green+Blue) = 174+86+195=455 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.24% from 455); Green value is 86 (33.98% from 255 or 18.90% from 455); Blue value is 195 (76.56% from 255 or 42.86% from 455); Max value from RGB is 195 - color contains mainly: blue. Hex color #AE56C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE56C3 is #51A93C. Grayscale: #7C7C7C. Windows color (decimal): -5351741 or 12801710. OLE color: 12801710.
HSL color Cylindrical-coordinate representation of color #AE56C3: hue angle of 288.44º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AE56C3 is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 86 | 195 | - |
| CMYK | 0.11 | 0.56 | 0 | 0.24 |
| HSL | 288.44º | 0.48% | 0.55% | - |
| HSV(B) | 288.44º | 0.56% | 0.76% | - |
| XYZ | 30.63 | 19.59 | 53.8 | - |
| YUV | 124.74 | 167.65 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 86 | 195 | 0.11 | 0.56 | 0 | 0.24 | 288.44 | 0.48 | 0.55 |
| Hex | AE | 56 | C3 | B | 38 | 0 | 18 | 120 | 30 | 37 |
| Octal | 256 | 126 | 303 | 13 | 70 | 0 | 30 | 440 | 60 | 67 |
| Binary | 10101110 | 1010110 | 11000011 | 1011 | 111000 | 0 | 11000 | 100100000 | 110000 | 110111 |
Color Harmonies of #AE56C3
Complementary color
Monochromatic Colors of #AE56C3
Black with #AE56C3
Text Example
Text Example
White with #AE56C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE56C3; }
p { color: rgb(174,86,195); }
H1.HeaderClassName
{
color: #AE56C3;
}
.AnyTagClassName
{
color: #AE56C3;
}
</style>
background-color css
<style>
a { background-color: #AE56C3; }
a { background-color: rgb(174,86,195); }
div.DivClassName
{
background-color: #AE56C3;
}
.BgClassName
{
background-color: #AE56C3;
}
</style>
border-color css
<style>
span { border-color: #AE56C3; }
span { border-color: rgb(174,86,195); }
td.TdClassName
{
border-color: #AE56C3;
}
.TagClassName
{
border-color: #AE56C3;
}
</style>