Shades of Fuchsia #AC40AC
Tints of Fuchsia #AC40AC
RGB
CMYK
RGB Variations
Color information
#AC40AC (or 0xAC40AC) is known color: Fuchsia. HEX triplet: AC, 40 and AC. RGB value is (172,64,172). Sum of RGB (Red+Green+Blue) = 172+64+172=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 64 (25.39% from 255 or 15.69% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC40AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC40AC is #53BF53. Grayscale: #6C6C6C. Windows color (decimal): -5488468 or 11288748. OLE color: 11288748.
HSL color Cylindrical-coordinate representation of color #AC40AC: hue angle of 300º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC40AC is Cyan = 0, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 64 | 172 | - |
| CMYK | 0 | 0.63 | 0 | 0.33 |
| HSL | 300º | 0.46% | 0.46% | - |
| HSV(B) | 300º | 0.63% | 0.67% | - |
| XYZ | 26.29 | 15.42 | 40.62 | - |
| YUV | 108.6 | 163.78 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 64 | 172 | 0 | 0.63 | 0 | 0.33 | 300 | 0.46 | 0.46 |
| Hex | AC | 40 | AC | 0 | 3F | 0 | 21 | 12C | 2E | 2E |
| Octal | 254 | 100 | 254 | 0 | 77 | 0 | 41 | 454 | 56 | 56 |
| Binary | 10101100 | 1000000 | 10101100 | 0 | 111111 | 0 | 100001 | 100101100 | 101110 | 101110 |
Color Harmonies of #AC40AC
Complementary color
Monochromatic Colors of #AC40AC
Black with #AC40AC
Text Example
Text Example
White with #AC40AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC40AC; }
p { color: rgb(172,64,172); }
H1.HeaderClassName
{
color: #AC40AC;
}
.AnyTagClassName
{
color: #AC40AC;
}
</style>
background-color css
<style>
a { background-color: #AC40AC; }
a { background-color: rgb(172,64,172); }
div.DivClassName
{
background-color: #AC40AC;
}
.BgClassName
{
background-color: #AC40AC;
}
</style>
border-color css
<style>
span { border-color: #AC40AC; }
span { border-color: rgb(172,64,172); }
td.TdClassName
{
border-color: #AC40AC;
}
.TagClassName
{
border-color: #AC40AC;
}
</style>