Shades of Fuchsia #AC48BA
Tints of Fuchsia #AC48BA
RGB
CMYK
RGB Variations
Color information
#AC48BA (or 0xAC48BA) is known color: Fuchsia. HEX triplet: AC, 48 and BA. RGB value is (172,72,186). Sum of RGB (Red+Green+Blue) = 172+72+186=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 72 (28.52% from 255 or 16.74% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC48BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC48BA is #53B745. Grayscale: #727272. Windows color (decimal): -5486406 or 12208300. OLE color: 12208300.
HSL color Cylindrical-coordinate representation of color #AC48BA: hue angle of 292.63º 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 #AC48BA is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 72 | 186 | - |
| CMYK | 0.08 | 0.61 | 0 | 0.27 |
| HSL | 292.63º | 0.45% | 0.51% | - |
| HSV(B) | 292.63º | 0.61% | 0.73% | - |
| XYZ | 28.19 | 16.95 | 48.24 | - |
| YUV | 114.9 | 168.13 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 72 | 186 | 0.08 | 0.61 | 0 | 0.27 | 292.63 | 0.45 | 0.51 |
| Hex | AC | 48 | BA | 8 | 3D | 0 | 1B | 125 | 2D | 33 |
| Octal | 254 | 110 | 272 | 10 | 75 | 0 | 33 | 445 | 55 | 63 |
| Binary | 10101100 | 1001000 | 10111010 | 1000 | 111101 | 0 | 11011 | 100100101 | 101101 | 110011 |
Color Harmonies of #AC48BA
Complementary color
Monochromatic Colors of #AC48BA
Black with #AC48BA
Text Example
Text Example
White with #AC48BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC48BA; }
p { color: rgb(172,72,186); }
H1.HeaderClassName
{
color: #AC48BA;
}
.AnyTagClassName
{
color: #AC48BA;
}
</style>
background-color css
<style>
a { background-color: #AC48BA; }
a { background-color: rgb(172,72,186); }
div.DivClassName
{
background-color: #AC48BA;
}
.BgClassName
{
background-color: #AC48BA;
}
</style>
border-color css
<style>
span { border-color: #AC48BA; }
span { border-color: rgb(172,72,186); }
td.TdClassName
{
border-color: #AC48BA;
}
.TagClassName
{
border-color: #AC48BA;
}
</style>