Shades of Medium Orchid #AE54C0
Tints of Medium Orchid #AE54C0
RGB
CMYK
RGB Variations
Color information
#AE54C0 (or 0xAE54C0) is known color: Medium Orchid. HEX triplet: AE, 54 and C0. RGB value is (174,84,192). Sum of RGB (Red+Green+Blue) = 174+84+192=450 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.67% from 450); Green value is 84 (33.20% from 255 or 18.67% from 450); Blue value is 192 (75.39% from 255 or 42.67% from 450); Max value from RGB is 192 - color contains mainly: blue. Hex color #AE54C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE54C0 is #51AB3F. Grayscale: #7A7A7A. Windows color (decimal): -5352256 or 12604590. OLE color: 12604590.
HSL color Cylindrical-coordinate representation of color #AE54C0: hue angle of 290º 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 #AE54C0 is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 174 | 84 | 192 | - |
| CMYK | 0.09 | 0.56 | 0 | 0.25 |
| HSL | 290º | 0.46% | 0.54% | - |
| HSV(B) | 290º | 0.56% | 0.75% | - |
| XYZ | 30.14 | 19.15 | 51.98 | - |
| YUV | 123.22 | 166.82 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 84 | 192 | 0.09 | 0.56 | 0 | 0.25 | 290 | 0.46 | 0.54 |
| Hex | AE | 54 | C0 | 9 | 38 | 0 | 19 | 122 | 2E | 36 |
| Octal | 256 | 124 | 300 | 11 | 70 | 0 | 31 | 442 | 56 | 66 |
| Binary | 10101110 | 1010100 | 11000000 | 1001 | 111000 | 0 | 11001 | 100100010 | 101110 | 110110 |
Color Harmonies of #AE54C0
Complementary color
Monochromatic Colors of #AE54C0
Black with #AE54C0
Text Example
Text Example
White with #AE54C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE54C0; }
p { color: rgb(174,84,192); }
H1.HeaderClassName
{
color: #AE54C0;
}
.AnyTagClassName
{
color: #AE54C0;
}
</style>
background-color css
<style>
a { background-color: #AE54C0; }
a { background-color: rgb(174,84,192); }
div.DivClassName
{
background-color: #AE54C0;
}
.BgClassName
{
background-color: #AE54C0;
}
</style>
border-color css
<style>
span { border-color: #AE54C0; }
span { border-color: rgb(174,84,192); }
td.TdClassName
{
border-color: #AE54C0;
}
.TagClassName
{
border-color: #AE54C0;
}
</style>