Shades of Fuchsia #AC4ABC
Tints of Fuchsia #AC4ABC
RGB
CMYK
RGB Variations
Color information
#AC4ABC (or 0xAC4ABC) is known color: Fuchsia. HEX triplet: AC, 4A and BC. RGB value is (172,74,188). Sum of RGB (Red+Green+Blue) = 172+74+188=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 74 (29.30% from 255 or 17.05% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC4ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC4ABC is #53B543. Grayscale: #737373. Windows color (decimal): -5485892 or 12339884. OLE color: 12339884.
HSL color Cylindrical-coordinate representation of color #AC4ABC: hue angle of 291.58º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AC4ABC is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 74 | 188 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.26 |
| HSL | 291.58º | 0.46% | 0.51% | - |
| HSV(B) | 291.58º | 0.61% | 0.74% | - |
| XYZ | 28.54 | 17.3 | 49.41 | - |
| YUV | 116.3 | 168.47 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 74 | 188 | 0.09 | 0.61 | 0 | 0.26 | 291.58 | 0.46 | 0.51 |
| Hex | AC | 4A | BC | 9 | 3D | 0 | 1A | 124 | 2E | 33 |
| Octal | 254 | 112 | 274 | 11 | 75 | 0 | 32 | 444 | 56 | 63 |
| Binary | 10101100 | 1001010 | 10111100 | 1001 | 111101 | 0 | 11010 | 100100100 | 101110 | 110011 |
Color Harmonies of #AC4ABC
Complementary color
Monochromatic Colors of #AC4ABC
Black with #AC4ABC
Text Example
Text Example
White with #AC4ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4ABC; }
p { color: rgb(172,74,188); }
H1.HeaderClassName
{
color: #AC4ABC;
}
.AnyTagClassName
{
color: #AC4ABC;
}
</style>
background-color css
<style>
a { background-color: #AC4ABC; }
a { background-color: rgb(172,74,188); }
div.DivClassName
{
background-color: #AC4ABC;
}
.BgClassName
{
background-color: #AC4ABC;
}
</style>
border-color css
<style>
span { border-color: #AC4ABC; }
span { border-color: rgb(172,74,188); }
td.TdClassName
{
border-color: #AC4ABC;
}
.TagClassName
{
border-color: #AC4ABC;
}
</style>