Shades of Fuchsia #AC43BD
Tints of Fuchsia #AC43BD
RGB
CMYK
RGB Variations
Color information
#AC43BD (or 0xAC43BD) is known color: Fuchsia. HEX triplet: AC, 43 and BD. RGB value is (172,67,189). Sum of RGB (Red+Green+Blue) = 172+67+189=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 67 (26.56% from 255 or 15.65% from 428); Blue value is 189 (74.22% from 255 or 44.16% from 428); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC43BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC43BD is #53BC42. Grayscale: #6F6F6F. Windows color (decimal): -5487683 or 12403628. OLE color: 12403628.
HSL color Cylindrical-coordinate representation of color #AC43BD: hue angle of 291.64º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC43BD is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 67 | 189 | - |
| CMYK | 0.09 | 0.65 | 0 | 0.26 |
| HSL | 291.64º | 0.48% | 0.5% | - |
| HSV(B) | 291.64º | 0.65% | 0.74% | - |
| XYZ | 28.21 | 16.46 | 49.83 | - |
| YUV | 112.3 | 171.29 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 67 | 189 | 0.09 | 0.65 | 0 | 0.26 | 291.64 | 0.48 | 0.5 |
| Hex | AC | 43 | BD | 9 | 41 | 0 | 1A | 124 | 30 | 32 |
| Octal | 254 | 103 | 275 | 11 | 101 | 0 | 32 | 444 | 60 | 62 |
| Binary | 10101100 | 1000011 | 10111101 | 1001 | 1000001 | 0 | 11010 | 100100100 | 110000 | 110010 |
Color Harmonies of #AC43BD
Complementary color
Monochromatic Colors of #AC43BD
Black with #AC43BD
Text Example
Text Example
White with #AC43BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC43BD; }
p { color: rgb(172,67,189); }
H1.HeaderClassName
{
color: #AC43BD;
}
.AnyTagClassName
{
color: #AC43BD;
}
</style>
background-color css
<style>
a { background-color: #AC43BD; }
a { background-color: rgb(172,67,189); }
div.DivClassName
{
background-color: #AC43BD;
}
.BgClassName
{
background-color: #AC43BD;
}
</style>
border-color css
<style>
span { border-color: #AC43BD; }
span { border-color: rgb(172,67,189); }
td.TdClassName
{
border-color: #AC43BD;
}
.TagClassName
{
border-color: #AC43BD;
}
</style>