Shades of Fuchsia #AC4DBA
Tints of Fuchsia #AC4DBA
RGB
CMYK
RGB Variations
Color information
#AC4DBA (or 0xAC4DBA) is known color: Fuchsia. HEX triplet: AC, 4D and BA. RGB value is (172,77,186). Sum of RGB (Red+Green+Blue) = 172+77+186=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 77 (30.47% from 255 or 17.70% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC4DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4DBA is #53B245. Grayscale: #757575. Windows color (decimal): -5485126 or 12209580. OLE color: 12209580.
HSL color Cylindrical-coordinate representation of color #AC4DBA: hue angle of 292.29º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC4DBA is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 77 | 186 | - |
| CMYK | 0.08 | 0.59 | 0 | 0.27 |
| HSL | 292.29º | 0.44% | 0.52% | - |
| HSV(B) | 292.29º | 0.59% | 0.73% | - |
| XYZ | 28.53 | 17.62 | 48.35 | - |
| YUV | 117.83 | 166.47 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 77 | 186 | 0.08 | 0.59 | 0 | 0.27 | 292.29 | 0.44 | 0.52 |
| Hex | AC | 4D | BA | 8 | 3B | 0 | 1B | 124 | 2C | 34 |
| Octal | 254 | 115 | 272 | 10 | 73 | 0 | 33 | 444 | 54 | 64 |
| Binary | 10101100 | 1001101 | 10111010 | 1000 | 111011 | 0 | 11011 | 100100100 | 101100 | 110100 |
Color Harmonies of #AC4DBA
Complementary color
Monochromatic Colors of #AC4DBA
Black with #AC4DBA
Text Example
Text Example
White with #AC4DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4DBA; }
p { color: rgb(172,77,186); }
H1.HeaderClassName
{
color: #AC4DBA;
}
.AnyTagClassName
{
color: #AC4DBA;
}
</style>
background-color css
<style>
a { background-color: #AC4DBA; }
a { background-color: rgb(172,77,186); }
div.DivClassName
{
background-color: #AC4DBA;
}
.BgClassName
{
background-color: #AC4DBA;
}
</style>
border-color css
<style>
span { border-color: #AC4DBA; }
span { border-color: rgb(172,77,186); }
td.TdClassName
{
border-color: #AC4DBA;
}
.TagClassName
{
border-color: #AC4DBA;
}
</style>