Shades of Fuchsia #AE5FB6
Tints of Fuchsia #AE5FB6
RGB
CMYK
RGB Variations
Color information
#AE5FB6 (or 0xAE5FB6) is known color: Fuchsia. HEX triplet: AE, 5F and B6. RGB value is (174,95,182). Sum of RGB (Red+Green+Blue) = 174+95+182=451 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.58% from 451); Green value is 95 (37.5% from 255 or 21.06% from 451); Blue value is 182 (71.48% from 255 or 40.35% from 451); Max value from RGB is 182 - color contains mainly: blue. Hex color #AE5FB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5FB6 is #51A049. Grayscale: #808080. Windows color (decimal): -5349450 or 11952046. OLE color: 11952046.
HSL color Cylindrical-coordinate representation of color #AE5FB6: hue angle of 294.48º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AE5FB6 is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 174 | 95 | 182 | - |
| CMYK | 0.04 | 0.48 | 0 | 0.29 |
| HSL | 294.48º | 0.37% | 0.54% | - |
| HSV(B) | 294.48º | 0.48% | 0.71% | - |
| XYZ | 29.99 | 20.56 | 46.64 | - |
| YUV | 128.54 | 158.17 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 95 | 182 | 0.04 | 0.48 | 0 | 0.29 | 294.48 | 0.37 | 0.54 |
| Hex | AE | 5F | B6 | 4 | 30 | 0 | 1D | 126 | 25 | 36 |
| Octal | 256 | 137 | 266 | 4 | 60 | 0 | 35 | 446 | 45 | 66 |
| Binary | 10101110 | 1011111 | 10110110 | 100 | 110000 | 0 | 11101 | 100100110 | 100101 | 110110 |
Color Harmonies of #AE5FB6
Complementary color
Monochromatic Colors of #AE5FB6
Black with #AE5FB6
Text Example
Text Example
White with #AE5FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5FB6; }
p { color: rgb(174,95,182); }
H1.HeaderClassName
{
color: #AE5FB6;
}
.AnyTagClassName
{
color: #AE5FB6;
}
</style>
background-color css
<style>
a { background-color: #AE5FB6; }
a { background-color: rgb(174,95,182); }
div.DivClassName
{
background-color: #AE5FB6;
}
.BgClassName
{
background-color: #AE5FB6;
}
</style>
border-color css
<style>
span { border-color: #AE5FB6; }
span { border-color: rgb(174,95,182); }
td.TdClassName
{
border-color: #AE5FB6;
}
.TagClassName
{
border-color: #AE5FB6;
}
</style>