Shades of Fuchsia #AC41BC
Tints of Fuchsia #AC41BC
RGB
CMYK
RGB Variations
Color information
#AC41BC (or 0xAC41BC) is known color: Fuchsia. HEX triplet: AC, 41 and BC. RGB value is (172,65,188). Sum of RGB (Red+Green+Blue) = 172+65+188=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 65 (25.78% from 255 or 15.29% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC41BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC41BC is #53BE43. Grayscale: #6E6E6E. Windows color (decimal): -5488196 or 12337580. OLE color: 12337580.
HSL color Cylindrical-coordinate representation of color #AC41BC: hue angle of 292.2º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC41BC is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 65 | 188 | - |
| CMYK | 0.09 | 0.65 | 0 | 0.26 |
| HSL | 292.2º | 0.49% | 0.5% | - |
| HSV(B) | 292.2º | 0.65% | 0.74% | - |
| XYZ | 27.98 | 16.18 | 49.23 | - |
| YUV | 111.02 | 171.45 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 65 | 188 | 0.09 | 0.65 | 0 | 0.26 | 292.2 | 0.49 | 0.5 |
| Hex | AC | 41 | BC | 9 | 41 | 0 | 1A | 124 | 31 | 32 |
| Octal | 254 | 101 | 274 | 11 | 101 | 0 | 32 | 444 | 61 | 62 |
| Binary | 10101100 | 1000001 | 10111100 | 1001 | 1000001 | 0 | 11010 | 100100100 | 110001 | 110010 |
Color Harmonies of #AC41BC
Complementary color
Monochromatic Colors of #AC41BC
Black with #AC41BC
Text Example
Text Example
White with #AC41BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC41BC; }
p { color: rgb(172,65,188); }
H1.HeaderClassName
{
color: #AC41BC;
}
.AnyTagClassName
{
color: #AC41BC;
}
</style>
background-color css
<style>
a { background-color: #AC41BC; }
a { background-color: rgb(172,65,188); }
div.DivClassName
{
background-color: #AC41BC;
}
.BgClassName
{
background-color: #AC41BC;
}
</style>
border-color css
<style>
span { border-color: #AC41BC; }
span { border-color: rgb(172,65,188); }
td.TdClassName
{
border-color: #AC41BC;
}
.TagClassName
{
border-color: #AC41BC;
}
</style>