#AF44AB

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

Shades of Fuchsia #AF44AB

Tints of Fuchsia #AF44AB

Color information

#AF44AB (or 0xAF44AB) is unknown color: approx Fuchsia. HEX triplet: AF, 44 and AB. RGB value is (175,68,171). Sum of RGB (Red+Green+Blue) = 175+68+171=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 68 (26.95% from 255 or 16.43% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AF44AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF44AB is #50BB54. Grayscale: #6F6F6F. Windows color (decimal): -5290837 or 11224239. OLE color: 11224239.

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

Color convert

RGB17568171-
CMYK00.610.020.31
HSL302.24º44.03%47.65%-
HSV(B)302.24º61.14%68.63%-
XYZ27.116.1940.22-
YUV111.73161.45173.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.27%
GREEN value IS 68 (26.95% from 255) = 16.43%
BLUE value IS 171 (67.19% from 255) = 41.30%
R=42.27%
G=16.43%
B=41.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756817100.610.020.31302.2444.0347.65
HexAF44AB03D21F12e2c30
Octal2571042530752374565460
Binary1010111110001001010101101111011011111100101110101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF44AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF44AB; }

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

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

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

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

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

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

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

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