Shades of Fuchsia #AC4DB1
Tints of Fuchsia #AC4DB1
RGB
CMYK
RGB Variations
Color information
#AC4DB1 (or 0xAC4DB1) is known color: Fuchsia. HEX triplet: AC, 4D and B1. RGB value is (172,77,177). Sum of RGB (Red+Green+Blue) = 172+77+177=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 77 (30.47% from 255 or 18.08% from 426); Blue value is 177 (69.53% from 255 or 41.55% from 426); Max value from RGB is 177 - color contains mainly: blue. Hex color #AC4DB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC4DB1 is #53B24E. Grayscale: #747474. Windows color (decimal): -5485135 or 11619756. OLE color: 11619756.
HSL color Cylindrical-coordinate representation of color #AC4DB1: hue angle of 297º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC4DB1 is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 77 | 177 | - |
| CMYK | 0.03 | 0.56 | 0 | 0.31 |
| HSL | 297º | 0.39% | 0.5% | - |
| HSV(B) | 297º | 0.56% | 0.69% | - |
| XYZ | 27.6 | 17.25 | 43.47 | - |
| YUV | 116.81 | 161.97 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 77 | 177 | 0.03 | 0.56 | 0 | 0.31 | 297 | 0.39 | 0.5 |
| Hex | AC | 4D | B1 | 3 | 38 | 0 | 1F | 129 | 27 | 32 |
| Octal | 254 | 115 | 261 | 3 | 70 | 0 | 37 | 451 | 47 | 62 |
| Binary | 10101100 | 1001101 | 10110001 | 11 | 111000 | 0 | 11111 | 100101001 | 100111 | 110010 |
Color Harmonies of #AC4DB1
Complementary color
Monochromatic Colors of #AC4DB1
Black with #AC4DB1
Text Example
Text Example
White with #AC4DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4DB1; }
p { color: rgb(172,77,177); }
H1.HeaderClassName
{
color: #AC4DB1;
}
.AnyTagClassName
{
color: #AC4DB1;
}
</style>
background-color css
<style>
a { background-color: #AC4DB1; }
a { background-color: rgb(172,77,177); }
div.DivClassName
{
background-color: #AC4DB1;
}
.BgClassName
{
background-color: #AC4DB1;
}
</style>
border-color css
<style>
span { border-color: #AC4DB1; }
span { border-color: rgb(172,77,177); }
td.TdClassName
{
border-color: #AC4DB1;
}
.TagClassName
{
border-color: #AC4DB1;
}
</style>