Shades of Fuchsia #AC37AD
Tints of Fuchsia #AC37AD
RGB
CMYK
RGB Variations
Color information
#AC37AD (or 0xAC37AD) is known color: Fuchsia. HEX triplet: AC, 37 and AD. RGB value is (172,55,173). Sum of RGB (Red+Green+Blue) = 172+55+173=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 55 (21.88% from 255 or 13.75% from 400); Blue value is 173 (67.97% from 255 or 43.25% from 400); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC37AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC37AD is #53C852. Grayscale: #676767. Windows color (decimal): -5490771 or 11351980. OLE color: 11351980.
HSL color Cylindrical-coordinate representation of color #AC37AD: hue angle of 299.49º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AC37AD is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 172 | 55 | 173 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.32 |
| HSL | 299.49º | 0.52% | 0.45% | - |
| HSV(B) | 299.49º | 0.68% | 0.68% | - |
| XYZ | 25.92 | 14.52 | 40.97 | - |
| YUV | 103.44 | 167.26 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 55 | 173 | 0.01 | 0.68 | 0 | 0.32 | 299.49 | 0.52 | 0.45 |
| Hex | AC | 37 | AD | 1 | 44 | 0 | 20 | 12B | 34 | 2D |
| Octal | 254 | 67 | 255 | 1 | 104 | 0 | 40 | 453 | 64 | 55 |
| Binary | 10101100 | 110111 | 10101101 | 1 | 1000100 | 0 | 100000 | 100101011 | 110100 | 101101 |
Color Harmonies of #AC37AD
Complementary color
Monochromatic Colors of #AC37AD
Black with #AC37AD
Text Example
Text Example
White with #AC37AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC37AD; }
p { color: rgb(172,55,173); }
H1.HeaderClassName
{
color: #AC37AD;
}
.AnyTagClassName
{
color: #AC37AD;
}
</style>
background-color css
<style>
a { background-color: #AC37AD; }
a { background-color: rgb(172,55,173); }
div.DivClassName
{
background-color: #AC37AD;
}
.BgClassName
{
background-color: #AC37AD;
}
</style>
border-color css
<style>
span { border-color: #AC37AD; }
span { border-color: rgb(172,55,173); }
td.TdClassName
{
border-color: #AC37AD;
}
.TagClassName
{
border-color: #AC37AD;
}
</style>