Shades of Fuchsia #AE54BD
Tints of Fuchsia #AE54BD
RGB
CMYK
RGB Variations
Color information
#AE54BD (or 0xAE54BD) is known color: Fuchsia. HEX triplet: AE, 54 and BD. RGB value is (174,84,189). Sum of RGB (Red+Green+Blue) = 174+84+189=447 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.93% from 447); Green value is 84 (33.20% from 255 or 18.79% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 189 - color contains mainly: blue. Hex color #AE54BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE54BD is #51AB42. Grayscale: #7A7A7A. Windows color (decimal): -5352259 or 12407982. OLE color: 12407982.
HSL color Cylindrical-coordinate representation of color #AE54BD: hue angle of 291.43º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AE54BD is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 174 | 84 | 189 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.26 |
| HSL | 291.43º | 0.44% | 0.54% | - |
| HSV(B) | 291.43º | 0.56% | 0.74% | - |
| XYZ | 29.81 | 19.01 | 50.24 | - |
| YUV | 122.88 | 165.32 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 84 | 189 | 0.08 | 0.56 | 0 | 0.26 | 291.43 | 0.44 | 0.54 |
| Hex | AE | 54 | BD | 8 | 38 | 0 | 1A | 123 | 2C | 36 |
| Octal | 256 | 124 | 275 | 10 | 70 | 0 | 32 | 443 | 54 | 66 |
| Binary | 10101110 | 1010100 | 10111101 | 1000 | 111000 | 0 | 11010 | 100100011 | 101100 | 110110 |
Color Harmonies of #AE54BD
Complementary color
Monochromatic Colors of #AE54BD
Black with #AE54BD
Text Example
Text Example
White with #AE54BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE54BD; }
p { color: rgb(174,84,189); }
H1.HeaderClassName
{
color: #AE54BD;
}
.AnyTagClassName
{
color: #AE54BD;
}
</style>
background-color css
<style>
a { background-color: #AE54BD; }
a { background-color: rgb(174,84,189); }
div.DivClassName
{
background-color: #AE54BD;
}
.BgClassName
{
background-color: #AE54BD;
}
</style>
border-color css
<style>
span { border-color: #AE54BD; }
span { border-color: rgb(174,84,189); }
td.TdClassName
{
border-color: #AE54BD;
}
.TagClassName
{
border-color: #AE54BD;
}
</style>