Shades of Fuchsia #AC40AD
Tints of Fuchsia #AC40AD
RGB
CMYK
RGB Variations
Color information
#AC40AD (or 0xAC40AD) is known color: Fuchsia. HEX triplet: AC, 40 and AD. RGB value is (172,64,173). Sum of RGB (Red+Green+Blue) = 172+64+173=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 64 (25.39% from 255 or 15.65% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC40AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC40AD is #53BF52. Grayscale: #6C6C6C. Windows color (decimal): -5488467 or 11354284. OLE color: 11354284.
HSL color Cylindrical-coordinate representation of color #AC40AD: hue angle of 299.45º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC40AD is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 172 | 64 | 173 | - |
| CMYK | 0.01 | 0.63 | 0 | 0.32 |
| HSL | 299.45º | 0.46% | 0.46% | - |
| HSV(B) | 299.45º | 0.63% | 0.68% | - |
| XYZ | 26.39 | 15.45 | 41.13 | - |
| YUV | 108.72 | 164.28 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 64 | 173 | 0.01 | 0.63 | 0 | 0.32 | 299.45 | 0.46 | 0.46 |
| Hex | AC | 40 | AD | 1 | 3F | 0 | 20 | 12B | 2E | 2E |
| Octal | 254 | 100 | 255 | 1 | 77 | 0 | 40 | 453 | 56 | 56 |
| Binary | 10101100 | 1000000 | 10101101 | 1 | 111111 | 0 | 100000 | 100101011 | 101110 | 101110 |
Color Harmonies of #AC40AD
Complementary color
Monochromatic Colors of #AC40AD
Black with #AC40AD
Text Example
Text Example
White with #AC40AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC40AD; }
p { color: rgb(172,64,173); }
H1.HeaderClassName
{
color: #AC40AD;
}
.AnyTagClassName
{
color: #AC40AD;
}
</style>
background-color css
<style>
a { background-color: #AC40AD; }
a { background-color: rgb(172,64,173); }
div.DivClassName
{
background-color: #AC40AD;
}
.BgClassName
{
background-color: #AC40AD;
}
</style>
border-color css
<style>
span { border-color: #AC40AD; }
span { border-color: rgb(172,64,173); }
td.TdClassName
{
border-color: #AC40AD;
}
.TagClassName
{
border-color: #AC40AD;
}
</style>