Shades of Fuchsia #AC49BA
Tints of Fuchsia #AC49BA
RGB
CMYK
RGB Variations
Color information
#AC49BA (or 0xAC49BA) is known color: Fuchsia. HEX triplet: AC, 49 and BA. RGB value is (172,73,186). Sum of RGB (Red+Green+Blue) = 172+73+186=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 73 (28.91% from 255 or 16.94% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC49BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC49BA is #53B645. Grayscale: #737373. Windows color (decimal): -5486150 or 12208556. OLE color: 12208556.
HSL color Cylindrical-coordinate representation of color #AC49BA: hue angle of 292.57º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AC49BA is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 73 | 186 | - |
| CMYK | 0.08 | 0.61 | 0 | 0.27 |
| HSL | 292.57º | 0.45% | 0.51% | - |
| HSV(B) | 292.57º | 0.61% | 0.73% | - |
| XYZ | 28.26 | 17.08 | 48.26 | - |
| YUV | 115.48 | 167.8 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 73 | 186 | 0.08 | 0.61 | 0 | 0.27 | 292.57 | 0.45 | 0.51 |
| Hex | AC | 49 | BA | 8 | 3D | 0 | 1B | 125 | 2D | 33 |
| Octal | 254 | 111 | 272 | 10 | 75 | 0 | 33 | 445 | 55 | 63 |
| Binary | 10101100 | 1001001 | 10111010 | 1000 | 111101 | 0 | 11011 | 100100101 | 101101 | 110011 |
Color Harmonies of #AC49BA
Complementary color
Monochromatic Colors of #AC49BA
Black with #AC49BA
Text Example
Text Example
White with #AC49BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC49BA; }
p { color: rgb(172,73,186); }
H1.HeaderClassName
{
color: #AC49BA;
}
.AnyTagClassName
{
color: #AC49BA;
}
</style>
background-color css
<style>
a { background-color: #AC49BA; }
a { background-color: rgb(172,73,186); }
div.DivClassName
{
background-color: #AC49BA;
}
.BgClassName
{
background-color: #AC49BA;
}
</style>
border-color css
<style>
span { border-color: #AC49BA; }
span { border-color: rgb(172,73,186); }
td.TdClassName
{
border-color: #AC49BA;
}
.TagClassName
{
border-color: #AC49BA;
}
</style>