Shades of Fuchsia #AE32AC
Tints of Fuchsia #AE32AC
RGB
CMYK
RGB Variations
Color information
#AE32AC (or 0xAE32AC) is known color: Fuchsia. HEX triplet: AE, 32 and AC. RGB value is (174,50,172). Sum of RGB (Red+Green+Blue) = 174+50+172=396 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.94% from 396); Green value is 50 (19.92% from 255 or 12.63% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 174 - color contains mainly: red. Hex color #AE32AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE32AC is #51CD53. Grayscale: #646464. Windows color (decimal): -5360980 or 11285166. OLE color: 11285166.
HSL color Cylindrical-coordinate representation of color #AE32AC: hue angle of 300.97º 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 #AE32AC is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 50 | 172 | - |
| CMYK | 0 | 0.71 | 0.01 | 0.32 |
| HSL | 300.97º | 0.55% | 0.44% | - |
| HSV(B) | 300.97º | 0.71% | 0.68% | - |
| XYZ | 26.04 | 14.26 | 40.41 | - |
| YUV | 100.98 | 168.08 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 50 | 172 | 0 | 0.71 | 0.01 | 0.32 | 300.97 | 0.55 | 0.44 |
| Hex | AE | 32 | AC | 0 | 47 | 1 | 20 | 12D | 37 | 2C |
| Octal | 256 | 62 | 254 | 0 | 107 | 1 | 40 | 455 | 67 | 54 |
| Binary | 10101110 | 110010 | 10101100 | 0 | 1000111 | 1 | 100000 | 100101101 | 110111 | 101100 |
Color Harmonies of #AE32AC
Complementary color
Monochromatic Colors of #AE32AC
Black with #AE32AC
Text Example
Text Example
White with #AE32AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE32AC; }
p { color: rgb(174,50,172); }
H1.HeaderClassName
{
color: #AE32AC;
}
.AnyTagClassName
{
color: #AE32AC;
}
</style>
background-color css
<style>
a { background-color: #AE32AC; }
a { background-color: rgb(174,50,172); }
div.DivClassName
{
background-color: #AE32AC;
}
.BgClassName
{
background-color: #AE32AC;
}
</style>
border-color css
<style>
span { border-color: #AE32AC; }
span { border-color: rgb(174,50,172); }
td.TdClassName
{
border-color: #AE32AC;
}
.TagClassName
{
border-color: #AE32AC;
}
</style>