#AC39B1

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

Shades of Fuchsia #AC39B1

Tints of Fuchsia #AC39B1

Color information

#AC39B1 (or 0xAC39B1) is unknown color: approx Fuchsia. HEX triplet: AC, 39 and B1. RGB value is (172,57,177). Sum of RGB (Red+Green+Blue) = 172+57+177=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 57 (22.66% from 255 or 14.04% from 406); Blue value is 177 (69.53% from 255 or 43.60% from 406); Max value from RGB is 177 - color contains mainly: blue. Hex color #AC39B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC39B1 is #53C64E. Grayscale: #686868. Windows color (decimal): -5490255 or 11614636. OLE color: 11614636.

HSL color Cylindrical-coordinate representation of color #AC39B1: hue angle of 297.5º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AC39B1 is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17257177-
CMYK0.030.6800.31
HSL297.5º51.28%45.88%-
HSV(B)297.5º67.8%69.41%-
XYZ26.4114.8743.07-
YUV105.06168.6175.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.36%
GREEN value IS 57 (22.66% from 255) = 14.04%
BLUE value IS 177 (69.53% from 255) = 43.60%
R=42.36%
G=14.04%
B=43.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal172571770.030.6800.31297.551.2845.88
HexAC39B134401F12a332e
Octal2547126131040374526356
Binary1010110011100110110001111000100011111100101010110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC39B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC39B1; }

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

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

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

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

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

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

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

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