Shades of Fuchsia #AC3DB1
Tints of Fuchsia #AC3DB1
RGB
CMYK
RGB Variations
Color information
#AC3DB1 (or 0xAC3DB1) is known color: Fuchsia. HEX triplet: AC, 3D and B1. RGB value is (172,61,177). Sum of RGB (Red+Green+Blue) = 172+61+177=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 61 (24.22% from 255 or 14.88% from 410); Blue value is 177 (69.53% from 255 or 43.17% from 410); Max value from RGB is 177 - color contains mainly: blue. Hex color #AC3DB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3DB1 is #53C24E. Grayscale: #6B6B6B. Windows color (decimal): -5489231 or 11615660. OLE color: 11615660.
HSL color Cylindrical-coordinate representation of color #AC3DB1: hue angle of 297.41º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC3DB1 is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 61 | 177 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.31 |
| HSL | 297.41º | 0.49% | 0.47% | - |
| HSV(B) | 297.41º | 0.66% | 0.69% | - |
| XYZ | 26.62 | 15.28 | 43.14 | - |
| YUV | 107.41 | 167.27 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 61 | 177 | 0.03 | 0.66 | 0 | 0.31 | 297.41 | 0.49 | 0.47 |
| Hex | AC | 3D | B1 | 3 | 42 | 0 | 1F | 129 | 31 | 2F |
| Octal | 254 | 75 | 261 | 3 | 102 | 0 | 37 | 451 | 61 | 57 |
| Binary | 10101100 | 111101 | 10110001 | 11 | 1000010 | 0 | 11111 | 100101001 | 110001 | 101111 |
Color Harmonies of #AC3DB1
Complementary color
Monochromatic Colors of #AC3DB1
Black with #AC3DB1
Text Example
Text Example
White with #AC3DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3DB1; }
p { color: rgb(172,61,177); }
H1.HeaderClassName
{
color: #AC3DB1;
}
.AnyTagClassName
{
color: #AC3DB1;
}
</style>
background-color css
<style>
a { background-color: #AC3DB1; }
a { background-color: rgb(172,61,177); }
div.DivClassName
{
background-color: #AC3DB1;
}
.BgClassName
{
background-color: #AC3DB1;
}
</style>
border-color css
<style>
span { border-color: #AC3DB1; }
span { border-color: rgb(172,61,177); }
td.TdClassName
{
border-color: #AC3DB1;
}
.TagClassName
{
border-color: #AC3DB1;
}
</style>