#AC39AC

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

Shades of Fuchsia #AC39AC

Tints of Fuchsia #AC39AC

Color information

#AC39AC (or 0xAC39AC) is unknown color: approx Fuchsia. HEX triplet: AC, 39 and AC. RGB value is (172,57,172). Sum of RGB (Red+Green+Blue) = 172+57+172=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 57 (22.66% from 255 or 14.21% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC39AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC39AC is #53C653. Grayscale: #686868. Windows color (decimal): -5490260 or 11286956. OLE color: 11286956.

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

Color convert

RGB17257172-
CMYK00.6700.33
HSL300º50.22%44.9%-
HSV(B)300º66.86%67.45%-
XYZ25.9214.6840.5-
YUV104.5166.1176.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.89%
GREEN value IS 57 (22.66% from 255) = 14.21%
BLUE value IS 172 (67.58% from 255) = 42.89%
R=42.89%
G=14.21%
B=42.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725717200.6700.3330050.2244.9
HexAC39AC04302112c322d
Octal2547125401030414546255
Binary1010110011100110101100010000110100001100101100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC39AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC39AC; }

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

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

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

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

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

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

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

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