#AC40AC

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

Shades of Fuchsia #AC40AC

Tints of Fuchsia #AC40AC

Color information

#AC40AC (or 0xAC40AC) is unknown color: approx Fuchsia. HEX triplet: AC, 40 and AC. RGB value is (172,64,172). Sum of RGB (Red+Green+Blue) = 172+64+172=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 64 (25.39% from 255 or 15.69% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC40AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC40AC is #53BF53. Grayscale: #6C6C6C. Windows color (decimal): -5488468 or 11288748. OLE color: 11288748.

HSL color Cylindrical-coordinate representation of color #AC40AC: hue angle of 300º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC40AC is Cyan = 0, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB17264172-
CMYK00.6300.33
HSL300º45.76%46.27%-
HSV(B)300º62.79%67.45%-
XYZ26.2915.4240.62-
YUV108.6163.78173.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.16%
GREEN value IS 64 (25.39% from 255) = 15.69%
BLUE value IS 172 (67.58% from 255) = 42.16%
R=42.16%
G=15.69%
B=42.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726417200.6300.3330045.7646.27
HexAC40AC03F02112c2e2e
Octal2541002540770414545656
Binary1010110010000001010110001111110100001100101100101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC40AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC40AC; }

 p { color: rgb(172,64,172); }

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

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

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

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

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

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

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