Shades of Fuchsia #AC40B2
Tints of Fuchsia #AC40B2
RGB
CMYK
RGB Variations
Color information
#AC40B2 (or 0xAC40B2) is known color: Fuchsia. HEX triplet: AC, 40 and B2. RGB value is (172,64,178). Sum of RGB (Red+Green+Blue) = 172+64+178=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 64 (25.39% from 255 or 15.46% from 414); Blue value is 178 (69.92% from 255 or 43.00% from 414); Max value from RGB is 178 - color contains mainly: blue. Hex color #AC40B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC40B2 is #53BF4D. Grayscale: #6C6C6C. Windows color (decimal): -5488462 or 11681964. OLE color: 11681964.
HSL color Cylindrical-coordinate representation of color #AC40B2: hue angle of 296.84º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC40B2 is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 64 | 178 | - |
| CMYK | 0.03 | 0.64 | 0 | 0.30 |
| HSL | 296.84º | 0.47% | 0.47% | - |
| HSV(B) | 296.84º | 0.64% | 0.7% | - |
| XYZ | 26.88 | 15.65 | 43.72 | - |
| YUV | 109.29 | 166.78 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 64 | 178 | 0.03 | 0.64 | 0 | 0.30 | 296.84 | 0.47 | 0.47 |
| Hex | AC | 40 | B2 | 3 | 40 | 0 | 1E | 129 | 2F | 2F |
| Octal | 254 | 100 | 262 | 3 | 100 | 0 | 36 | 451 | 57 | 57 |
| Binary | 10101100 | 1000000 | 10110010 | 11 | 1000000 | 0 | 11110 | 100101001 | 101111 | 101111 |
Color Harmonies of #AC40B2
Complementary color
Monochromatic Colors of #AC40B2
Black with #AC40B2
Text Example
Text Example
White with #AC40B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC40B2; }
p { color: rgb(172,64,178); }
H1.HeaderClassName
{
color: #AC40B2;
}
.AnyTagClassName
{
color: #AC40B2;
}
</style>
background-color css
<style>
a { background-color: #AC40B2; }
a { background-color: rgb(172,64,178); }
div.DivClassName
{
background-color: #AC40B2;
}
.BgClassName
{
background-color: #AC40B2;
}
</style>
border-color css
<style>
span { border-color: #AC40B2; }
span { border-color: rgb(172,64,178); }
td.TdClassName
{
border-color: #AC40B2;
}
.TagClassName
{
border-color: #AC40B2;
}
</style>