Shades of Medium Orchid #AE54E6
Tints of Medium Orchid #AE54E6
RGB
CMYK
RGB Variations
Color information
#AE54E6 (or 0xAE54E6) is known color: Medium Orchid. HEX triplet: AE, 54 and E6. RGB value is (174,84,230). Sum of RGB (Red+Green+Blue) = 174+84+230=488 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.66% from 488); Green value is 84 (33.20% from 255 or 17.21% from 488); Blue value is 230 (90.23% from 255 or 47.13% from 488); Max value from RGB is 230 - color contains mainly: blue. Hex color #AE54E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE54E6 is #51AB19. Grayscale: #7F7F7F. Windows color (decimal): -5352218 or 15094958. OLE color: 15094958.
HSL color Cylindrical-coordinate representation of color #AE54E6: hue angle of 276.99º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AE54E6 is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 174 | 84 | 230 | - |
| CMYK | 0.24 | 0.63 | 0 | 0.10 |
| HSL | 276.99º | 0.74% | 0.62% | - |
| HSV(B) | 276.99º | 0.63% | 0.9% | - |
| XYZ | 34.91 | 21.05 | 77.09 | - |
| YUV | 127.55 | 185.82 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 84 | 230 | 0.24 | 0.63 | 0 | 0.10 | 276.99 | 0.74 | 0.62 |
| Hex | AE | 54 | E6 | 18 | 3F | 0 | A | 115 | 4A | 3E |
| Octal | 256 | 124 | 346 | 30 | 77 | 0 | 12 | 425 | 112 | 76 |
| Binary | 10101110 | 1010100 | 11100110 | 11000 | 111111 | 0 | 1010 | 100010101 | 1001010 | 111110 |
Color Harmonies of #AE54E6
Complementary color
Monochromatic Colors of #AE54E6
Black with #AE54E6
Text Example
Text Example
White with #AE54E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE54E6; }
p { color: rgb(174,84,230); }
H1.HeaderClassName
{
color: #AE54E6;
}
.AnyTagClassName
{
color: #AE54E6;
}
</style>
background-color css
<style>
a { background-color: #AE54E6; }
a { background-color: rgb(174,84,230); }
div.DivClassName
{
background-color: #AE54E6;
}
.BgClassName
{
background-color: #AE54E6;
}
</style>
border-color css
<style>
span { border-color: #AE54E6; }
span { border-color: rgb(174,84,230); }
td.TdClassName
{
border-color: #AE54E6;
}
.TagClassName
{
border-color: #AE54E6;
}
</style>