Shades of Medium Orchid #AE57C1
Tints of Medium Orchid #AE57C1
RGB
CMYK
RGB Variations
Color information
#AE57C1 (or 0xAE57C1) is known color: Medium Orchid. HEX triplet: AE, 57 and C1. RGB value is (174,87,193). Sum of RGB (Red+Green+Blue) = 174+87+193=454 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.33% from 454); Green value is 87 (34.38% from 255 or 19.16% from 454); Blue value is 193 (75.78% from 255 or 42.51% from 454); Max value from RGB is 193 - color contains mainly: blue. Hex color #AE57C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE57C1 is #51A83E. Grayscale: #7C7C7C. Windows color (decimal): -5351487 or 12670894. OLE color: 12670894.
HSL color Cylindrical-coordinate representation of color #AE57C1: hue angle of 289.25º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AE57C1 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 87 | 193 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.24 |
| HSL | 289.25º | 0.46% | 0.55% | - |
| HSV(B) | 289.25º | 0.55% | 0.76% | - |
| XYZ | 30.49 | 19.67 | 52.64 | - |
| YUV | 125.1 | 166.32 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 87 | 193 | 0.10 | 0.55 | 0 | 0.24 | 289.25 | 0.46 | 0.55 |
| Hex | AE | 57 | C1 | A | 37 | 0 | 18 | 121 | 2E | 37 |
| Octal | 256 | 127 | 301 | 12 | 67 | 0 | 30 | 441 | 56 | 67 |
| Binary | 10101110 | 1010111 | 11000001 | 1010 | 110111 | 0 | 11000 | 100100001 | 101110 | 110111 |
Color Harmonies of #AE57C1
Complementary color
Monochromatic Colors of #AE57C1
Black with #AE57C1
Text Example
Text Example
White with #AE57C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE57C1; }
p { color: rgb(174,87,193); }
H1.HeaderClassName
{
color: #AE57C1;
}
.AnyTagClassName
{
color: #AE57C1;
}
</style>
background-color css
<style>
a { background-color: #AE57C1; }
a { background-color: rgb(174,87,193); }
div.DivClassName
{
background-color: #AE57C1;
}
.BgClassName
{
background-color: #AE57C1;
}
</style>
border-color css
<style>
span { border-color: #AE57C1; }
span { border-color: rgb(174,87,193); }
td.TdClassName
{
border-color: #AE57C1;
}
.TagClassName
{
border-color: #AE57C1;
}
</style>