Shades of Fuchsia #AC5CB6
Tints of Fuchsia #AC5CB6
RGB
CMYK
RGB Variations
Color information
#AC5CB6 (or 0xAC5CB6) is known color: Fuchsia. HEX triplet: AC, 5C and B6. RGB value is (172,92,182). Sum of RGB (Red+Green+Blue) = 172+92+182=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 92 (36.33% from 255 or 20.63% from 446); Blue value is 182 (71.48% from 255 or 40.81% from 446); Max value from RGB is 182 - color contains mainly: blue. Hex color #AC5CB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5CB6 is #53A349. Grayscale: #7D7D7D. Windows color (decimal): -5481290 or 11951276. OLE color: 11951276.
HSL color Cylindrical-coordinate representation of color #AC5CB6: hue angle of 293.33º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AC5CB6 is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 172 | 92 | 182 | - |
CMYK | 0.05 | 0.49 | 0 | 0.29 |
HSL | 293.33º | 0.38% | 0.54% | - |
HSV(B) | 293.33º | 0.49% | 0.71% | - |
XYZ | 29.28 | 19.8 | 46.53 | - |
YUV | 126.18 | 159.5 | 160.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 92 | 182 | 0.05 | 0.49 | 0 | 0.29 | 293.33 | 0.38 | 0.54 |
Hex | AC | 5C | B6 | 5 | 31 | 0 | 1D | 125 | 26 | 36 |
Octal | 254 | 134 | 266 | 5 | 61 | 0 | 35 | 445 | 46 | 66 |
Binary | 10101100 | 1011100 | 10110110 | 101 | 110001 | 0 | 11101 | 100100101 | 100110 | 110110 |
Color Harmonies of #AC5CB6
Complementary color
Monochromatic Colors of #AC5CB6
Black with #AC5CB6
Text Example
Text Example
White with #AC5CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5CB6; }
p { color: rgb(172,92,182); }
H1.HeaderClassName
{
color: #AC5CB6;
}
.AnyTagClassName
{
color: #AC5CB6;
}
</style>
background-color css
<style>
a { background-color: #AC5CB6; }
a { background-color: rgb(172,92,182); }
div.DivClassName
{
background-color: #AC5CB6;
}
.BgClassName
{
background-color: #AC5CB6;
}
</style>
border-color css
<style>
span { border-color: #AC5CB6; }
span { border-color: rgb(172,92,182); }
td.TdClassName
{
border-color: #AC5CB6;
}
.TagClassName
{
border-color: #AC5CB6;
}
</style>