#AC35AB

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

Shades of Fuchsia #AC35AB

Tints of Fuchsia #AC35AB

Color information

#AC35AB (or 0xAC35AB) is unknown color: approx Fuchsia. HEX triplet: AC, 35 and AB. RGB value is (172,53,171). Sum of RGB (Red+Green+Blue) = 172+53+171=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 53 (21.09% from 255 or 13.38% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 172 - color contains mainly: red. Hex color #AC35AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC35AB is #53CA54. Grayscale: #656565. Windows color (decimal): -5491285 or 11220396. OLE color: 11220396.

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

Color convert

RGB17253171-
CMYK00.690.010.33
HSL300.5º52.89%44.12%-
HSV(B)300.5º69.19%67.45%-
XYZ25.6414.2639.93-
YUV102.03166.92177.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.43%
GREEN value IS 53 (21.09% from 255) = 13.38%
BLUE value IS 171 (67.19% from 255) = 43.18%
R=43.43%
G=13.38%
B=43.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725317100.690.010.33300.552.8944.12
HexAC35AB04512112d352c
Octal2546525301051414556554
Binary1010110011010110101011010001011100001100101101110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC35AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC35AB; }

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

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

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

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

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

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

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

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