Shades of Fuchsia #AE54BE
Tints of Fuchsia #AE54BE
RGB
CMYK
RGB Variations
Color information
#AE54BE (or 0xAE54BE) is known color: Fuchsia. HEX triplet: AE, 54 and BE. RGB value is (174,84,190). Sum of RGB (Red+Green+Blue) = 174+84+190=448 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.84% from 448); Green value is 84 (33.20% from 255 or 18.75% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 190 - color contains mainly: blue. Hex color #AE54BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE54BE is #51AB41. Grayscale: #7A7A7A. Windows color (decimal): -5352258 or 12473518. OLE color: 12473518.
HSL color Cylindrical-coordinate representation of color #AE54BE: hue angle of 290.94º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AE54BE is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 174 | 84 | 190 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.25 |
| HSL | 290.94º | 0.45% | 0.54% | - |
| HSV(B) | 290.94º | 0.56% | 0.75% | - |
| XYZ | 29.92 | 19.06 | 50.82 | - |
| YUV | 122.99 | 165.82 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 84 | 190 | 0.08 | 0.56 | 0 | 0.25 | 290.94 | 0.45 | 0.54 |
| Hex | AE | 54 | BE | 8 | 38 | 0 | 19 | 123 | 2D | 36 |
| Octal | 256 | 124 | 276 | 10 | 70 | 0 | 31 | 443 | 55 | 66 |
| Binary | 10101110 | 1010100 | 10111110 | 1000 | 111000 | 0 | 11001 | 100100011 | 101101 | 110110 |
Color Harmonies of #AE54BE
Complementary color
Monochromatic Colors of #AE54BE
Black with #AE54BE
Text Example
Text Example
White with #AE54BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE54BE; }
p { color: rgb(174,84,190); }
H1.HeaderClassName
{
color: #AE54BE;
}
.AnyTagClassName
{
color: #AE54BE;
}
</style>
background-color css
<style>
a { background-color: #AE54BE; }
a { background-color: rgb(174,84,190); }
div.DivClassName
{
background-color: #AE54BE;
}
.BgClassName
{
background-color: #AE54BE;
}
</style>
border-color css
<style>
span { border-color: #AE54BE; }
span { border-color: rgb(174,84,190); }
td.TdClassName
{
border-color: #AE54BE;
}
.TagClassName
{
border-color: #AE54BE;
}
</style>