#ac3fac

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

Shades of Fuchsia #AC3FAC

Tints of Fuchsia #AC3FAC

Color information

#AC3FAC (or 0xAC3FAC) is unknown color: approx Fuchsia. HEX triplet: AC, 3F and AC. RGB value is (172,63,172). Sum of RGB (Red+Green+Blue) = 172+63+172=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 63 (25% from 255 or 15.48% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC3FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3FAC is #53C053. Grayscale: #6B6B6B. Windows color (decimal): -5488724 or 11288492. OLE color: 11288492.

HSL color Cylindrical-coordinate representation of color #AC3FAC: 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 #AC3FAC is Cyan = 0, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB17263172-
CMYK00.6300.33
HSL300º46.38%46.08%-
HSV(B)300º63.37%67.45%-
XYZ26.2415.340.6-
YUV108.02164.11173.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.26%
GREEN value IS 63 (25% from 255) = 15.48%
BLUE value IS 172 (67.58% from 255) = 42.26%
R=42.26%
G=15.48%
B=42.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726317200.6300.3330046.3846.08
HexAC3FAC03F02112c2e2e
Octal254772540770414545656
Binary101011001111111010110001111110100001100101100101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac3fac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac3fac; }

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

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

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

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

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

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

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

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