#AC35AC

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

Shades of Fuchsia #AC35AC

Tints of Fuchsia #AC35AC

Color information

#AC35AC (or 0xAC35AC) is unknown color: approx Fuchsia. HEX triplet: AC, 35 and AC. RGB value is (172,53,172). Sum of RGB (Red+Green+Blue) = 172+53+172=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 53 (21.09% from 255 or 13.35% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC35AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC35AC is #53CA53. Grayscale: #656565. Windows color (decimal): -5491284 or 11285932. OLE color: 11285932.

HSL color Cylindrical-coordinate representation of color #AC35AC: hue angle of 300º 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 #AC35AC is Cyan = 0, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB17253172-
CMYK00.6900.33
HSL300º52.89%44.12%-
HSV(B)300º69.19%67.45%-
XYZ25.7314.340.43-
YUV102.15167.42177.82-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.32%
GREEN value IS 53 (21.09% from 255) = 13.35%
BLUE value IS 172 (67.58% from 255) = 43.32%
R=43.32%
G=13.35%
B=43.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725317200.6900.3330052.8944.12
HexAC35AC04502112c352c
Octal2546525401050414546554
Binary1010110011010110101100010001010100001100101100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC35AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC35AC; }

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

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

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

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

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

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

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

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