Shades of Fuchsia #AC34AD
Tints of Fuchsia #AC34AD
RGB
CMYK
RGB Variations
Color information
#AC34AD (or 0xAC34AD) is known color: Fuchsia. HEX triplet: AC, 34 and AD. RGB value is (172,52,173). Sum of RGB (Red+Green+Blue) = 172+52+173=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 52 (20.70% from 255 or 13.10% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC34AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC34AD is #53CB52. Grayscale: #656565. Windows color (decimal): -5491539 or 11351212. OLE color: 11351212.
HSL color Cylindrical-coordinate representation of color #AC34AD: hue angle of 299.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC34AD is Cyan = 0.01, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 172 | 52 | 173 | - |
| CMYK | 0.01 | 0.70 | 0 | 0.32 |
| HSL | 299.5º | 0.54% | 0.44% | - |
| HSV(B) | 299.5º | 0.7% | 0.68% | - |
| XYZ | 25.78 | 14.24 | 40.93 | - |
| YUV | 101.67 | 168.26 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 52 | 173 | 0.01 | 0.70 | 0 | 0.32 | 299.5 | 0.54 | 0.44 |
| Hex | AC | 34 | AD | 1 | 46 | 0 | 20 | 12C | 36 | 2C |
| Octal | 254 | 64 | 255 | 1 | 106 | 0 | 40 | 454 | 66 | 54 |
| Binary | 10101100 | 110100 | 10101101 | 1 | 1000110 | 0 | 100000 | 100101100 | 110110 | 101100 |
Color Harmonies of #AC34AD
Complementary color
Monochromatic Colors of #AC34AD
Black with #AC34AD
Text Example
Text Example
White with #AC34AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC34AD; }
p { color: rgb(172,52,173); }
H1.HeaderClassName
{
color: #AC34AD;
}
.AnyTagClassName
{
color: #AC34AD;
}
</style>
background-color css
<style>
a { background-color: #AC34AD; }
a { background-color: rgb(172,52,173); }
div.DivClassName
{
background-color: #AC34AD;
}
.BgClassName
{
background-color: #AC34AD;
}
</style>
border-color css
<style>
span { border-color: #AC34AD; }
span { border-color: rgb(172,52,173); }
td.TdClassName
{
border-color: #AC34AD;
}
.TagClassName
{
border-color: #AC34AD;
}
</style>