Shades of Fuchsia #AE32AA
Tints of Fuchsia #AE32AA
RGB
CMYK
RGB Variations
Color information
#AE32AA (or 0xAE32AA) is known color: Fuchsia. HEX triplet: AE, 32 and AA. RGB value is (174,50,170). Sum of RGB (Red+Green+Blue) = 174+50+170=394 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.16% from 394); Green value is 50 (19.92% from 255 or 12.69% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 174 - color contains mainly: red. Hex color #AE32AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE32AA is #51CD55. Grayscale: #646464. Windows color (decimal): -5360982 or 11154094. OLE color: 11154094.
HSL color Cylindrical-coordinate representation of color #AE32AA: hue angle of 301.94º 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 #AE32AA is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 50 | 170 | - |
| CMYK | 0 | 0.71 | 0.02 | 0.32 |
| HSL | 301.94º | 0.55% | 0.44% | - |
| HSV(B) | 301.94º | 0.71% | 0.68% | - |
| XYZ | 25.85 | 14.18 | 39.41 | - |
| YUV | 100.76 | 167.08 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 50 | 170 | 0 | 0.71 | 0.02 | 0.32 | 301.94 | 0.55 | 0.44 |
| Hex | AE | 32 | AA | 0 | 47 | 2 | 20 | 12E | 37 | 2C |
| Octal | 256 | 62 | 252 | 0 | 107 | 2 | 40 | 456 | 67 | 54 |
| Binary | 10101110 | 110010 | 10101010 | 0 | 1000111 | 10 | 100000 | 100101110 | 110111 | 101100 |
Color Harmonies of #AE32AA
Complementary color
Monochromatic Colors of #AE32AA
Black with #AE32AA
Text Example
Text Example
White with #AE32AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE32AA; }
p { color: rgb(174,50,170); }
H1.HeaderClassName
{
color: #AE32AA;
}
.AnyTagClassName
{
color: #AE32AA;
}
</style>
background-color css
<style>
a { background-color: #AE32AA; }
a { background-color: rgb(174,50,170); }
div.DivClassName
{
background-color: #AE32AA;
}
.BgClassName
{
background-color: #AE32AA;
}
</style>
border-color css
<style>
span { border-color: #AE32AA; }
span { border-color: rgb(174,50,170); }
td.TdClassName
{
border-color: #AE32AA;
}
.TagClassName
{
border-color: #AE32AA;
}
</style>