#AF39A8

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

Shades of Fuchsia #AF39A8

Tints of Fuchsia #AF39A8

Color information

#AF39A8 (or 0xAF39A8) is unknown color: approx Fuchsia. HEX triplet: AF, 39 and A8. RGB value is (175,57,168). Sum of RGB (Red+Green+Blue) = 175+57+168=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 57 (22.66% from 255 or 14.25% from 400); Blue value is 168 (66.02% from 255 or 42% from 400); Max value from RGB is 175 - color contains mainly: red. Hex color #AF39A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF39A8 is #50C657. Grayscale: #686868. Windows color (decimal): -5293656 or 11024815. OLE color: 11024815.

HSL color Cylindrical-coordinate representation of color #AF39A8: hue angle of 303.56º 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 #AF39A8 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB17557168-
CMYK00.670.040.31
HSL303.56º50.86%45.49%-
HSV(B)303.56º67.43%68.63%-
XYZ26.2114.8738.53-
YUV104.94163.59177.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.75%
GREEN value IS 57 (22.66% from 255) = 14.25%
BLUE value IS 168 (66.02% from 255) = 42%
R=43.75%
G=14.25%
B=42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755716800.670.040.31303.5650.8645.49
HexAF39A804341F130332d
Octal2577125001034374606355
Binary10101111111001101010000100001110011111100110000110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF39A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF39A8; }

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

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

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

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

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

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

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

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