Shades of Medium Orchid #AE57ED
Tints of Medium Orchid #AE57ED
RGB
CMYK
RGB Variations
Color information
#AE57ED (or 0xAE57ED) is known color: Medium Orchid. HEX triplet: AE, 57 and ED. RGB value is (174,87,237). Sum of RGB (Red+Green+Blue) = 174+87+237=498 (65% of max value = 765). Red value is 174 (68.36% from 255 or 34.94% from 498); Green value is 87 (34.38% from 255 or 17.47% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 237 - color contains mainly: blue. Hex color #AE57ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE57ED is #51A812. Grayscale: #818181. Windows color (decimal): -5351443 or 15554478. OLE color: 15554478.
HSL color Cylindrical-coordinate representation of color #AE57ED: hue angle of 274.8º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AE57ED is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 87 | 237 | - |
| CMYK | 0.27 | 0.63 | 0 | 0.07 |
| HSL | 274.8º | 0.81% | 0.64% | - |
| HSV(B) | 274.8º | 0.63% | 0.93% | - |
| XYZ | 36.15 | 21.93 | 82.45 | - |
| YUV | 130.11 | 188.32 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 87 | 237 | 0.27 | 0.63 | 0 | 0.07 | 274.8 | 0.81 | 0.64 |
| Hex | AE | 57 | ED | 1B | 3F | 0 | 7 | 113 | 51 | 40 |
| Octal | 256 | 127 | 355 | 33 | 77 | 0 | 7 | 423 | 121 | 100 |
| Binary | 10101110 | 1010111 | 11101101 | 11011 | 111111 | 0 | 111 | 100010011 | 1010001 | 1000000 |
Color Harmonies of #AE57ED
Complementary color
Monochromatic Colors of #AE57ED
Black with #AE57ED
Text Example
Text Example
White with #AE57ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE57ED; }
p { color: rgb(174,87,237); }
H1.HeaderClassName
{
color: #AE57ED;
}
.AnyTagClassName
{
color: #AE57ED;
}
</style>
background-color css
<style>
a { background-color: #AE57ED; }
a { background-color: rgb(174,87,237); }
div.DivClassName
{
background-color: #AE57ED;
}
.BgClassName
{
background-color: #AE57ED;
}
</style>
border-color css
<style>
span { border-color: #AE57ED; }
span { border-color: rgb(174,87,237); }
td.TdClassName
{
border-color: #AE57ED;
}
.TagClassName
{
border-color: #AE57ED;
}
</style>