Shades of Fuchsia #AC4DB3
Tints of Fuchsia #AC4DB3
RGB
CMYK
RGB Variations
Color information
#AC4DB3 (or 0xAC4DB3) is known color: Fuchsia. HEX triplet: AC, 4D and B3. RGB value is (172,77,179). Sum of RGB (Red+Green+Blue) = 172+77+179=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 77 (30.47% from 255 or 17.99% from 428); Blue value is 179 (70.31% from 255 or 41.82% from 428); Max value from RGB is 179 - color contains mainly: blue. Hex color #AC4DB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4DB3 is #53B24C. Grayscale: #747474. Windows color (decimal): -5485133 or 11750828. OLE color: 11750828.
HSL color Cylindrical-coordinate representation of color #AC4DB3: hue angle of 295.88º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC4DB3 is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 77 | 179 | - |
| CMYK | 0.04 | 0.57 | 0 | 0.30 |
| HSL | 295.88º | 0.4% | 0.5% | - |
| HSV(B) | 295.88º | 0.57% | 0.7% | - |
| XYZ | 27.8 | 17.33 | 44.53 | - |
| YUV | 117.03 | 162.97 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 77 | 179 | 0.04 | 0.57 | 0 | 0.30 | 295.88 | 0.4 | 0.5 |
| Hex | AC | 4D | B3 | 4 | 39 | 0 | 1E | 128 | 28 | 32 |
| Octal | 254 | 115 | 263 | 4 | 71 | 0 | 36 | 450 | 50 | 62 |
| Binary | 10101100 | 1001101 | 10110011 | 100 | 111001 | 0 | 11110 | 100101000 | 101000 | 110010 |
Color Harmonies of #AC4DB3
Complementary color
Monochromatic Colors of #AC4DB3
Black with #AC4DB3
Text Example
Text Example
White with #AC4DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4DB3; }
p { color: rgb(172,77,179); }
H1.HeaderClassName
{
color: #AC4DB3;
}
.AnyTagClassName
{
color: #AC4DB3;
}
</style>
background-color css
<style>
a { background-color: #AC4DB3; }
a { background-color: rgb(172,77,179); }
div.DivClassName
{
background-color: #AC4DB3;
}
.BgClassName
{
background-color: #AC4DB3;
}
</style>
border-color css
<style>
span { border-color: #AC4DB3; }
span { border-color: rgb(172,77,179); }
td.TdClassName
{
border-color: #AC4DB3;
}
.TagClassName
{
border-color: #AC4DB3;
}
</style>