Shades of Fuchsia #AC3CB3
Tints of Fuchsia #AC3CB3
RGB
CMYK
RGB Variations
Color information
#AC3CB3 (or 0xAC3CB3) is known color: Fuchsia. HEX triplet: AC, 3C and B3. RGB value is (172,60,179). Sum of RGB (Red+Green+Blue) = 172+60+179=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 60 (23.83% from 255 or 14.60% from 411); Blue value is 179 (70.31% from 255 or 43.55% from 411); Max value from RGB is 179 - color contains mainly: blue. Hex color #AC3CB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3CB3 is #53C34C. Grayscale: #6A6A6A. Windows color (decimal): -5489485 or 11746476. OLE color: 11746476.
HSL color Cylindrical-coordinate representation of color #AC3CB3: hue angle of 296.47º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC3CB3 is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
RGB | 172 | 60 | 179 | - |
CMYK | 0.04 | 0.66 | 0 | 0.30 |
HSL | 296.47º | 0.5% | 0.47% | - |
HSV(B) | 296.47º | 0.66% | 0.7% | - |
XYZ | 26.77 | 15.26 | 44.18 | - |
YUV | 107.05 | 168.61 | 174.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 60 | 179 | 0.04 | 0.66 | 0 | 0.30 | 296.47 | 0.5 | 0.47 |
Hex | AC | 3C | B3 | 4 | 42 | 0 | 1E | 128 | 32 | 2F |
Octal | 254 | 74 | 263 | 4 | 102 | 0 | 36 | 450 | 62 | 57 |
Binary | 10101100 | 111100 | 10110011 | 100 | 1000010 | 0 | 11110 | 100101000 | 110010 | 101111 |
Color Harmonies of #AC3CB3
Complementary color
Monochromatic Colors of #AC3CB3
Black with #AC3CB3
Text Example
Text Example
White with #AC3CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3CB3; }
p { color: rgb(172,60,179); }
H1.HeaderClassName
{
color: #AC3CB3;
}
.AnyTagClassName
{
color: #AC3CB3;
}
</style>
background-color css
<style>
a { background-color: #AC3CB3; }
a { background-color: rgb(172,60,179); }
div.DivClassName
{
background-color: #AC3CB3;
}
.BgClassName
{
background-color: #AC3CB3;
}
</style>
border-color css
<style>
span { border-color: #AC3CB3; }
span { border-color: rgb(172,60,179); }
td.TdClassName
{
border-color: #AC3CB3;
}
.TagClassName
{
border-color: #AC3CB3;
}
</style>