Shades of Medium Orchid #AE59C2
Tints of Medium Orchid #AE59C2
RGB
CMYK
RGB Variations
Color information
#AE59C2 (or 0xAE59C2) is known color: Medium Orchid. HEX triplet: AE, 59 and C2. RGB value is (174,89,194). Sum of RGB (Red+Green+Blue) = 174+89+194=457 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.07% from 457); Green value is 89 (35.16% from 255 or 19.47% from 457); Blue value is 194 (76.17% from 255 or 42.45% from 457); Max value from RGB is 194 - color contains mainly: blue. Hex color #AE59C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE59C2 is #51A63D. Grayscale: #7E7E7E. Windows color (decimal): -5350974 or 12736942. OLE color: 12736942.
HSL color Cylindrical-coordinate representation of color #AE59C2: hue angle of 288.57º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AE59C2 is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 89 | 194 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.24 |
| HSL | 288.57º | 0.46% | 0.55% | - |
| HSV(B) | 288.57º | 0.54% | 0.76% | - |
| XYZ | 30.77 | 20.04 | 53.29 | - |
| YUV | 126.39 | 166.16 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 89 | 194 | 0.10 | 0.54 | 0 | 0.24 | 288.57 | 0.46 | 0.55 |
| Hex | AE | 59 | C2 | A | 36 | 0 | 18 | 121 | 2E | 37 |
| Octal | 256 | 131 | 302 | 12 | 66 | 0 | 30 | 441 | 56 | 67 |
| Binary | 10101110 | 1011001 | 11000010 | 1010 | 110110 | 0 | 11000 | 100100001 | 101110 | 110111 |
Color Harmonies of #AE59C2
Complementary color
Monochromatic Colors of #AE59C2
Black with #AE59C2
Text Example
Text Example
White with #AE59C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE59C2; }
p { color: rgb(174,89,194); }
H1.HeaderClassName
{
color: #AE59C2;
}
.AnyTagClassName
{
color: #AE59C2;
}
</style>
background-color css
<style>
a { background-color: #AE59C2; }
a { background-color: rgb(174,89,194); }
div.DivClassName
{
background-color: #AE59C2;
}
.BgClassName
{
background-color: #AE59C2;
}
</style>
border-color css
<style>
span { border-color: #AE59C2; }
span { border-color: rgb(174,89,194); }
td.TdClassName
{
border-color: #AE59C2;
}
.TagClassName
{
border-color: #AE59C2;
}
</style>