Shades of Fuchsia #AC32A9
Tints of Fuchsia #AC32A9
RGB
CMYK
RGB Variations
Color information
#AC32A9 (or 0xAC32A9) is known color: Fuchsia. HEX triplet: AC, 32 and A9. RGB value is (172,50,169). Sum of RGB (Red+Green+Blue) = 172+50+169=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 50 (19.92% from 255 or 12.79% from 391); Blue value is 169 (66.41% from 255 or 43.22% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC32A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC32A9 is #53CD56. Grayscale: #636363. Windows color (decimal): -5492055 or 11088556. OLE color: 11088556.
HSL color Cylindrical-coordinate representation of color #AC32A9: hue angle of 301.48º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC32A9 is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 50 | 169 | - |
| CMYK | 0 | 0.71 | 0.02 | 0.33 |
| HSL | 301.48º | 0.55% | 0.44% | - |
| HSV(B) | 301.48º | 0.71% | 0.67% | - |
| XYZ | 25.32 | 13.92 | 38.89 | - |
| YUV | 100.04 | 166.92 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 50 | 169 | 0 | 0.71 | 0.02 | 0.33 | 301.48 | 0.55 | 0.44 |
| Hex | AC | 32 | A9 | 0 | 47 | 2 | 21 | 12D | 37 | 2C |
| Octal | 254 | 62 | 251 | 0 | 107 | 2 | 41 | 455 | 67 | 54 |
| Binary | 10101100 | 110010 | 10101001 | 0 | 1000111 | 10 | 100001 | 100101101 | 110111 | 101100 |
Color Harmonies of #AC32A9
Complementary color
Monochromatic Colors of #AC32A9
Black with #AC32A9
Text Example
Text Example
White with #AC32A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC32A9; }
p { color: rgb(172,50,169); }
H1.HeaderClassName
{
color: #AC32A9;
}
.AnyTagClassName
{
color: #AC32A9;
}
</style>
background-color css
<style>
a { background-color: #AC32A9; }
a { background-color: rgb(172,50,169); }
div.DivClassName
{
background-color: #AC32A9;
}
.BgClassName
{
background-color: #AC32A9;
}
</style>
border-color css
<style>
span { border-color: #AC32A9; }
span { border-color: rgb(172,50,169); }
td.TdClassName
{
border-color: #AC32A9;
}
.TagClassName
{
border-color: #AC32A9;
}
</style>