#AC54B5

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

Shades of Fuchsia #AC54B5

Tints of Fuchsia #AC54B5

Color information

#AC54B5 (or 0xAC54B5) is unknown color: approx Fuchsia. HEX triplet: AC, 54 and B5. RGB value is (172,84,181). Sum of RGB (Red+Green+Blue) = 172+84+181=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 84 (33.20% from 255 or 19.22% from 437); Blue value is 181 (71.09% from 255 or 41.42% from 437); Max value from RGB is 181 - color contains mainly: blue. Hex color #AC54B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC54B5 is #53AB4A. Grayscale: #797979. Windows color (decimal): -5483339 or 11883692. OLE color: 11883692.

HSL color Cylindrical-coordinate representation of color #AC54B5: hue angle of 294.43º 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 #AC54B5 is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17284181-
CMYK0.050.5400.29
HSL294.43º39.59%51.96%-
HSV(B)294.43º53.59%70.98%-
XYZ28.5218.4545.77-
YUV121.37161.65164.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.36%
GREEN value IS 84 (33.20% from 255) = 19.22%
BLUE value IS 181 (71.09% from 255) = 41.42%
R=39.36%
G=19.22%
B=41.42%

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
Decimal172841810.050.5400.29294.4339.5951.96
HexAC54B553601D1262834
Octal2541242655660354465064
Binary10101100101010010110101101110110011101100100110101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC54B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC54B5; }

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

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

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

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

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

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

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

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