Shades of Fuchsia #AC3AAB
Tints of Fuchsia #AC3AAB
RGB
CMYK
RGB Variations
Color information
#AC3AAB (or 0xAC3AAB) is known color: Fuchsia. HEX triplet: AC, 3A and AB. RGB value is (172,58,171). Sum of RGB (Red+Green+Blue) = 172+58+171=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 58 (23.05% from 255 or 14.46% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3AAB is #53C554. Grayscale: #686868. Windows color (decimal): -5490005 or 11221676. OLE color: 11221676.
HSL color Cylindrical-coordinate representation of color #AC3AAB: hue angle of 300.53º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC3AAB is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 58 | 171 | - |
| CMYK | 0 | 0.66 | 0.01 | 0.33 |
| HSL | 300.53º | 0.5% | 0.45% | - |
| HSV(B) | 300.53º | 0.66% | 0.67% | - |
| XYZ | 25.88 | 14.74 | 40.01 | - |
| YUV | 104.97 | 165.27 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 58 | 171 | 0 | 0.66 | 0.01 | 0.33 | 300.53 | 0.5 | 0.45 |
| Hex | AC | 3A | AB | 0 | 42 | 1 | 21 | 12D | 32 | 2D |
| Octal | 254 | 72 | 253 | 0 | 102 | 1 | 41 | 455 | 62 | 55 |
| Binary | 10101100 | 111010 | 10101011 | 0 | 1000010 | 1 | 100001 | 100101101 | 110010 | 101101 |
Color Harmonies of #AC3AAB
Complementary color
Monochromatic Colors of #AC3AAB
Black with #AC3AAB
Text Example
Text Example
White with #AC3AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3AAB; }
p { color: rgb(172,58,171); }
H1.HeaderClassName
{
color: #AC3AAB;
}
.AnyTagClassName
{
color: #AC3AAB;
}
</style>
background-color css
<style>
a { background-color: #AC3AAB; }
a { background-color: rgb(172,58,171); }
div.DivClassName
{
background-color: #AC3AAB;
}
.BgClassName
{
background-color: #AC3AAB;
}
</style>
border-color css
<style>
span { border-color: #AC3AAB; }
span { border-color: rgb(172,58,171); }
td.TdClassName
{
border-color: #AC3AAB;
}
.TagClassName
{
border-color: #AC3AAB;
}
</style>