#AC3FB3

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

Shades of Fuchsia #AC3FB3

Tints of Fuchsia #AC3FB3

Color information

#AC3FB3 (or 0xAC3FB3) is unknown color: approx Fuchsia. HEX triplet: AC, 3F and B3. RGB value is (172,63,179). Sum of RGB (Red+Green+Blue) = 172+63+179=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 63 (25% from 255 or 15.22% from 414); Blue value is 179 (70.31% from 255 or 43.24% from 414); Max value from RGB is 179 - color contains mainly: blue. Hex color #AC3FB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3FB3 is #53C04C. Grayscale: #6C6C6C. Windows color (decimal): -5488717 or 11747244. OLE color: 11747244.

HSL color Cylindrical-coordinate representation of color #AC3FB3: hue angle of 296.38º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC3FB3 is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17263179-
CMYK0.040.6500.30
HSL296.38º47.93%47.45%-
HSV(B)296.38º64.8%70.2%-
XYZ26.9315.5844.24-
YUV108.82167.61173.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.55%
GREEN value IS 63 (25% from 255) = 15.22%
BLUE value IS 179 (70.31% from 255) = 43.24%
R=41.55%
G=15.22%
B=43.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal172631790.040.6500.30296.3847.9347.45
HexAC3FB344101E128302f
Octal2547726341010364506057
Binary10101100111111101100111001000001011110100101000110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3FB3; }

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

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

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

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

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

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

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

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