Shades of Fuchsia #AC3AAD
Tints of Fuchsia #AC3AAD
RGB
CMYK
RGB Variations
Color information
#AC3AAD (or 0xAC3AAD) is known color: Fuchsia. HEX triplet: AC, 3A and AD. RGB value is (172,58,173). Sum of RGB (Red+Green+Blue) = 172+58+173=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 58 (23.05% from 255 or 14.39% from 403); Blue value is 173 (67.97% from 255 or 42.93% from 403); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC3AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3AAD is #53C552. Grayscale: #686868. Windows color (decimal): -5490003 or 11352748. OLE color: 11352748.
HSL color Cylindrical-coordinate representation of color #AC3AAD: hue angle of 299.48º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC3AAD is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 172 | 58 | 173 | - |
| CMYK | 0.01 | 0.66 | 0 | 0.32 |
| HSL | 299.48º | 0.5% | 0.45% | - |
| HSV(B) | 299.48º | 0.66% | 0.68% | - |
| XYZ | 26.07 | 14.81 | 41.02 | - |
| YUV | 105.2 | 166.27 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 58 | 173 | 0.01 | 0.66 | 0 | 0.32 | 299.48 | 0.5 | 0.45 |
| Hex | AC | 3A | AD | 1 | 42 | 0 | 20 | 12B | 32 | 2D |
| Octal | 254 | 72 | 255 | 1 | 102 | 0 | 40 | 453 | 62 | 55 |
| Binary | 10101100 | 111010 | 10101101 | 1 | 1000010 | 0 | 100000 | 100101011 | 110010 | 101101 |
Color Harmonies of #AC3AAD
Complementary color
Monochromatic Colors of #AC3AAD
Black with #AC3AAD
Text Example
Text Example
White with #AC3AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3AAD; }
p { color: rgb(172,58,173); }
H1.HeaderClassName
{
color: #AC3AAD;
}
.AnyTagClassName
{
color: #AC3AAD;
}
</style>
background-color css
<style>
a { background-color: #AC3AAD; }
a { background-color: rgb(172,58,173); }
div.DivClassName
{
background-color: #AC3AAD;
}
.BgClassName
{
background-color: #AC3AAD;
}
</style>
border-color css
<style>
span { border-color: #AC3AAD; }
span { border-color: rgb(172,58,173); }
td.TdClassName
{
border-color: #AC3AAD;
}
.TagClassName
{
border-color: #AC3AAD;
}
</style>