#AF39AC

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

Shades of Fuchsia #AF39AC

Tints of Fuchsia #AF39AC

Color information

#AF39AC (or 0xAF39AC) is unknown color: approx Fuchsia. HEX triplet: AF, 39 and AC. RGB value is (175,57,172). Sum of RGB (Red+Green+Blue) = 175+57+172=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 57 (22.66% from 255 or 14.11% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AF39AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF39AC is #50C653. Grayscale: #696969. Windows color (decimal): -5293652 or 11286959. OLE color: 11286959.

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

Color convert

RGB17557172-
CMYK00.670.020.31
HSL301.53º50.86%45.49%-
HSV(B)301.53º67.43%68.63%-
XYZ26.5915.0240.53-
YUV105.39165.59177.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.32%
GREEN value IS 57 (22.66% from 255) = 14.11%
BLUE value IS 172 (67.58% from 255) = 42.57%
R=43.32%
G=14.11%
B=42.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755717200.670.020.31301.5350.8645.49
HexAF39AC04321F12e332d
Octal2577125401032374566355
Binary1010111111100110101100010000111011111100101110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF39AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF39AC; }

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

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

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

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

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

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

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

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