Shades of Medium Orchid #AE54FF
Tints of Medium Orchid #AE54FF
RGB
CMYK
RGB Variations
Color information
#AE54FF (or 0xAE54FF) is known color: Medium Orchid. HEX triplet: AE, 54 and FF. RGB value is (174,84,255). Sum of RGB (Red+Green+Blue) = 174+84+255=513 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.92% from 513); Green value is 84 (33.20% from 255 or 16.37% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE54FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE54FF is #51AB00. Grayscale: #818181. Windows color (decimal): -5352193 or 16733358. OLE color: 16733358.
HSL color Cylindrical-coordinate representation of color #AE54FF: hue angle of 271.58º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AE54FF is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 84 | 255 | - |
| CMYK | 0.32 | 0.67 | 0 | 0 |
| HSL | 271.58º | 1% | 0.66% | - |
| HSV(B) | 271.58º | 0.67% | 1% | - |
| XYZ | 38.68 | 22.56 | 96.92 | - |
| YUV | 130.4 | 198.32 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 84 | 255 | 0.32 | 0.67 | 0 | 0 | 271.58 | 1 | 0.66 |
| Hex | AE | 54 | FF | 20 | 43 | 0 | 0 | 110 | 64 | 42 |
| Octal | 256 | 124 | 377 | 40 | 103 | 0 | 0 | 420 | 144 | 102 |
| Binary | 10101110 | 1010100 | 11111111 | 100000 | 1000011 | 0 | 0 | 100010000 | 1100100 | 1000010 |
Color Harmonies of #AE54FF
Complementary color
Monochromatic Colors of #AE54FF
Black with #AE54FF
Text Example
Text Example
White with #AE54FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE54FF; }
p { color: rgb(174,84,255); }
H1.HeaderClassName
{
color: #AE54FF;
}
.AnyTagClassName
{
color: #AE54FF;
}
</style>
background-color css
<style>
a { background-color: #AE54FF; }
a { background-color: rgb(174,84,255); }
div.DivClassName
{
background-color: #AE54FF;
}
.BgClassName
{
background-color: #AE54FF;
}
</style>
border-color css
<style>
span { border-color: #AE54FF; }
span { border-color: rgb(174,84,255); }
td.TdClassName
{
border-color: #AE54FF;
}
.TagClassName
{
border-color: #AE54FF;
}
</style>