Shades of Fuchsia #AC3FBA
Tints of Fuchsia #AC3FBA
RGB
CMYK
RGB Variations
Color information
#AC3FBA (or 0xAC3FBA) is known color: Fuchsia. HEX triplet: AC, 3F and BA. RGB value is (172,63,186). Sum of RGB (Red+Green+Blue) = 172+63+186=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 63 (25% from 255 or 14.96% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC3FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3FBA is #53C045. Grayscale: #6D6D6D. Windows color (decimal): -5488710 or 12205996. OLE color: 12205996.
HSL color Cylindrical-coordinate representation of color #AC3FBA: hue angle of 293.17º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC3FBA is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 63 | 186 | - |
| CMYK | 0.08 | 0.66 | 0 | 0.27 |
| HSL | 293.17º | 0.49% | 0.49% | - |
| HSV(B) | 293.17º | 0.66% | 0.73% | - |
| XYZ | 27.65 | 15.87 | 48.06 | - |
| YUV | 109.61 | 171.11 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 63 | 186 | 0.08 | 0.66 | 0 | 0.27 | 293.17 | 0.49 | 0.49 |
| Hex | AC | 3F | BA | 8 | 42 | 0 | 1B | 125 | 31 | 31 |
| Octal | 254 | 77 | 272 | 10 | 102 | 0 | 33 | 445 | 61 | 61 |
| Binary | 10101100 | 111111 | 10111010 | 1000 | 1000010 | 0 | 11011 | 100100101 | 110001 | 110001 |
Color Harmonies of #AC3FBA
Complementary color
Monochromatic Colors of #AC3FBA
Black with #AC3FBA
Text Example
Text Example
White with #AC3FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3FBA; }
p { color: rgb(172,63,186); }
H1.HeaderClassName
{
color: #AC3FBA;
}
.AnyTagClassName
{
color: #AC3FBA;
}
</style>
background-color css
<style>
a { background-color: #AC3FBA; }
a { background-color: rgb(172,63,186); }
div.DivClassName
{
background-color: #AC3FBA;
}
.BgClassName
{
background-color: #AC3FBA;
}
</style>
border-color css
<style>
span { border-color: #AC3FBA; }
span { border-color: rgb(172,63,186); }
td.TdClassName
{
border-color: #AC3FBA;
}
.TagClassName
{
border-color: #AC3FBA;
}
</style>