Shades of Fuchsia #AC41BD
Tints of Fuchsia #AC41BD
RGB
CMYK
RGB Variations
Color information
#AC41BD (or 0xAC41BD) is known color: Fuchsia. HEX triplet: AC, 41 and BD. RGB value is (172,65,189). Sum of RGB (Red+Green+Blue) = 172+65+189=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 65 (25.78% from 255 or 15.26% from 426); Blue value is 189 (74.22% from 255 or 44.37% from 426); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC41BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC41BD is #53BE42. Grayscale: #6E6E6E. Windows color (decimal): -5488195 or 12403116. OLE color: 12403116.
HSL color Cylindrical-coordinate representation of color #AC41BD: hue angle of 291.77º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC41BD is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 65 | 189 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.26 |
| HSL | 291.77º | 0.49% | 0.5% | - |
| HSV(B) | 291.77º | 0.66% | 0.74% | - |
| XYZ | 28.09 | 16.23 | 49.8 | - |
| YUV | 111.13 | 171.95 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 65 | 189 | 0.09 | 0.66 | 0 | 0.26 | 291.77 | 0.49 | 0.5 |
| Hex | AC | 41 | BD | 9 | 42 | 0 | 1A | 124 | 31 | 32 |
| Octal | 254 | 101 | 275 | 11 | 102 | 0 | 32 | 444 | 61 | 62 |
| Binary | 10101100 | 1000001 | 10111101 | 1001 | 1000010 | 0 | 11010 | 100100100 | 110001 | 110010 |
Color Harmonies of #AC41BD
Complementary color
Monochromatic Colors of #AC41BD
Black with #AC41BD
Text Example
Text Example
White with #AC41BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC41BD; }
p { color: rgb(172,65,189); }
H1.HeaderClassName
{
color: #AC41BD;
}
.AnyTagClassName
{
color: #AC41BD;
}
</style>
background-color css
<style>
a { background-color: #AC41BD; }
a { background-color: rgb(172,65,189); }
div.DivClassName
{
background-color: #AC41BD;
}
.BgClassName
{
background-color: #AC41BD;
}
</style>
border-color css
<style>
span { border-color: #AC41BD; }
span { border-color: rgb(172,65,189); }
td.TdClassName
{
border-color: #AC41BD;
}
.TagClassName
{
border-color: #AC41BD;
}
</style>