#AF35AC

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

Shades of Fuchsia #AF35AC

Tints of Fuchsia #AF35AC

Color information

#AF35AC (or 0xAF35AC) is unknown color: approx Fuchsia. HEX triplet: AF, 35 and AC. RGB value is (175,53,172). Sum of RGB (Red+Green+Blue) = 175+53+172=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 53 (21.09% from 255 or 13.25% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 175 - color contains mainly: red. Hex color #AF35AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF35AC is #50CA53. Grayscale: #666666. Windows color (decimal): -5294676 or 11285935. OLE color: 11285935.

HSL color Cylindrical-coordinate representation of color #AF35AC: hue angle of 301.48º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF35AC is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB17553172-
CMYK00.700.020.31
HSL301.48º53.51%44.71%-
HSV(B)301.48º69.71%68.63%-
XYZ26.414.6440.46-
YUV103.04166.92179.32-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.75%
GREEN value IS 53 (21.09% from 255) = 13.25%
BLUE value IS 172 (67.58% from 255) = 43%
R=43.75%
G=13.25%
B=43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755317200.700.020.31301.4853.5144.71
HexAF35AC04621F12d362d
Octal2576525401062374556655
Binary1010111111010110101100010001101011111100101101110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF35AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF35AC; }

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

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

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

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

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

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

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

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