Shades of Fuchsia #AC4FBA
Tints of Fuchsia #AC4FBA
RGB
CMYK
RGB Variations
Color information
#AC4FBA (or 0xAC4FBA) is known color: Fuchsia. HEX triplet: AC, 4F and BA. RGB value is (172,79,186). Sum of RGB (Red+Green+Blue) = 172+79+186=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 79 (31.25% from 255 or 18.08% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC4FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4FBA is #53B045. Grayscale: #767676. Windows color (decimal): -5484614 or 12210092. OLE color: 12210092.
HSL color Cylindrical-coordinate representation of color #AC4FBA: hue angle of 292.15º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC4FBA is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 79 | 186 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.27 |
| HSL | 292.15º | 0.44% | 0.52% | - |
| HSV(B) | 292.15º | 0.58% | 0.73% | - |
| XYZ | 28.67 | 17.91 | 48.4 | - |
| YUV | 119.01 | 165.81 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 79 | 186 | 0.08 | 0.58 | 0 | 0.27 | 292.15 | 0.44 | 0.52 |
| Hex | AC | 4F | BA | 8 | 3A | 0 | 1B | 124 | 2C | 34 |
| Octal | 254 | 117 | 272 | 10 | 72 | 0 | 33 | 444 | 54 | 64 |
| Binary | 10101100 | 1001111 | 10111010 | 1000 | 111010 | 0 | 11011 | 100100100 | 101100 | 110100 |
Color Harmonies of #AC4FBA
Complementary color
Monochromatic Colors of #AC4FBA
Black with #AC4FBA
Text Example
Text Example
White with #AC4FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4FBA; }
p { color: rgb(172,79,186); }
H1.HeaderClassName
{
color: #AC4FBA;
}
.AnyTagClassName
{
color: #AC4FBA;
}
</style>
background-color css
<style>
a { background-color: #AC4FBA; }
a { background-color: rgb(172,79,186); }
div.DivClassName
{
background-color: #AC4FBA;
}
.BgClassName
{
background-color: #AC4FBA;
}
</style>
border-color css
<style>
span { border-color: #AC4FBA; }
span { border-color: rgb(172,79,186); }
td.TdClassName
{
border-color: #AC4FBA;
}
.TagClassName
{
border-color: #AC4FBA;
}
</style>