#AC54B4

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

Shades of Fuchsia #AC54B4

Tints of Fuchsia #AC54B4

Color information

#AC54B4 (or 0xAC54B4) is unknown color: approx Fuchsia. HEX triplet: AC, 54 and B4. RGB value is (172,84,180). Sum of RGB (Red+Green+Blue) = 172+84+180=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 84 (33.20% from 255 or 19.27% from 436); Blue value is 180 (70.70% from 255 or 41.28% from 436); Max value from RGB is 180 - color contains mainly: blue. Hex color #AC54B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC54B4 is #53AB4B. Grayscale: #787878. Windows color (decimal): -5483340 or 11818156. OLE color: 11818156.

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

Color convert

RGB17284180-
CMYK0.040.5300.29
HSL295º39.02%51.76%-
HSV(B)295º53.33%70.59%-
XYZ28.4218.4145.23-
YUV121.26161.15164.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.45%
GREEN value IS 84 (33.20% from 255) = 19.27%
BLUE value IS 180 (70.70% from 255) = 41.28%
R=39.45%
G=19.27%
B=41.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal172841800.040.5300.2929539.0251.76
HexAC54B443501D1272734
Octal2541242644650354474764
Binary10101100101010010110100100110101011101100100111100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC54B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC54B4; }

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

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

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

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

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

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

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

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