Shades of Fuchsia #AC40BA
Tints of Fuchsia #AC40BA
RGB
CMYK
RGB Variations
Color information
#AC40BA (or 0xAC40BA) is known color: Fuchsia. HEX triplet: AC, 40 and BA. RGB value is (172,64,186). Sum of RGB (Red+Green+Blue) = 172+64+186=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 64 (25.39% from 255 or 15.17% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC40BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC40BA is #53BF45. Grayscale: #6D6D6D. Windows color (decimal): -5488454 or 12206252. OLE color: 12206252.
HSL color Cylindrical-coordinate representation of color #AC40BA: hue angle of 293.11º 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 #AC40BA is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 64 | 186 | - |
| CMYK | 0.08 | 0.66 | 0 | 0.27 |
| HSL | 293.11º | 0.49% | 0.49% | - |
| HSV(B) | 293.11º | 0.66% | 0.73% | - |
| XYZ | 27.71 | 15.98 | 48.08 | - |
| YUV | 110.2 | 170.78 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 64 | 186 | 0.08 | 0.66 | 0 | 0.27 | 293.11 | 0.49 | 0.49 |
| Hex | AC | 40 | BA | 8 | 42 | 0 | 1B | 125 | 31 | 31 |
| Octal | 254 | 100 | 272 | 10 | 102 | 0 | 33 | 445 | 61 | 61 |
| Binary | 10101100 | 1000000 | 10111010 | 1000 | 1000010 | 0 | 11011 | 100100101 | 110001 | 110001 |
Color Harmonies of #AC40BA
Complementary color
Monochromatic Colors of #AC40BA
Black with #AC40BA
Text Example
Text Example
White with #AC40BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC40BA; }
p { color: rgb(172,64,186); }
H1.HeaderClassName
{
color: #AC40BA;
}
.AnyTagClassName
{
color: #AC40BA;
}
</style>
background-color css
<style>
a { background-color: #AC40BA; }
a { background-color: rgb(172,64,186); }
div.DivClassName
{
background-color: #AC40BA;
}
.BgClassName
{
background-color: #AC40BA;
}
</style>
border-color css
<style>
span { border-color: #AC40BA; }
span { border-color: rgb(172,64,186); }
td.TdClassName
{
border-color: #AC40BA;
}
.TagClassName
{
border-color: #AC40BA;
}
</style>