Shades of Fuchsia #AE4EB6
Tints of Fuchsia #AE4EB6
RGB
CMYK
RGB Variations
Color information
#AE4EB6 (or 0xAE4EB6) is known color: Fuchsia. HEX triplet: AE, 4E and B6. RGB value is (174,78,182). Sum of RGB (Red+Green+Blue) = 174+78+182=434 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.09% from 434); Green value is 78 (30.86% from 255 or 17.97% from 434); Blue value is 182 (71.48% from 255 or 41.94% from 434); Max value from RGB is 182 - color contains mainly: blue. Hex color #AE4EB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE4EB6 is #51B149. Grayscale: #767676. Windows color (decimal): -5353802 or 11947694. OLE color: 11947694.
HSL color Cylindrical-coordinate representation of color #AE4EB6: hue angle of 295.38º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AE4EB6 is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 174 | 78 | 182 | - |
CMYK | 0.04 | 0.57 | 0 | 0.29 |
HSL | 295.38º | 0.42% | 0.51% | - |
HSV(B) | 295.38º | 0.57% | 0.71% | - |
XYZ | 28.62 | 17.82 | 46.19 | - |
YUV | 118.56 | 163.8 | 167.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 78 | 182 | 0.04 | 0.57 | 0 | 0.29 | 295.38 | 0.42 | 0.51 |
Hex | AE | 4E | B6 | 4 | 39 | 0 | 1D | 127 | 2A | 33 |
Octal | 256 | 116 | 266 | 4 | 71 | 0 | 35 | 447 | 52 | 63 |
Binary | 10101110 | 1001110 | 10110110 | 100 | 111001 | 0 | 11101 | 100100111 | 101010 | 110011 |
Color Harmonies of #AE4EB6
Complementary color
Monochromatic Colors of #AE4EB6
Black with #AE4EB6
Text Example
Text Example
White with #AE4EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4EB6; }
p { color: rgb(174,78,182); }
H1.HeaderClassName
{
color: #AE4EB6;
}
.AnyTagClassName
{
color: #AE4EB6;
}
</style>
background-color css
<style>
a { background-color: #AE4EB6; }
a { background-color: rgb(174,78,182); }
div.DivClassName
{
background-color: #AE4EB6;
}
.BgClassName
{
background-color: #AE4EB6;
}
</style>
border-color css
<style>
span { border-color: #AE4EB6; }
span { border-color: rgb(174,78,182); }
td.TdClassName
{
border-color: #AE4EB6;
}
.TagClassName
{
border-color: #AE4EB6;
}
</style>