Shades of Fuchsia #AE4DB8
Tints of Fuchsia #AE4DB8
RGB
CMYK
RGB Variations
Color information
#AE4DB8 (or 0xAE4DB8) is known color: Fuchsia. HEX triplet: AE, 4D and B8. RGB value is (174,77,184). Sum of RGB (Red+Green+Blue) = 174+77+184=435 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40% from 435); Green value is 77 (30.47% from 255 or 17.70% from 435); Blue value is 184 (72.27% from 255 or 42.30% from 435); Max value from RGB is 184 - color contains mainly: blue. Hex color #AE4DB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE4DB8 is #51B247. Grayscale: #757575. Windows color (decimal): -5354056 or 12078510. OLE color: 12078510.
HSL color Cylindrical-coordinate representation of color #AE4DB8: hue angle of 294.39º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AE4DB8 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 174 | 77 | 184 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.28 |
| HSL | 294.39º | 0.43% | 0.51% | - |
| HSV(B) | 294.39º | 0.58% | 0.72% | - |
| XYZ | 28.76 | 17.77 | 47.26 | - |
| YUV | 118.2 | 165.14 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 77 | 184 | 0.05 | 0.58 | 0 | 0.28 | 294.39 | 0.43 | 0.51 |
| Hex | AE | 4D | B8 | 5 | 3A | 0 | 1C | 126 | 2B | 33 |
| Octal | 256 | 115 | 270 | 5 | 72 | 0 | 34 | 446 | 53 | 63 |
| Binary | 10101110 | 1001101 | 10111000 | 101 | 111010 | 0 | 11100 | 100100110 | 101011 | 110011 |
Color Harmonies of #AE4DB8
Complementary color
Monochromatic Colors of #AE4DB8
Black with #AE4DB8
Text Example
Text Example
White with #AE4DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4DB8; }
p { color: rgb(174,77,184); }
H1.HeaderClassName
{
color: #AE4DB8;
}
.AnyTagClassName
{
color: #AE4DB8;
}
</style>
background-color css
<style>
a { background-color: #AE4DB8; }
a { background-color: rgb(174,77,184); }
div.DivClassName
{
background-color: #AE4DB8;
}
.BgClassName
{
background-color: #AE4DB8;
}
</style>
border-color css
<style>
span { border-color: #AE4DB8; }
span { border-color: rgb(174,77,184); }
td.TdClassName
{
border-color: #AE4DB8;
}
.TagClassName
{
border-color: #AE4DB8;
}
</style>