Shades of Fuchsia #AC40AF
Tints of Fuchsia #AC40AF
RGB
CMYK
RGB Variations
Color information
#AC40AF (or 0xAC40AF) is known color: Fuchsia. HEX triplet: AC, 40 and AF. RGB value is (172,64,175). Sum of RGB (Red+Green+Blue) = 172+64+175=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 64 (25.39% from 255 or 15.57% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 175 - color contains mainly: blue. Hex color #AC40AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC40AF is #53BF50. Grayscale: #6C6C6C. Windows color (decimal): -5488465 or 11485356. OLE color: 11485356.
HSL color Cylindrical-coordinate representation of color #AC40AF: hue angle of 298.38º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC40AF is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 64 | 175 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.31 |
| HSL | 298.38º | 0.46% | 0.47% | - |
| HSV(B) | 298.38º | 0.63% | 0.69% | - |
| XYZ | 26.58 | 15.53 | 42.15 | - |
| YUV | 108.95 | 165.28 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 64 | 175 | 0.02 | 0.63 | 0 | 0.31 | 298.38 | 0.46 | 0.47 |
| Hex | AC | 40 | AF | 2 | 3F | 0 | 1F | 12A | 2E | 2F |
| Octal | 254 | 100 | 257 | 2 | 77 | 0 | 37 | 452 | 56 | 57 |
| Binary | 10101100 | 1000000 | 10101111 | 10 | 111111 | 0 | 11111 | 100101010 | 101110 | 101111 |
Color Harmonies of #AC40AF
Complementary color
Monochromatic Colors of #AC40AF
Black with #AC40AF
Text Example
Text Example
White with #AC40AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC40AF; }
p { color: rgb(172,64,175); }
H1.HeaderClassName
{
color: #AC40AF;
}
.AnyTagClassName
{
color: #AC40AF;
}
</style>
background-color css
<style>
a { background-color: #AC40AF; }
a { background-color: rgb(172,64,175); }
div.DivClassName
{
background-color: #AC40AF;
}
.BgClassName
{
background-color: #AC40AF;
}
</style>
border-color css
<style>
span { border-color: #AC40AF; }
span { border-color: rgb(172,64,175); }
td.TdClassName
{
border-color: #AC40AF;
}
.TagClassName
{
border-color: #AC40AF;
}
</style>