#AC56B9

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

Shades of Fuchsia #AC56B9

Tints of Fuchsia #AC56B9

Color information

#AC56B9 (or 0xAC56B9) is unknown color: approx Fuchsia. HEX triplet: AC, 56 and B9. RGB value is (172,86,185). Sum of RGB (Red+Green+Blue) = 172+86+185=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 86 (33.98% from 255 or 19.41% from 443); Blue value is 185 (72.66% from 255 or 41.76% from 443); Max value from RGB is 185 - color contains mainly: blue. Hex color #AC56B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC56B9 is #53A946. Grayscale: #7A7A7A. Windows color (decimal): -5482823 or 12146348. OLE color: 12146348.

HSL color Cylindrical-coordinate representation of color #AC56B9: hue angle of 292.12º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AC56B9 is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17286185-
CMYK0.070.5400.27
HSL292.12º41.42%53.14%-
HSV(B)292.12º53.51%72.55%-
XYZ29.118.9348.02-
YUV123162.99162.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.83%
GREEN value IS 86 (33.98% from 255) = 19.41%
BLUE value IS 185 (72.66% from 255) = 41.76%
R=38.83%
G=19.41%
B=41.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal172861850.070.5400.27292.1241.4253.14
HexAC56B973601B1242935
Octal2541262717660334445165
Binary10101100101011010111001111110110011011100100100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC56B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC56B9; }

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

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

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

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

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

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

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

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