#AC39B3

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

Shades of Fuchsia #AC39B3

Tints of Fuchsia #AC39B3

Color information

#AC39B3 (or 0xAC39B3) is unknown color: approx Fuchsia. HEX triplet: AC, 39 and B3. RGB value is (172,57,179). Sum of RGB (Red+Green+Blue) = 172+57+179=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 57 (22.66% from 255 or 13.97% from 408); Blue value is 179 (70.31% from 255 or 43.87% from 408); Max value from RGB is 179 - color contains mainly: blue. Hex color #AC39B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC39B3 is #53C64C. Grayscale: #686868. Windows color (decimal): -5490253 or 11745708. OLE color: 11745708.

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

Color convert

RGB17257179-
CMYK0.040.6800.30
HSL296.56º51.69%46.27%-
HSV(B)296.56º68.16%70.2%-
XYZ26.6114.9544.13-
YUV105.29169.6175.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.16%
GREEN value IS 57 (22.66% from 255) = 13.97%
BLUE value IS 179 (70.31% from 255) = 43.87%
R=42.16%
G=13.97%
B=43.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal172571790.040.6800.30296.5651.6946.27
HexAC39B344401E129342e
Octal2547126341040364516456
Binary10101100111001101100111001000100011110100101001110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC39B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC39B3; }

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

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

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

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

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

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

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

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