Shades of Fuchsia #AC47BA
Tints of Fuchsia #AC47BA
RGB
CMYK
RGB Variations
Color information
#AC47BA (or 0xAC47BA) is known color: Fuchsia. HEX triplet: AC, 47 and BA. RGB value is (172,71,186). Sum of RGB (Red+Green+Blue) = 172+71+186=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 71 (28.12% from 255 or 16.55% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC47BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC47BA is #53B845. Grayscale: #717171. Windows color (decimal): -5486662 or 12208044. OLE color: 12208044.
HSL color Cylindrical-coordinate representation of color #AC47BA: hue angle of 292.7º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC47BA is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 71 | 186 | - |
| CMYK | 0.08 | 0.62 | 0 | 0.27 |
| HSL | 292.7º | 0.45% | 0.5% | - |
| HSV(B) | 292.7º | 0.62% | 0.73% | - |
| XYZ | 28.13 | 16.82 | 48.22 | - |
| YUV | 114.31 | 168.46 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 71 | 186 | 0.08 | 0.62 | 0 | 0.27 | 292.7 | 0.45 | 0.5 |
| Hex | AC | 47 | BA | 8 | 3E | 0 | 1B | 125 | 2D | 32 |
| Octal | 254 | 107 | 272 | 10 | 76 | 0 | 33 | 445 | 55 | 62 |
| Binary | 10101100 | 1000111 | 10111010 | 1000 | 111110 | 0 | 11011 | 100100101 | 101101 | 110010 |
Color Harmonies of #AC47BA
Complementary color
Monochromatic Colors of #AC47BA
Black with #AC47BA
Text Example
Text Example
White with #AC47BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC47BA; }
p { color: rgb(172,71,186); }
H1.HeaderClassName
{
color: #AC47BA;
}
.AnyTagClassName
{
color: #AC47BA;
}
</style>
background-color css
<style>
a { background-color: #AC47BA; }
a { background-color: rgb(172,71,186); }
div.DivClassName
{
background-color: #AC47BA;
}
.BgClassName
{
background-color: #AC47BA;
}
</style>
border-color css
<style>
span { border-color: #AC47BA; }
span { border-color: rgb(172,71,186); }
td.TdClassName
{
border-color: #AC47BA;
}
.TagClassName
{
border-color: #AC47BA;
}
</style>