Shades of Fuchsia #AC4BBA
Tints of Fuchsia #AC4BBA
RGB
CMYK
RGB Variations
Color information
#AC4BBA (or 0xAC4BBA) is known color: Fuchsia. HEX triplet: AC, 4B and BA. RGB value is (172,75,186). Sum of RGB (Red+Green+Blue) = 172+75+186=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 75 (29.69% from 255 or 17.32% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC4BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC4BBA is #53B445. Grayscale: #747474. Windows color (decimal): -5485638 or 12209068. OLE color: 12209068.
HSL color Cylindrical-coordinate representation of color #AC4BBA: hue angle of 292.43º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC4BBA is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 75 | 186 | - |
| CMYK | 0.08 | 0.60 | 0 | 0.27 |
| HSL | 292.43º | 0.45% | 0.51% | - |
| HSV(B) | 292.43º | 0.6% | 0.73% | - |
| XYZ | 28.39 | 17.35 | 48.31 | - |
| YUV | 116.66 | 167.14 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 75 | 186 | 0.08 | 0.60 | 0 | 0.27 | 292.43 | 0.45 | 0.51 |
| Hex | AC | 4B | BA | 8 | 3C | 0 | 1B | 124 | 2D | 33 |
| Octal | 254 | 113 | 272 | 10 | 74 | 0 | 33 | 444 | 55 | 63 |
| Binary | 10101100 | 1001011 | 10111010 | 1000 | 111100 | 0 | 11011 | 100100100 | 101101 | 110011 |
Color Harmonies of #AC4BBA
Complementary color
Monochromatic Colors of #AC4BBA
Black with #AC4BBA
Text Example
Text Example
White with #AC4BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4BBA; }
p { color: rgb(172,75,186); }
H1.HeaderClassName
{
color: #AC4BBA;
}
.AnyTagClassName
{
color: #AC4BBA;
}
</style>
background-color css
<style>
a { background-color: #AC4BBA; }
a { background-color: rgb(172,75,186); }
div.DivClassName
{
background-color: #AC4BBA;
}
.BgClassName
{
background-color: #AC4BBA;
}
</style>
border-color css
<style>
span { border-color: #AC4BBA; }
span { border-color: rgb(172,75,186); }
td.TdClassName
{
border-color: #AC4BBA;
}
.TagClassName
{
border-color: #AC4BBA;
}
</style>