Shades of Fuchsia #AC46BC
Tints of Fuchsia #AC46BC
RGB
CMYK
RGB Variations
Color information
#AC46BC (or 0xAC46BC) is known color: Fuchsia. HEX triplet: AC, 46 and BC. RGB value is (172,70,188). Sum of RGB (Red+Green+Blue) = 172+70+188=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 70 (27.73% from 255 or 16.28% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC46BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC46BC is #53B943. Grayscale: #717171. Windows color (decimal): -5486916 or 12338860. OLE color: 12338860.
HSL color Cylindrical-coordinate representation of color #AC46BC: hue angle of 291.86º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC46BC is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 70 | 188 | - |
| CMYK | 0.09 | 0.63 | 0 | 0.26 |
| HSL | 291.86º | 0.47% | 0.51% | - |
| HSV(B) | 291.86º | 0.63% | 0.74% | - |
| XYZ | 28.28 | 16.78 | 49.33 | - |
| YUV | 113.95 | 169.79 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 70 | 188 | 0.09 | 0.63 | 0 | 0.26 | 291.86 | 0.47 | 0.51 |
| Hex | AC | 46 | BC | 9 | 3F | 0 | 1A | 124 | 2F | 33 |
| Octal | 254 | 106 | 274 | 11 | 77 | 0 | 32 | 444 | 57 | 63 |
| Binary | 10101100 | 1000110 | 10111100 | 1001 | 111111 | 0 | 11010 | 100100100 | 101111 | 110011 |
Color Harmonies of #AC46BC
Complementary color
Monochromatic Colors of #AC46BC
Black with #AC46BC
Text Example
Text Example
White with #AC46BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC46BC; }
p { color: rgb(172,70,188); }
H1.HeaderClassName
{
color: #AC46BC;
}
.AnyTagClassName
{
color: #AC46BC;
}
</style>
background-color css
<style>
a { background-color: #AC46BC; }
a { background-color: rgb(172,70,188); }
div.DivClassName
{
background-color: #AC46BC;
}
.BgClassName
{
background-color: #AC46BC;
}
</style>
border-color css
<style>
span { border-color: #AC46BC; }
span { border-color: rgb(172,70,188); }
td.TdClassName
{
border-color: #AC46BC;
}
.TagClassName
{
border-color: #AC46BC;
}
</style>