Shades of Fuchsia #AC32AA
Tints of Fuchsia #AC32AA
RGB
CMYK
RGB Variations
Color information
#AC32AA (or 0xAC32AA) is known color: Fuchsia. HEX triplet: AC, 32 and AA. RGB value is (172,50,170). Sum of RGB (Red+Green+Blue) = 172+50+170=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 50 (19.92% from 255 or 12.76% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 172 - color contains mainly: red. Hex color #AC32AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC32AA is #53CD55. Grayscale: #636363. Windows color (decimal): -5492054 or 11154092. OLE color: 11154092.
HSL color Cylindrical-coordinate representation of color #AC32AA: hue angle of 300.98º 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 #AC32AA is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 50 | 170 | - |
| CMYK | 0 | 0.71 | 0.01 | 0.33 |
| HSL | 300.98º | 0.55% | 0.44% | - |
| HSV(B) | 300.98º | 0.71% | 0.67% | - |
| XYZ | 25.41 | 13.95 | 39.38 | - |
| YUV | 100.16 | 167.42 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 50 | 170 | 0 | 0.71 | 0.01 | 0.33 | 300.98 | 0.55 | 0.44 |
| Hex | AC | 32 | AA | 0 | 47 | 1 | 21 | 12D | 37 | 2C |
| Octal | 254 | 62 | 252 | 0 | 107 | 1 | 41 | 455 | 67 | 54 |
| Binary | 10101100 | 110010 | 10101010 | 0 | 1000111 | 1 | 100001 | 100101101 | 110111 | 101100 |
Color Harmonies of #AC32AA
Complementary color
Monochromatic Colors of #AC32AA
Black with #AC32AA
Text Example
Text Example
White with #AC32AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC32AA; }
p { color: rgb(172,50,170); }
H1.HeaderClassName
{
color: #AC32AA;
}
.AnyTagClassName
{
color: #AC32AA;
}
</style>
background-color css
<style>
a { background-color: #AC32AA; }
a { background-color: rgb(172,50,170); }
div.DivClassName
{
background-color: #AC32AA;
}
.BgClassName
{
background-color: #AC32AA;
}
</style>
border-color css
<style>
span { border-color: #AC32AA; }
span { border-color: rgb(172,50,170); }
td.TdClassName
{
border-color: #AC32AA;
}
.TagClassName
{
border-color: #AC32AA;
}
</style>