Shades of Fuchsia #AC37AC
Tints of Fuchsia #AC37AC
RGB
CMYK
RGB Variations
Color information
#AC37AC (or 0xAC37AC) is known color: Fuchsia. HEX triplet: AC, 37 and AC. RGB value is (172,55,172). Sum of RGB (Red+Green+Blue) = 172+55+172=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 55 (21.88% from 255 or 13.78% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC37AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC37AC is #53C853. Grayscale: #666666. Windows color (decimal): -5490772 or 11286444. OLE color: 11286444.
HSL color Cylindrical-coordinate representation of color #AC37AC: hue angle of 300º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AC37AC is Cyan = 0, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 55 | 172 | - |
| CMYK | 0 | 0.68 | 0 | 0.33 |
| HSL | 300º | 0.52% | 0.45% | - |
| HSV(B) | 300º | 0.68% | 0.67% | - |
| XYZ | 25.83 | 14.48 | 40.46 | - |
| YUV | 103.32 | 166.76 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 55 | 172 | 0 | 0.68 | 0 | 0.33 | 300 | 0.52 | 0.45 |
| Hex | AC | 37 | AC | 0 | 44 | 0 | 21 | 12C | 34 | 2D |
| Octal | 254 | 67 | 254 | 0 | 104 | 0 | 41 | 454 | 64 | 55 |
| Binary | 10101100 | 110111 | 10101100 | 0 | 1000100 | 0 | 100001 | 100101100 | 110100 | 101101 |
Color Harmonies of #AC37AC
Complementary color
Monochromatic Colors of #AC37AC
Black with #AC37AC
Text Example
Text Example
White with #AC37AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC37AC; }
p { color: rgb(172,55,172); }
H1.HeaderClassName
{
color: #AC37AC;
}
.AnyTagClassName
{
color: #AC37AC;
}
</style>
background-color css
<style>
a { background-color: #AC37AC; }
a { background-color: rgb(172,55,172); }
div.DivClassName
{
background-color: #AC37AC;
}
.BgClassName
{
background-color: #AC37AC;
}
</style>
border-color css
<style>
span { border-color: #AC37AC; }
span { border-color: rgb(172,55,172); }
td.TdClassName
{
border-color: #AC37AC;
}
.TagClassName
{
border-color: #AC37AC;
}
</style>