#AF39AD

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

Shades of Fuchsia #AF39AD

Tints of Fuchsia #AF39AD

Color information

#AF39AD (or 0xAF39AD) is unknown color: approx Fuchsia. HEX triplet: AF, 39 and AD. RGB value is (175,57,173). Sum of RGB (Red+Green+Blue) = 175+57+173=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 57 (22.66% from 255 or 14.07% from 405); Blue value is 173 (67.97% from 255 or 42.72% from 405); Max value from RGB is 175 - color contains mainly: red. Hex color #AF39AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF39AD is #50C652. Grayscale: #696969. Windows color (decimal): -5293651 or 11352495. OLE color: 11352495.

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

Color convert

RGB17557173-
CMYK00.670.010.31
HSL301.02º50.86%45.49%-
HSV(B)301.02º67.43%68.63%-
XYZ26.6915.0641.04-
YUV105.51166.09177.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.21%
GREEN value IS 57 (22.66% from 255) = 14.07%
BLUE value IS 173 (67.97% from 255) = 42.72%
R=43.21%
G=14.07%
B=42.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755717300.670.010.31301.0250.8645.49
HexAF39AD04311F12d332d
Octal2577125501031374556355
Binary101011111110011010110101000011111111100101101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF39AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF39AD; }

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

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

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

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

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

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

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

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