#AF48AC

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

Shades of Fuchsia #AF48AC

Tints of Fuchsia #AF48AC

Color information

#AF48AC (or 0xAF48AC) is unknown color: approx Fuchsia. HEX triplet: AF, 48 and AC. RGB value is (175,72,172). Sum of RGB (Red+Green+Blue) = 175+72+172=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 72 (28.52% from 255 or 17.18% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 175 - color contains mainly: red. Hex color #AF48AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF48AC is #50B753. Grayscale: #717171. Windows color (decimal): -5289812 or 11290799. OLE color: 11290799.

HSL color Cylindrical-coordinate representation of color #AF48AC: hue angle of 301.75º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF48AC is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB17572172-
CMYK00.590.020.31
HSL301.75º41.7%48.43%-
HSV(B)301.75º58.86%68.63%-
XYZ27.4416.7340.81-
YUV114.2160.62171.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.77%
GREEN value IS 72 (28.52% from 255) = 17.18%
BLUE value IS 172 (67.58% from 255) = 41.05%
R=41.77%
G=17.18%
B=41.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757217200.590.020.31301.7541.748.43
HexAF48AC03B21F12e2a30
Octal2571102540732374565260
Binary1010111110010001010110001110111011111100101110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF48AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF48AC; }

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

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

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

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

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

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

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

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