#AC33AB

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

Shades of Fuchsia #AC33AB

Tints of Fuchsia #AC33AB

Color information

#AC33AB (or 0xAC33AB) is unknown color: approx Fuchsia. HEX triplet: AC, 33 and AB. RGB value is (172,51,171). Sum of RGB (Red+Green+Blue) = 172+51+171=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 51 (20.31% from 255 or 12.94% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 172 - color contains mainly: red. Hex color #AC33AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC33AB is #53CC54. Grayscale: #646464. Windows color (decimal): -5491797 or 11219884. OLE color: 11219884.

HSL color Cylindrical-coordinate representation of color #AC33AB: hue angle of 300.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC33AB is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB17251171-
CMYK00.700.010.33
HSL300.5º54.26%43.73%-
HSV(B)300.5º70.35%67.45%-
XYZ25.5514.0839.9-
YUV100.86167.59178.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.65%
GREEN value IS 51 (20.31% from 255) = 12.94%
BLUE value IS 171 (67.19% from 255) = 43.40%
R=43.65%
G=12.94%
B=43.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725117100.700.010.33300.554.2643.73
HexAC33AB04612112c362c
Octal2546325301061414546654
Binary1010110011001110101011010001101100001100101100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC33AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC33AB; }

 p { color: rgb(172,51,171); }

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

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

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

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

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

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

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