Shades of Fuchsia #AE32A9
Tints of Fuchsia #AE32A9
RGB
CMYK
RGB Variations
Color information
#AE32A9 (or 0xAE32A9) is known color: Fuchsia. HEX triplet: AE, 32 and A9. RGB value is (174,50,169). Sum of RGB (Red+Green+Blue) = 174+50+169=393 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.27% from 393); Green value is 50 (19.92% from 255 or 12.72% from 393); Blue value is 169 (66.41% from 255 or 43.00% from 393); Max value from RGB is 174 - color contains mainly: red. Hex color #AE32A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE32A9 is #51CD56. Grayscale: #646464. Windows color (decimal): -5360983 or 11088558. OLE color: 11088558.
HSL color Cylindrical-coordinate representation of color #AE32A9: hue angle of 302.42º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AE32A9 is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 50 | 169 | - |
| CMYK | 0 | 0.71 | 0.03 | 0.32 |
| HSL | 302.42º | 0.55% | 0.44% | - |
| HSV(B) | 302.42º | 0.71% | 0.68% | - |
| XYZ | 25.76 | 14.14 | 38.91 | - |
| YUV | 100.64 | 166.58 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 50 | 169 | 0 | 0.71 | 0.03 | 0.32 | 302.42 | 0.55 | 0.44 |
| Hex | AE | 32 | A9 | 0 | 47 | 3 | 20 | 12E | 37 | 2C |
| Octal | 256 | 62 | 251 | 0 | 107 | 3 | 40 | 456 | 67 | 54 |
| Binary | 10101110 | 110010 | 10101001 | 0 | 1000111 | 11 | 100000 | 100101110 | 110111 | 101100 |
Color Harmonies of #AE32A9
Complementary color
Monochromatic Colors of #AE32A9
Black with #AE32A9
Text Example
Text Example
White with #AE32A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE32A9; }
p { color: rgb(174,50,169); }
H1.HeaderClassName
{
color: #AE32A9;
}
.AnyTagClassName
{
color: #AE32A9;
}
</style>
background-color css
<style>
a { background-color: #AE32A9; }
a { background-color: rgb(174,50,169); }
div.DivClassName
{
background-color: #AE32A9;
}
.BgClassName
{
background-color: #AE32A9;
}
</style>
border-color css
<style>
span { border-color: #AE32A9; }
span { border-color: rgb(174,50,169); }
td.TdClassName
{
border-color: #AE32A9;
}
.TagClassName
{
border-color: #AE32A9;
}
</style>