Shades of Fuchsia #AC40BE
Tints of Fuchsia #AC40BE
RGB
CMYK
RGB Variations
Color information
#AC40BE (or 0xAC40BE) is known color: Fuchsia. HEX triplet: AC, 40 and BE. RGB value is (172,64,190). Sum of RGB (Red+Green+Blue) = 172+64+190=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 64 (25.39% from 255 or 15.02% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC40BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC40BE is #53BF41. Grayscale: #6E6E6E. Windows color (decimal): -5488450 or 12468396. OLE color: 12468396.
HSL color Cylindrical-coordinate representation of color #AC40BE: hue angle of 291.43º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC40BE is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 64 | 190 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.25 |
| HSL | 291.43º | 0.5% | 0.5% | - |
| HSV(B) | 291.43º | 0.66% | 0.75% | - |
| XYZ | 28.14 | 16.16 | 50.35 | - |
| YUV | 110.66 | 172.78 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 64 | 190 | 0.09 | 0.66 | 0 | 0.25 | 291.43 | 0.5 | 0.5 |
| Hex | AC | 40 | BE | 9 | 42 | 0 | 19 | 123 | 32 | 32 |
| Octal | 254 | 100 | 276 | 11 | 102 | 0 | 31 | 443 | 62 | 62 |
| Binary | 10101100 | 1000000 | 10111110 | 1001 | 1000010 | 0 | 11001 | 100100011 | 110010 | 110010 |
Color Harmonies of #AC40BE
Complementary color
Monochromatic Colors of #AC40BE
Black with #AC40BE
Text Example
Text Example
White with #AC40BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC40BE; }
p { color: rgb(172,64,190); }
H1.HeaderClassName
{
color: #AC40BE;
}
.AnyTagClassName
{
color: #AC40BE;
}
</style>
background-color css
<style>
a { background-color: #AC40BE; }
a { background-color: rgb(172,64,190); }
div.DivClassName
{
background-color: #AC40BE;
}
.BgClassName
{
background-color: #AC40BE;
}
</style>
border-color css
<style>
span { border-color: #AC40BE; }
span { border-color: rgb(172,64,190); }
td.TdClassName
{
border-color: #AC40BE;
}
.TagClassName
{
border-color: #AC40BE;
}
</style>