Shades of Medium Orchid #AE57D4
Tints of Medium Orchid #AE57D4
RGB
CMYK
RGB Variations
Color information
#AE57D4 (or 0xAE57D4) is known color: Medium Orchid. HEX triplet: AE, 57 and D4. RGB value is (174,87,212). Sum of RGB (Red+Green+Blue) = 174+87+212=473 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.79% from 473); Green value is 87 (34.38% from 255 or 18.39% from 473); Blue value is 212 (83.20% from 255 or 44.82% from 473); Max value from RGB is 212 - color contains mainly: blue. Hex color #AE57D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE57D4 is #51A82B. Grayscale: #7E7E7E. Windows color (decimal): -5351468 or 13916078. OLE color: 13916078.
HSL color Cylindrical-coordinate representation of color #AE57D4: hue angle of 281.76º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AE57D4 is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 174 | 87 | 212 | - |
| CMYK | 0.18 | 0.59 | 0 | 0.17 |
| HSL | 281.76º | 0.59% | 0.59% | - |
| HSV(B) | 281.76º | 0.59% | 0.83% | - |
| XYZ | 32.75 | 20.57 | 64.53 | - |
| YUV | 127.26 | 175.82 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 87 | 212 | 0.18 | 0.59 | 0 | 0.17 | 281.76 | 0.59 | 0.59 |
| Hex | AE | 57 | D4 | 12 | 3B | 0 | 11 | 11A | 3B | 3B |
| Octal | 256 | 127 | 324 | 22 | 73 | 0 | 21 | 432 | 73 | 73 |
| Binary | 10101110 | 1010111 | 11010100 | 10010 | 111011 | 0 | 10001 | 100011010 | 111011 | 111011 |
Color Harmonies of #AE57D4
Complementary color
Monochromatic Colors of #AE57D4
Black with #AE57D4
Text Example
Text Example
White with #AE57D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE57D4; }
p { color: rgb(174,87,212); }
H1.HeaderClassName
{
color: #AE57D4;
}
.AnyTagClassName
{
color: #AE57D4;
}
</style>
background-color css
<style>
a { background-color: #AE57D4; }
a { background-color: rgb(174,87,212); }
div.DivClassName
{
background-color: #AE57D4;
}
.BgClassName
{
background-color: #AE57D4;
}
</style>
border-color css
<style>
span { border-color: #AE57D4; }
span { border-color: rgb(174,87,212); }
td.TdClassName
{
border-color: #AE57D4;
}
.TagClassName
{
border-color: #AE57D4;
}
</style>