#AF39AB

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

Shades of Fuchsia #AF39AB

Tints of Fuchsia #AF39AB

Color information

#AF39AB (or 0xAF39AB) is unknown color: approx Fuchsia. HEX triplet: AF, 39 and AB. RGB value is (175,57,171). Sum of RGB (Red+Green+Blue) = 175+57+171=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 57 (22.66% from 255 or 14.14% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 175 - color contains mainly: red. Hex color #AF39AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF39AB is #50C654. Grayscale: #686868. Windows color (decimal): -5293653 or 11221423. OLE color: 11221423.

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

Color convert

RGB17557171-
CMYK00.670.020.31
HSL302.03º50.86%45.49%-
HSV(B)302.03º67.43%68.63%-
XYZ26.4914.9840.02-
YUV105.28165.09177.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.42%
GREEN value IS 57 (22.66% from 255) = 14.14%
BLUE value IS 171 (67.19% from 255) = 42.43%
R=43.42%
G=14.14%
B=42.43%

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
Decimal1755717100.670.020.31302.0350.8645.49
HexAF39AB04321F12e332d
Octal2577125301032374566355
Binary1010111111100110101011010000111011111100101110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF39AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF39AB; }

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

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

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

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

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

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

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

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