Shades of Fuchsia #AC4DB9
Tints of Fuchsia #AC4DB9
RGB
CMYK
RGB Variations
Color information
#AC4DB9 (or 0xAC4DB9) is known color: Fuchsia. HEX triplet: AC, 4D and B9. RGB value is (172,77,185). Sum of RGB (Red+Green+Blue) = 172+77+185=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 77 (30.47% from 255 or 17.74% from 434); Blue value is 185 (72.66% from 255 or 42.63% from 434); Max value from RGB is 185 - color contains mainly: blue. Hex color #AC4DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4DB9 is #53B246. Grayscale: #757575. Windows color (decimal): -5485127 or 12144044. OLE color: 12144044.
HSL color Cylindrical-coordinate representation of color #AC4DB9: hue angle of 292.78º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC4DB9 is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 77 | 185 | - |
| CMYK | 0.07 | 0.58 | 0 | 0.27 |
| HSL | 292.78º | 0.44% | 0.51% | - |
| HSV(B) | 292.78º | 0.58% | 0.73% | - |
| XYZ | 28.42 | 17.58 | 47.79 | - |
| YUV | 117.72 | 165.97 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 77 | 185 | 0.07 | 0.58 | 0 | 0.27 | 292.78 | 0.44 | 0.51 |
| Hex | AC | 4D | B9 | 7 | 3A | 0 | 1B | 125 | 2C | 33 |
| Octal | 254 | 115 | 271 | 7 | 72 | 0 | 33 | 445 | 54 | 63 |
| Binary | 10101100 | 1001101 | 10111001 | 111 | 111010 | 0 | 11011 | 100100101 | 101100 | 110011 |
Color Harmonies of #AC4DB9
Complementary color
Monochromatic Colors of #AC4DB9
Black with #AC4DB9
Text Example
Text Example
White with #AC4DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4DB9; }
p { color: rgb(172,77,185); }
H1.HeaderClassName
{
color: #AC4DB9;
}
.AnyTagClassName
{
color: #AC4DB9;
}
</style>
background-color css
<style>
a { background-color: #AC4DB9; }
a { background-color: rgb(172,77,185); }
div.DivClassName
{
background-color: #AC4DB9;
}
.BgClassName
{
background-color: #AC4DB9;
}
</style>
border-color css
<style>
span { border-color: #AC4DB9; }
span { border-color: rgb(172,77,185); }
td.TdClassName
{
border-color: #AC4DB9;
}
.TagClassName
{
border-color: #AC4DB9;
}
</style>