Shades of Fuchsia #AC32A8
Tints of Fuchsia #AC32A8
RGB
CMYK
RGB Variations
Color information
#AC32A8 (or 0xAC32A8) is known color: Fuchsia. HEX triplet: AC, 32 and A8. RGB value is (172,50,168). Sum of RGB (Red+Green+Blue) = 172+50+168=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 50 (19.92% from 255 or 12.82% from 390); Blue value is 168 (66.02% from 255 or 43.08% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #AC32A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC32A8 is #53CD57. Grayscale: #636363. Windows color (decimal): -5492056 or 11023020. OLE color: 11023020.
HSL color Cylindrical-coordinate representation of color #AC32A8: hue angle of 301.97º 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 #AC32A8 is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 50 | 168 | - |
| CMYK | 0 | 0.71 | 0.02 | 0.33 |
| HSL | 301.97º | 0.55% | 0.44% | - |
| HSV(B) | 301.97º | 0.71% | 0.67% | - |
| XYZ | 25.22 | 13.88 | 38.4 | - |
| YUV | 99.93 | 166.42 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 50 | 168 | 0 | 0.71 | 0.02 | 0.33 | 301.97 | 0.55 | 0.44 |
| Hex | AC | 32 | A8 | 0 | 47 | 2 | 21 | 12E | 37 | 2C |
| Octal | 254 | 62 | 250 | 0 | 107 | 2 | 41 | 456 | 67 | 54 |
| Binary | 10101100 | 110010 | 10101000 | 0 | 1000111 | 10 | 100001 | 100101110 | 110111 | 101100 |
Color Harmonies of #AC32A8
Complementary color
Monochromatic Colors of #AC32A8
Black with #AC32A8
Text Example
Text Example
White with #AC32A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC32A8; }
p { color: rgb(172,50,168); }
H1.HeaderClassName
{
color: #AC32A8;
}
.AnyTagClassName
{
color: #AC32A8;
}
</style>
background-color css
<style>
a { background-color: #AC32A8; }
a { background-color: rgb(172,50,168); }
div.DivClassName
{
background-color: #AC32A8;
}
.BgClassName
{
background-color: #AC32A8;
}
</style>
border-color css
<style>
span { border-color: #AC32A8; }
span { border-color: rgb(172,50,168); }
td.TdClassName
{
border-color: #AC32A8;
}
.TagClassName
{
border-color: #AC32A8;
}
</style>