Shades of Medium Orchid #AE55C0
Tints of Medium Orchid #AE55C0
RGB
CMYK
RGB Variations
Color information
#AE55C0 (or 0xAE55C0) is known color: Medium Orchid. HEX triplet: AE, 55 and C0. RGB value is (174,85,192). Sum of RGB (Red+Green+Blue) = 174+85+192=451 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.58% from 451); Green value is 85 (33.59% from 255 or 18.85% from 451); Blue value is 192 (75.39% from 255 or 42.57% from 451); Max value from RGB is 192 - color contains mainly: blue. Hex color #AE55C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE55C0 is #51AA3F. Grayscale: #7B7B7B. Windows color (decimal): -5352000 or 12604846. OLE color: 12604846.
HSL color Cylindrical-coordinate representation of color #AE55C0: hue angle of 289.91º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AE55C0 is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 174 | 85 | 192 | - |
| CMYK | 0.09 | 0.56 | 0 | 0.25 |
| HSL | 289.91º | 0.46% | 0.54% | - |
| HSV(B) | 289.91º | 0.56% | 0.75% | - |
| XYZ | 30.22 | 19.3 | 52 | - |
| YUV | 123.81 | 166.49 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 85 | 192 | 0.09 | 0.56 | 0 | 0.25 | 289.91 | 0.46 | 0.54 |
| Hex | AE | 55 | C0 | 9 | 38 | 0 | 19 | 122 | 2E | 36 |
| Octal | 256 | 125 | 300 | 11 | 70 | 0 | 31 | 442 | 56 | 66 |
| Binary | 10101110 | 1010101 | 11000000 | 1001 | 111000 | 0 | 11001 | 100100010 | 101110 | 110110 |
Color Harmonies of #AE55C0
Complementary color
Monochromatic Colors of #AE55C0
Black with #AE55C0
Text Example
Text Example
White with #AE55C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE55C0; }
p { color: rgb(174,85,192); }
H1.HeaderClassName
{
color: #AE55C0;
}
.AnyTagClassName
{
color: #AE55C0;
}
</style>
background-color css
<style>
a { background-color: #AE55C0; }
a { background-color: rgb(174,85,192); }
div.DivClassName
{
background-color: #AE55C0;
}
.BgClassName
{
background-color: #AE55C0;
}
</style>
border-color css
<style>
span { border-color: #AE55C0; }
span { border-color: rgb(174,85,192); }
td.TdClassName
{
border-color: #AE55C0;
}
.TagClassName
{
border-color: #AE55C0;
}
</style>