Shades of Fuchsia #AC36AD
Tints of Fuchsia #AC36AD
RGB
CMYK
RGB Variations
Color information
#AC36AD (or 0xAC36AD) is known color: Fuchsia. HEX triplet: AC, 36 and AD. RGB value is (172,54,173). Sum of RGB (Red+Green+Blue) = 172+54+173=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 54 (21.48% from 255 or 13.53% from 399); Blue value is 173 (67.97% from 255 or 43.36% from 399); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC36AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC36AD is #53C952. Grayscale: #666666. Windows color (decimal): -5491027 or 11351724. OLE color: 11351724.
HSL color Cylindrical-coordinate representation of color #AC36AD: hue angle of 299.5º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC36AD is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 172 | 54 | 173 | - |
| CMYK | 0.01 | 0.69 | 0 | 0.32 |
| HSL | 299.5º | 0.52% | 0.45% | - |
| HSV(B) | 299.5º | 0.69% | 0.68% | - |
| XYZ | 25.88 | 14.43 | 40.96 | - |
| YUV | 102.85 | 167.59 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 54 | 173 | 0.01 | 0.69 | 0 | 0.32 | 299.5 | 0.52 | 0.45 |
| Hex | AC | 36 | AD | 1 | 45 | 0 | 20 | 12B | 34 | 2D |
| Octal | 254 | 66 | 255 | 1 | 105 | 0 | 40 | 453 | 64 | 55 |
| Binary | 10101100 | 110110 | 10101101 | 1 | 1000101 | 0 | 100000 | 100101011 | 110100 | 101101 |
Color Harmonies of #AC36AD
Complementary color
Monochromatic Colors of #AC36AD
Black with #AC36AD
Text Example
Text Example
White with #AC36AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC36AD; }
p { color: rgb(172,54,173); }
H1.HeaderClassName
{
color: #AC36AD;
}
.AnyTagClassName
{
color: #AC36AD;
}
</style>
background-color css
<style>
a { background-color: #AC36AD; }
a { background-color: rgb(172,54,173); }
div.DivClassName
{
background-color: #AC36AD;
}
.BgClassName
{
background-color: #AC36AD;
}
</style>
border-color css
<style>
span { border-color: #AC36AD; }
span { border-color: rgb(172,54,173); }
td.TdClassName
{
border-color: #AC36AD;
}
.TagClassName
{
border-color: #AC36AD;
}
</style>