Shades of Fuchsia #AC55BA
Tints of Fuchsia #AC55BA
RGB
CMYK
RGB Variations
Color information
#AC55BA (or 0xAC55BA) is known color: Fuchsia. HEX triplet: AC, 55 and BA. RGB value is (172,85,186). Sum of RGB (Red+Green+Blue) = 172+85+186=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 85 (33.59% from 255 or 19.19% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC55BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC55BA is #53AA45. Grayscale: #7A7A7A. Windows color (decimal): -5483078 or 12211628. OLE color: 12211628.
HSL color Cylindrical-coordinate representation of color #AC55BA: hue angle of 291.68º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AC55BA is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 85 | 186 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.27 |
| HSL | 291.68º | 0.42% | 0.53% | - |
| HSV(B) | 291.68º | 0.54% | 0.73% | - |
| XYZ | 29.12 | 18.81 | 48.55 | - |
| YUV | 122.53 | 163.82 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 85 | 186 | 0.08 | 0.54 | 0 | 0.27 | 291.68 | 0.42 | 0.53 |
| Hex | AC | 55 | BA | 8 | 36 | 0 | 1B | 124 | 2A | 35 |
| Octal | 254 | 125 | 272 | 10 | 66 | 0 | 33 | 444 | 52 | 65 |
| Binary | 10101100 | 1010101 | 10111010 | 1000 | 110110 | 0 | 11011 | 100100100 | 101010 | 110101 |
Color Harmonies of #AC55BA
Complementary color
Monochromatic Colors of #AC55BA
Black with #AC55BA
Text Example
Text Example
White with #AC55BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC55BA; }
p { color: rgb(172,85,186); }
H1.HeaderClassName
{
color: #AC55BA;
}
.AnyTagClassName
{
color: #AC55BA;
}
</style>
background-color css
<style>
a { background-color: #AC55BA; }
a { background-color: rgb(172,85,186); }
div.DivClassName
{
background-color: #AC55BA;
}
.BgClassName
{
background-color: #AC55BA;
}
</style>
border-color css
<style>
span { border-color: #AC55BA; }
span { border-color: rgb(172,85,186); }
td.TdClassName
{
border-color: #AC55BA;
}
.TagClassName
{
border-color: #AC55BA;
}
</style>