Shades of Medium Orchid #AE54D6
Tints of Medium Orchid #AE54D6
RGB
CMYK
RGB Variations
Color information
#AE54D6 (or 0xAE54D6) is known color: Medium Orchid. HEX triplet: AE, 54 and D6. RGB value is (174,84,214). Sum of RGB (Red+Green+Blue) = 174+84+214=472 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.86% from 472); Green value is 84 (33.20% from 255 or 17.80% from 472); Blue value is 214 (83.98% from 255 or 45.34% from 472); Max value from RGB is 214 - color contains mainly: blue. Hex color #AE54D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE54D6 is #51AB29. Grayscale: #7D7D7D. Windows color (decimal): -5352234 or 14046382. OLE color: 14046382.
HSL color Cylindrical-coordinate representation of color #AE54D6: hue angle of 281.54º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AE54D6 is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 84 | 214 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.16 |
| HSL | 281.54º | 0.61% | 0.58% | - |
| HSV(B) | 281.54º | 0.61% | 0.84% | - |
| XYZ | 32.76 | 20.19 | 65.79 | - |
| YUV | 125.73 | 177.82 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 84 | 214 | 0.19 | 0.61 | 0 | 0.16 | 281.54 | 0.61 | 0.58 |
| Hex | AE | 54 | D6 | 13 | 3D | 0 | 10 | 11A | 3D | 3A |
| Octal | 256 | 124 | 326 | 23 | 75 | 0 | 20 | 432 | 75 | 72 |
| Binary | 10101110 | 1010100 | 11010110 | 10011 | 111101 | 0 | 10000 | 100011010 | 111101 | 111010 |
Color Harmonies of #AE54D6
Complementary color
Monochromatic Colors of #AE54D6
Black with #AE54D6
Text Example
Text Example
White with #AE54D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE54D6; }
p { color: rgb(174,84,214); }
H1.HeaderClassName
{
color: #AE54D6;
}
.AnyTagClassName
{
color: #AE54D6;
}
</style>
background-color css
<style>
a { background-color: #AE54D6; }
a { background-color: rgb(174,84,214); }
div.DivClassName
{
background-color: #AE54D6;
}
.BgClassName
{
background-color: #AE54D6;
}
</style>
border-color css
<style>
span { border-color: #AE54D6; }
span { border-color: rgb(174,84,214); }
td.TdClassName
{
border-color: #AE54D6;
}
.TagClassName
{
border-color: #AE54D6;
}
</style>