Shades of Medium Orchid #AE54ED
Tints of Medium Orchid #AE54ED
RGB
CMYK
RGB Variations
Color information
#AE54ED (or 0xAE54ED) is known color: Medium Orchid. HEX triplet: AE, 54 and ED. RGB value is (174,84,237). Sum of RGB (Red+Green+Blue) = 174+84+237=495 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.15% from 495); Green value is 84 (33.20% from 255 or 16.97% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 237 - color contains mainly: blue. Hex color #AE54ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE54ED is #51AB12. Grayscale: #7F7F7F. Windows color (decimal): -5352211 or 15553710. OLE color: 15553710.
HSL color Cylindrical-coordinate representation of color #AE54ED: hue angle of 275.29º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AE54ED is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 84 | 237 | - |
| CMYK | 0.27 | 0.65 | 0 | 0.07 |
| HSL | 275.29º | 0.81% | 0.63% | - |
| HSV(B) | 275.29º | 0.65% | 0.93% | - |
| XYZ | 35.91 | 21.45 | 82.37 | - |
| YUV | 128.35 | 189.32 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 84 | 237 | 0.27 | 0.65 | 0 | 0.07 | 275.29 | 0.81 | 0.63 |
| Hex | AE | 54 | ED | 1B | 41 | 0 | 7 | 113 | 51 | 3F |
| Octal | 256 | 124 | 355 | 33 | 101 | 0 | 7 | 423 | 121 | 77 |
| Binary | 10101110 | 1010100 | 11101101 | 11011 | 1000001 | 0 | 111 | 100010011 | 1010001 | 111111 |
Color Harmonies of #AE54ED
Complementary color
Monochromatic Colors of #AE54ED
Black with #AE54ED
Text Example
Text Example
White with #AE54ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE54ED; }
p { color: rgb(174,84,237); }
H1.HeaderClassName
{
color: #AE54ED;
}
.AnyTagClassName
{
color: #AE54ED;
}
</style>
background-color css
<style>
a { background-color: #AE54ED; }
a { background-color: rgb(174,84,237); }
div.DivClassName
{
background-color: #AE54ED;
}
.BgClassName
{
background-color: #AE54ED;
}
</style>
border-color css
<style>
span { border-color: #AE54ED; }
span { border-color: rgb(174,84,237); }
td.TdClassName
{
border-color: #AE54ED;
}
.TagClassName
{
border-color: #AE54ED;
}
</style>