Shades of Medium Orchid #AE54D4
Tints of Medium Orchid #AE54D4
RGB
CMYK
RGB Variations
Color information
#AE54D4 (or 0xAE54D4) is known color: Medium Orchid. HEX triplet: AE, 54 and D4. RGB value is (174,84,212). Sum of RGB (Red+Green+Blue) = 174+84+212=470 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.02% from 470); Green value is 84 (33.20% from 255 or 17.87% from 470); Blue value is 212 (83.20% from 255 or 45.11% from 470); Max value from RGB is 212 - color contains mainly: blue. Hex color #AE54D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE54D4 is #51AB2B. Grayscale: #7D7D7D. Windows color (decimal): -5352236 or 13915310. OLE color: 13915310.
HSL color Cylindrical-coordinate representation of color #AE54D4: hue angle of 282.19º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AE54D4 is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 174 | 84 | 212 | - |
| CMYK | 0.18 | 0.60 | 0 | 0.17 |
| HSL | 282.19º | 0.6% | 0.58% | - |
| HSV(B) | 282.19º | 0.6% | 0.83% | - |
| XYZ | 32.51 | 20.09 | 64.45 | - |
| YUV | 125.5 | 176.82 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 84 | 212 | 0.18 | 0.60 | 0 | 0.17 | 282.19 | 0.6 | 0.58 |
| Hex | AE | 54 | D4 | 12 | 3C | 0 | 11 | 11A | 3C | 3A |
| Octal | 256 | 124 | 324 | 22 | 74 | 0 | 21 | 432 | 74 | 72 |
| Binary | 10101110 | 1010100 | 11010100 | 10010 | 111100 | 0 | 10001 | 100011010 | 111100 | 111010 |
Color Harmonies of #AE54D4
Complementary color
Monochromatic Colors of #AE54D4
Black with #AE54D4
Text Example
Text Example
White with #AE54D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE54D4; }
p { color: rgb(174,84,212); }
H1.HeaderClassName
{
color: #AE54D4;
}
.AnyTagClassName
{
color: #AE54D4;
}
</style>
background-color css
<style>
a { background-color: #AE54D4; }
a { background-color: rgb(174,84,212); }
div.DivClassName
{
background-color: #AE54D4;
}
.BgClassName
{
background-color: #AE54D4;
}
</style>
border-color css
<style>
span { border-color: #AE54D4; }
span { border-color: rgb(174,84,212); }
td.TdClassName
{
border-color: #AE54D4;
}
.TagClassName
{
border-color: #AE54D4;
}
</style>