Shades of Fuchsia #AC40B9
Tints of Fuchsia #AC40B9
RGB
CMYK
RGB Variations
Color information
#AC40B9 (or 0xAC40B9) is known color: Fuchsia. HEX triplet: AC, 40 and B9. RGB value is (172,64,185). Sum of RGB (Red+Green+Blue) = 172+64+185=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 64 (25.39% from 255 or 15.20% from 421); Blue value is 185 (72.66% from 255 or 43.94% from 421); Max value from RGB is 185 - color contains mainly: blue. Hex color #AC40B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC40B9 is #53BF46. Grayscale: #6D6D6D. Windows color (decimal): -5488455 or 12140716. OLE color: 12140716.
HSL color Cylindrical-coordinate representation of color #AC40B9: hue angle of 293.55º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC40B9 is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 64 | 185 | - |
| CMYK | 0.07 | 0.65 | 0 | 0.27 |
| HSL | 293.55º | 0.49% | 0.49% | - |
| HSV(B) | 293.55º | 0.65% | 0.73% | - |
| XYZ | 27.6 | 15.94 | 47.52 | - |
| YUV | 110.09 | 170.28 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 64 | 185 | 0.07 | 0.65 | 0 | 0.27 | 293.55 | 0.49 | 0.49 |
| Hex | AC | 40 | B9 | 7 | 41 | 0 | 1B | 126 | 31 | 31 |
| Octal | 254 | 100 | 271 | 7 | 101 | 0 | 33 | 446 | 61 | 61 |
| Binary | 10101100 | 1000000 | 10111001 | 111 | 1000001 | 0 | 11011 | 100100110 | 110001 | 110001 |
Color Harmonies of #AC40B9
Complementary color
Monochromatic Colors of #AC40B9
Black with #AC40B9
Text Example
Text Example
White with #AC40B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC40B9; }
p { color: rgb(172,64,185); }
H1.HeaderClassName
{
color: #AC40B9;
}
.AnyTagClassName
{
color: #AC40B9;
}
</style>
background-color css
<style>
a { background-color: #AC40B9; }
a { background-color: rgb(172,64,185); }
div.DivClassName
{
background-color: #AC40B9;
}
.BgClassName
{
background-color: #AC40B9;
}
</style>
border-color css
<style>
span { border-color: #AC40B9; }
span { border-color: rgb(172,64,185); }
td.TdClassName
{
border-color: #AC40B9;
}
.TagClassName
{
border-color: #AC40B9;
}
</style>