Shades of Fuchsia #AC42AD
Tints of Fuchsia #AC42AD
RGB
CMYK
RGB Variations
Color information
#AC42AD (or 0xAC42AD) is known color: Fuchsia. HEX triplet: AC, 42 and AD. RGB value is (172,66,173). Sum of RGB (Red+Green+Blue) = 172+66+173=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 66 (26.17% from 255 or 16.06% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC42AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC42AD is #53BD52. Grayscale: #6D6D6D. Windows color (decimal): -5487955 or 11354796. OLE color: 11354796.
HSL color Cylindrical-coordinate representation of color #AC42AD: hue angle of 299.44º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC42AD is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 172 | 66 | 173 | - |
| CMYK | 0.01 | 0.62 | 0 | 0.32 |
| HSL | 299.44º | 0.45% | 0.47% | - |
| HSV(B) | 299.44º | 0.62% | 0.68% | - |
| XYZ | 26.5 | 15.68 | 41.17 | - |
| YUV | 109.89 | 163.62 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 66 | 173 | 0.01 | 0.62 | 0 | 0.32 | 299.44 | 0.45 | 0.47 |
| Hex | AC | 42 | AD | 1 | 3E | 0 | 20 | 12B | 2D | 2F |
| Octal | 254 | 102 | 255 | 1 | 76 | 0 | 40 | 453 | 55 | 57 |
| Binary | 10101100 | 1000010 | 10101101 | 1 | 111110 | 0 | 100000 | 100101011 | 101101 | 101111 |
Color Harmonies of #AC42AD
Complementary color
Monochromatic Colors of #AC42AD
Black with #AC42AD
Text Example
Text Example
White with #AC42AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC42AD; }
p { color: rgb(172,66,173); }
H1.HeaderClassName
{
color: #AC42AD;
}
.AnyTagClassName
{
color: #AC42AD;
}
</style>
background-color css
<style>
a { background-color: #AC42AD; }
a { background-color: rgb(172,66,173); }
div.DivClassName
{
background-color: #AC42AD;
}
.BgClassName
{
background-color: #AC42AD;
}
</style>
border-color css
<style>
span { border-color: #AC42AD; }
span { border-color: rgb(172,66,173); }
td.TdClassName
{
border-color: #AC42AD;
}
.TagClassName
{
border-color: #AC42AD;
}
</style>