#AC59B4

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

Shades of Fuchsia #AC59B4

Tints of Fuchsia #AC59B4

Color information

#AC59B4 (or 0xAC59B4) is unknown color: approx Fuchsia. HEX triplet: AC, 59 and B4. RGB value is (172,89,180). Sum of RGB (Red+Green+Blue) = 172+89+180=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 89 (35.16% from 255 or 20.18% from 441); Blue value is 180 (70.70% from 255 or 40.82% from 441); Max value from RGB is 180 - color contains mainly: blue. Hex color #AC59B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC59B4 is #53A64B. Grayscale: #7B7B7B. Windows color (decimal): -5482060 or 11819436. OLE color: 11819436.

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

Color convert

RGB17289180-
CMYK0.040.5100.29
HSL294.73º37.76%52.75%-
HSV(B)294.73º50.56%70.59%-
XYZ28.8219.2145.37-
YUV124.19159.5162.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.00%
GREEN value IS 89 (35.16% from 255) = 20.18%
BLUE value IS 180 (70.70% from 255) = 40.82%
R=39.00%
G=20.18%
B=40.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal172891800.040.5100.29294.7337.7652.75
HexAC59B443301D1272635
Octal2541312644630354474665
Binary10101100101100110110100100110011011101100100111100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC59B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC59B4; }

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

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

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

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

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

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

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

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