Shades of Medium Orchid #AE54E5
Tints of Medium Orchid #AE54E5
RGB
CMYK
RGB Variations
Color information
#AE54E5 (or 0xAE54E5) is known color: Medium Orchid. HEX triplet: AE, 54 and E5. RGB value is (174,84,229). Sum of RGB (Red+Green+Blue) = 174+84+229=487 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.73% from 487); Green value is 84 (33.20% from 255 or 17.25% from 487); Blue value is 229 (89.84% from 255 or 47.02% from 487); Max value from RGB is 229 - color contains mainly: blue. Hex color #AE54E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE54E5 is #51AB1A. Grayscale: #7E7E7E. Windows color (decimal): -5352219 or 15029422. OLE color: 15029422.
HSL color Cylindrical-coordinate representation of color #AE54E5: hue angle of 277.24º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AE54E5 is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 174 | 84 | 229 | - |
| CMYK | 0.24 | 0.63 | 0 | 0.10 |
| HSL | 277.24º | 0.74% | 0.61% | - |
| HSV(B) | 277.24º | 0.63% | 0.9% | - |
| XYZ | 34.77 | 21 | 76.35 | - |
| YUV | 127.44 | 185.32 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 84 | 229 | 0.24 | 0.63 | 0 | 0.10 | 277.24 | 0.74 | 0.61 |
| Hex | AE | 54 | E5 | 18 | 3F | 0 | A | 115 | 4A | 3D |
| Octal | 256 | 124 | 345 | 30 | 77 | 0 | 12 | 425 | 112 | 75 |
| Binary | 10101110 | 1010100 | 11100101 | 11000 | 111111 | 0 | 1010 | 100010101 | 1001010 | 111101 |
Color Harmonies of #AE54E5
Complementary color
Monochromatic Colors of #AE54E5
Black with #AE54E5
Text Example
Text Example
White with #AE54E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE54E5; }
p { color: rgb(174,84,229); }
H1.HeaderClassName
{
color: #AE54E5;
}
.AnyTagClassName
{
color: #AE54E5;
}
</style>
background-color css
<style>
a { background-color: #AE54E5; }
a { background-color: rgb(174,84,229); }
div.DivClassName
{
background-color: #AE54E5;
}
.BgClassName
{
background-color: #AE54E5;
}
</style>
border-color css
<style>
span { border-color: #AE54E5; }
span { border-color: rgb(174,84,229); }
td.TdClassName
{
border-color: #AE54E5;
}
.TagClassName
{
border-color: #AE54E5;
}
</style>