#AC54B9

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

Shades of Fuchsia #AC54B9

Tints of Fuchsia #AC54B9

Color information

#AC54B9 (or 0xAC54B9) is unknown color: approx Fuchsia. HEX triplet: AC, 54 and B9. RGB value is (172,84,185). Sum of RGB (Red+Green+Blue) = 172+84+185=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 84 (33.20% from 255 or 19.05% from 441); Blue value is 185 (72.66% from 255 or 41.95% from 441); Max value from RGB is 185 - color contains mainly: blue. Hex color #AC54B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC54B9 is #53AB46. Grayscale: #797979. Windows color (decimal): -5483335 or 12145836. OLE color: 12145836.

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

Color convert

RGB17284185-
CMYK0.070.5500.27
HSL292.28º41.91%52.75%-
HSV(B)292.28º54.59%72.55%-
XYZ28.9418.6147.97-
YUV121.83163.65163.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.00%
GREEN value IS 84 (33.20% from 255) = 19.05%
BLUE value IS 185 (72.66% from 255) = 41.95%
R=39.00%
G=19.05%
B=41.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal172841850.070.5500.27292.2841.9152.75
HexAC54B973701B1242a35
Octal2541242717670334445265
Binary10101100101010010111001111110111011011100100100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC54B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC54B9; }

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

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

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

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

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

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

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

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