Shades of Medium Orchid #AE55ED
Tints of Medium Orchid #AE55ED
RGB
CMYK
RGB Variations
Color information
#AE55ED (or 0xAE55ED) is known color: Medium Orchid. HEX triplet: AE, 55 and ED. RGB value is (174,85,237). Sum of RGB (Red+Green+Blue) = 174+85+237=496 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.08% from 496); Green value is 85 (33.59% from 255 or 17.14% from 496); Blue value is 237 (92.97% from 255 or 47.78% from 496); Max value from RGB is 237 - color contains mainly: blue. Hex color #AE55ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE55ED is #51AA12. Grayscale: #808080. Windows color (decimal): -5351955 or 15553966. OLE color: 15553966.
HSL color Cylindrical-coordinate representation of color #AE55ED: hue angle of 275.13º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AE55ED is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 85 | 237 | - |
| CMYK | 0.27 | 0.64 | 0 | 0.07 |
| HSL | 275.13º | 0.81% | 0.63% | - |
| HSV(B) | 275.13º | 0.64% | 0.93% | - |
| XYZ | 35.99 | 21.61 | 82.4 | - |
| YUV | 128.94 | 188.99 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 85 | 237 | 0.27 | 0.64 | 0 | 0.07 | 275.13 | 0.81 | 0.63 |
| Hex | AE | 55 | ED | 1B | 40 | 0 | 7 | 113 | 51 | 3F |
| Octal | 256 | 125 | 355 | 33 | 100 | 0 | 7 | 423 | 121 | 77 |
| Binary | 10101110 | 1010101 | 11101101 | 11011 | 1000000 | 0 | 111 | 100010011 | 1010001 | 111111 |
Color Harmonies of #AE55ED
Complementary color
Monochromatic Colors of #AE55ED
Black with #AE55ED
Text Example
Text Example
White with #AE55ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE55ED; }
p { color: rgb(174,85,237); }
H1.HeaderClassName
{
color: #AE55ED;
}
.AnyTagClassName
{
color: #AE55ED;
}
</style>
background-color css
<style>
a { background-color: #AE55ED; }
a { background-color: rgb(174,85,237); }
div.DivClassName
{
background-color: #AE55ED;
}
.BgClassName
{
background-color: #AE55ED;
}
</style>
border-color css
<style>
span { border-color: #AE55ED; }
span { border-color: rgb(174,85,237); }
td.TdClassName
{
border-color: #AE55ED;
}
.TagClassName
{
border-color: #AE55ED;
}
</style>