Shades of Fuchsia #AC4DB7
Tints of Fuchsia #AC4DB7
RGB
CMYK
RGB Variations
Color information
#AC4DB7 (or 0xAC4DB7) is known color: Fuchsia. HEX triplet: AC, 4D and B7. RGB value is (172,77,183). Sum of RGB (Red+Green+Blue) = 172+77+183=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 77 (30.47% from 255 or 17.82% from 432); Blue value is 183 (71.88% from 255 or 42.36% from 432); Max value from RGB is 183 - color contains mainly: blue. Hex color #AC4DB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4DB7 is #53B248. Grayscale: #757575. Windows color (decimal): -5485129 or 12012972. OLE color: 12012972.
HSL color Cylindrical-coordinate representation of color #AC4DB7: hue angle of 293.77º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC4DB7 is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 77 | 183 | - |
| CMYK | 0.06 | 0.58 | 0 | 0.28 |
| HSL | 293.77º | 0.42% | 0.51% | - |
| HSV(B) | 293.77º | 0.58% | 0.72% | - |
| XYZ | 28.21 | 17.5 | 46.69 | - |
| YUV | 117.49 | 164.97 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 77 | 183 | 0.06 | 0.58 | 0 | 0.28 | 293.77 | 0.42 | 0.51 |
| Hex | AC | 4D | B7 | 6 | 3A | 0 | 1C | 126 | 2A | 33 |
| Octal | 254 | 115 | 267 | 6 | 72 | 0 | 34 | 446 | 52 | 63 |
| Binary | 10101100 | 1001101 | 10110111 | 110 | 111010 | 0 | 11100 | 100100110 | 101010 | 110011 |
Color Harmonies of #AC4DB7
Complementary color
Monochromatic Colors of #AC4DB7
Black with #AC4DB7
Text Example
Text Example
White with #AC4DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4DB7; }
p { color: rgb(172,77,183); }
H1.HeaderClassName
{
color: #AC4DB7;
}
.AnyTagClassName
{
color: #AC4DB7;
}
</style>
background-color css
<style>
a { background-color: #AC4DB7; }
a { background-color: rgb(172,77,183); }
div.DivClassName
{
background-color: #AC4DB7;
}
.BgClassName
{
background-color: #AC4DB7;
}
</style>
border-color css
<style>
span { border-color: #AC4DB7; }
span { border-color: rgb(172,77,183); }
td.TdClassName
{
border-color: #AC4DB7;
}
.TagClassName
{
border-color: #AC4DB7;
}
</style>