#AC54B6

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

Shades of Fuchsia #AC54B6

Tints of Fuchsia #AC54B6

Color information

#AC54B6 (or 0xAC54B6) is unknown color: approx Fuchsia. HEX triplet: AC, 54 and B6. RGB value is (172,84,182). Sum of RGB (Red+Green+Blue) = 172+84+182=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 84 (33.20% from 255 or 19.18% from 438); Blue value is 182 (71.48% from 255 or 41.55% from 438); Max value from RGB is 182 - color contains mainly: blue. Hex color #AC54B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC54B6 is #53AB49. Grayscale: #797979. Windows color (decimal): -5483338 or 11949228. OLE color: 11949228.

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

Color convert

RGB17284182-
CMYK0.050.5400.29
HSL293.88º40.16%52.16%-
HSV(B)293.88º53.85%71.37%-
XYZ28.6318.4946.32-
YUV121.48162.15164.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.27%
GREEN value IS 84 (33.20% from 255) = 19.18%
BLUE value IS 182 (71.48% from 255) = 41.55%
R=39.27%
G=19.18%
B=41.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal172841820.050.5400.29293.8840.1652.16
HexAC54B653601D1262834
Octal2541242665660354465064
Binary10101100101010010110110101110110011101100100110101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC54B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC54B6; }

 p { color: rgb(172,84,182); }

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

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

 a { background-color: rgb(172,84,182); }

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

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

 span { border-color: rgb(172,84,182); }

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