Shades of Fuchsia #AC3DB0
Tints of Fuchsia #AC3DB0
RGB
CMYK
RGB Variations
Color information
#AC3DB0 (or 0xAC3DB0) is known color: Fuchsia. HEX triplet: AC, 3D and B0. RGB value is (172,61,176). Sum of RGB (Red+Green+Blue) = 172+61+176=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 61 (24.22% from 255 or 14.91% from 409); Blue value is 176 (69.14% from 255 or 43.03% from 409); Max value from RGB is 176 - color contains mainly: blue. Hex color #AC3DB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3DB0 is #53C24F. Grayscale: #6A6A6A. Windows color (decimal): -5489232 or 11550124. OLE color: 11550124.
HSL color Cylindrical-coordinate representation of color #AC3DB0: hue angle of 297.91º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC3DB0 is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 61 | 176 | - |
| CMYK | 0.02 | 0.65 | 0 | 0.31 |
| HSL | 297.91º | 0.49% | 0.46% | - |
| HSV(B) | 297.91º | 0.65% | 0.69% | - |
| XYZ | 26.52 | 15.24 | 42.62 | - |
| YUV | 107.3 | 166.77 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 61 | 176 | 0.02 | 0.65 | 0 | 0.31 | 297.91 | 0.49 | 0.46 |
| Hex | AC | 3D | B0 | 2 | 41 | 0 | 1F | 12A | 31 | 2E |
| Octal | 254 | 75 | 260 | 2 | 101 | 0 | 37 | 452 | 61 | 56 |
| Binary | 10101100 | 111101 | 10110000 | 10 | 1000001 | 0 | 11111 | 100101010 | 110001 | 101110 |
Color Harmonies of #AC3DB0
Complementary color
Monochromatic Colors of #AC3DB0
Black with #AC3DB0
Text Example
Text Example
White with #AC3DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3DB0; }
p { color: rgb(172,61,176); }
H1.HeaderClassName
{
color: #AC3DB0;
}
.AnyTagClassName
{
color: #AC3DB0;
}
</style>
background-color css
<style>
a { background-color: #AC3DB0; }
a { background-color: rgb(172,61,176); }
div.DivClassName
{
background-color: #AC3DB0;
}
.BgClassName
{
background-color: #AC3DB0;
}
</style>
border-color css
<style>
span { border-color: #AC3DB0; }
span { border-color: rgb(172,61,176); }
td.TdClassName
{
border-color: #AC3DB0;
}
.TagClassName
{
border-color: #AC3DB0;
}
</style>