#AC56B4

Color #AC56B4 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #AC56B4

Tints of Fuchsia #AC56B4

Color information

#AC56B4 (or 0xAC56B4) is unknown color: approx Fuchsia. HEX triplet: AC, 56 and B4. RGB value is (172,86,180). Sum of RGB (Red+Green+Blue) = 172+86+180=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 86 (33.98% from 255 or 19.63% from 438); Blue value is 180 (70.70% from 255 or 41.10% from 438); Max value from RGB is 180 - color contains mainly: blue. Hex color #AC56B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC56B4 is #53A94B. Grayscale: #7A7A7A. Windows color (decimal): -5482828 or 11818668. OLE color: 11818668.

HSL color Cylindrical-coordinate representation of color #AC56B4: hue angle of 294.89º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC56B4 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17286180-
CMYK0.040.5200.29
HSL294.89º38.52%52.16%-
HSV(B)294.89º52.22%70.59%-
XYZ28.5818.7245.29-
YUV122.43160.49163.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 172 (67.58% from 255) = 39.27%
GREEN value IS 86 (33.98% from 255) = 19.63%
BLUE value IS 180 (70.70% from 255) = 41.10%
R=39.27%
G=19.63%
B=41.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal172861800.040.5200.29294.8938.5252.16
HexAC56B443401D1272734
Octal2541262644640354474764
Binary10101100101011010110100100110100011101100100111100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC56B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC56B4; }

 p { color: rgb(172,86,180); }

 H1.HeaderClassName
 {
   color: #AC56B4;
 }
 .AnyTagClassName
 {
   color: #AC56B4;
 }
</style>
background-color css

<style>
 a { background-color: #AC56B4; }

 a { background-color: rgb(172,86,180); }

 div.DivClassName
 {
   background-color: #AC56B4;
 }
 .BgClassName
 {
   background-color: #AC56B4;
 }
</style>
border-color css

<style>
 span { border-color: #AC56B4; }

 span { border-color: rgb(172,86,180); }

 td.TdClassName
 {
   border-color: #AC56B4;
 }
 .TagClassName
 {
   border-color: #AC56B4;
 }
</style>