#AC44B2

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

Shades of Fuchsia #AC44B2

Tints of Fuchsia #AC44B2

Color information

#AC44B2 (or 0xAC44B2) is unknown color: approx Fuchsia. HEX triplet: AC, 44 and B2. RGB value is (172,68,178). Sum of RGB (Red+Green+Blue) = 172+68+178=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 68 (26.95% from 255 or 16.27% from 418); Blue value is 178 (69.92% from 255 or 42.58% from 418); Max value from RGB is 178 - color contains mainly: blue. Hex color #AC44B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC44B2 is #53BB4D. Grayscale: #6F6F6F. Windows color (decimal): -5487438 or 11682988. OLE color: 11682988.

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

Color convert

RGB17268178-
CMYK0.030.6200.30
HSL296.73º44.72%48.24%-
HSV(B)296.73º61.8%69.8%-
XYZ27.1216.1243.8-
YUV111.64165.46171.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.15%
GREEN value IS 68 (26.95% from 255) = 16.27%
BLUE value IS 178 (69.92% from 255) = 42.58%
R=41.15%
G=16.27%
B=42.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal172681780.030.6200.30296.7344.7248.24
HexAC44B233E01E1292d30
Octal2541042623760364515560
Binary1010110010001001011001011111110011110100101001101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC44B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC44B2; }

 p { color: rgb(172,68,178); }

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

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

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

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

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

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

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