Shades of Fuchsia #AC4DB5
Tints of Fuchsia #AC4DB5
RGB
CMYK
RGB Variations
Color information
#AC4DB5 (or 0xAC4DB5) is known color: Fuchsia. HEX triplet: AC, 4D and B5. RGB value is (172,77,181). Sum of RGB (Red+Green+Blue) = 172+77+181=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 77 (30.47% from 255 or 17.91% from 430); Blue value is 181 (71.09% from 255 or 42.09% from 430); Max value from RGB is 181 - color contains mainly: blue. Hex color #AC4DB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4DB5 is #53B24A. Grayscale: #747474. Windows color (decimal): -5485131 or 11881900. OLE color: 11881900.
HSL color Cylindrical-coordinate representation of color #AC4DB5: hue angle of 294.81º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC4DB5 is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 77 | 181 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.29 |
| HSL | 294.81º | 0.41% | 0.51% | - |
| HSV(B) | 294.81º | 0.57% | 0.71% | - |
| XYZ | 28.01 | 17.41 | 45.6 | - |
| YUV | 117.26 | 163.97 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 77 | 181 | 0.05 | 0.57 | 0 | 0.29 | 294.81 | 0.41 | 0.51 |
| Hex | AC | 4D | B5 | 5 | 39 | 0 | 1D | 127 | 29 | 33 |
| Octal | 254 | 115 | 265 | 5 | 71 | 0 | 35 | 447 | 51 | 63 |
| Binary | 10101100 | 1001101 | 10110101 | 101 | 111001 | 0 | 11101 | 100100111 | 101001 | 110011 |
Color Harmonies of #AC4DB5
Complementary color
Monochromatic Colors of #AC4DB5
Black with #AC4DB5
Text Example
Text Example
White with #AC4DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4DB5; }
p { color: rgb(172,77,181); }
H1.HeaderClassName
{
color: #AC4DB5;
}
.AnyTagClassName
{
color: #AC4DB5;
}
</style>
background-color css
<style>
a { background-color: #AC4DB5; }
a { background-color: rgb(172,77,181); }
div.DivClassName
{
background-color: #AC4DB5;
}
.BgClassName
{
background-color: #AC4DB5;
}
</style>
border-color css
<style>
span { border-color: #AC4DB5; }
span { border-color: rgb(172,77,181); }
td.TdClassName
{
border-color: #AC4DB5;
}
.TagClassName
{
border-color: #AC4DB5;
}
</style>