Shades of Fuchsia #AE54B4
Tints of Fuchsia #AE54B4
RGB
CMYK
RGB Variations
Color information
#AE54B4 (or 0xAE54B4) is known color: Fuchsia. HEX triplet: AE, 54 and B4. RGB value is (174,84,180). Sum of RGB (Red+Green+Blue) = 174+84+180=438 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.73% from 438); Green value is 84 (33.20% from 255 or 19.18% from 438); Blue value is 180 (70.70% from 255 or 41.10% from 438); Max value from RGB is 180 - color contains mainly: blue. Hex color #AE54B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE54B4 is #51AB4B. Grayscale: #797979. Windows color (decimal): -5352268 or 11818158. OLE color: 11818158.
HSL color Cylindrical-coordinate representation of color #AE54B4: hue angle of 296.25º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AE54B4 is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 174 | 84 | 180 | - |
| CMYK | 0.03 | 0.53 | 0 | 0.29 |
| HSL | 296.25º | 0.39% | 0.52% | - |
| HSV(B) | 296.25º | 0.53% | 0.71% | - |
| XYZ | 28.86 | 18.63 | 45.26 | - |
| YUV | 121.85 | 160.82 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 84 | 180 | 0.03 | 0.53 | 0 | 0.29 | 296.25 | 0.39 | 0.52 |
| Hex | AE | 54 | B4 | 3 | 35 | 0 | 1D | 128 | 27 | 34 |
| Octal | 256 | 124 | 264 | 3 | 65 | 0 | 35 | 450 | 47 | 64 |
| Binary | 10101110 | 1010100 | 10110100 | 11 | 110101 | 0 | 11101 | 100101000 | 100111 | 110100 |
Color Harmonies of #AE54B4
Complementary color
Monochromatic Colors of #AE54B4
Black with #AE54B4
Text Example
Text Example
White with #AE54B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE54B4; }
p { color: rgb(174,84,180); }
H1.HeaderClassName
{
color: #AE54B4;
}
.AnyTagClassName
{
color: #AE54B4;
}
</style>
background-color css
<style>
a { background-color: #AE54B4; }
a { background-color: rgb(174,84,180); }
div.DivClassName
{
background-color: #AE54B4;
}
.BgClassName
{
background-color: #AE54B4;
}
</style>
border-color css
<style>
span { border-color: #AE54B4; }
span { border-color: rgb(174,84,180); }
td.TdClassName
{
border-color: #AE54B4;
}
.TagClassName
{
border-color: #AE54B4;
}
</style>