Shades of Fuchsia #AE47B6
Tints of Fuchsia #AE47B6
RGB
CMYK
RGB Variations
Color information
#AE47B6 (or 0xAE47B6) is known color: Fuchsia. HEX triplet: AE, 47 and B6. RGB value is (174,71,182). Sum of RGB (Red+Green+Blue) = 174+71+182=427 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.75% from 427); Green value is 71 (28.12% from 255 or 16.63% from 427); Blue value is 182 (71.48% from 255 or 42.62% from 427); Max value from RGB is 182 - color contains mainly: blue. Hex color #AE47B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE47B6 is #51B849. Grayscale: #727272. Windows color (decimal): -5355594 or 11945902. OLE color: 11945902.
HSL color Cylindrical-coordinate representation of color #AE47B6: hue angle of 295.68º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AE47B6 is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 174 | 71 | 182 | - |
| CMYK | 0.04 | 0.61 | 0 | 0.29 |
| HSL | 295.68º | 0.44% | 0.5% | - |
| HSV(B) | 295.68º | 0.61% | 0.71% | - |
| XYZ | 28.15 | 16.88 | 46.03 | - |
| YUV | 114.45 | 166.12 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 71 | 182 | 0.04 | 0.61 | 0 | 0.29 | 295.68 | 0.44 | 0.5 |
| Hex | AE | 47 | B6 | 4 | 3D | 0 | 1D | 128 | 2C | 32 |
| Octal | 256 | 107 | 266 | 4 | 75 | 0 | 35 | 450 | 54 | 62 |
| Binary | 10101110 | 1000111 | 10110110 | 100 | 111101 | 0 | 11101 | 100101000 | 101100 | 110010 |
Color Harmonies of #AE47B6
Complementary color
Monochromatic Colors of #AE47B6
Black with #AE47B6
Text Example
Text Example
White with #AE47B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE47B6; }
p { color: rgb(174,71,182); }
H1.HeaderClassName
{
color: #AE47B6;
}
.AnyTagClassName
{
color: #AE47B6;
}
</style>
background-color css
<style>
a { background-color: #AE47B6; }
a { background-color: rgb(174,71,182); }
div.DivClassName
{
background-color: #AE47B6;
}
.BgClassName
{
background-color: #AE47B6;
}
</style>
border-color css
<style>
span { border-color: #AE47B6; }
span { border-color: rgb(174,71,182); }
td.TdClassName
{
border-color: #AE47B6;
}
.TagClassName
{
border-color: #AE47B6;
}
</style>