#AC3CAC

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

Shades of Fuchsia #AC3CAC

Tints of Fuchsia #AC3CAC

Color information

#AC3CAC (or 0xAC3CAC) is unknown color: approx Fuchsia. HEX triplet: AC, 3C and AC. RGB value is (172,60,172). Sum of RGB (Red+Green+Blue) = 172+60+172=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 60 (23.83% from 255 or 14.85% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC3CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3CAC is #53C353. Grayscale: #696969. Windows color (decimal): -5489492 or 11287724. OLE color: 11287724.

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

Color convert

RGB17260172-
CMYK00.6500.33
HSL300º48.28%45.49%-
HSV(B)300º65.12%67.45%-
XYZ26.0814.9840.55-
YUV106.26165.11174.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.57%
GREEN value IS 60 (23.83% from 255) = 14.85%
BLUE value IS 172 (67.58% from 255) = 42.57%
R=42.57%
G=14.85%
B=42.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726017200.6500.3330048.2845.49
HexAC3CAC04102112c302d
Octal2547425401010414546055
Binary1010110011110010101100010000010100001100101100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3CAC; }

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

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

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

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

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

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

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

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