#AF46AB

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

Shades of Fuchsia #AF46AB

Tints of Fuchsia #AF46AB

Color information

#AF46AB (or 0xAF46AB) is unknown color: approx Fuchsia. HEX triplet: AF, 46 and AB. RGB value is (175,70,171). Sum of RGB (Red+Green+Blue) = 175+70+171=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 70 (27.73% from 255 or 16.83% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 175 - color contains mainly: red. Hex color #AF46AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF46AB is #50B954. Grayscale: #707070. Windows color (decimal): -5290325 or 11224751. OLE color: 11224751.

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

Color convert

RGB17570171-
CMYK00.600.020.31
HSL302.29º42.86%48.04%-
HSV(B)302.29º60%68.63%-
XYZ27.2216.4340.27-
YUV112.91160.79172.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.07%
GREEN value IS 70 (27.73% from 255) = 16.83%
BLUE value IS 171 (67.19% from 255) = 41.11%
R=42.07%
G=16.83%
B=41.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757017100.600.020.31302.2942.8648.04
HexAF46AB03C21F12e2b30
Octal2571062530742374565360
Binary1010111110001101010101101111001011111100101110101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF46AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF46AB; }

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

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

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

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

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

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

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

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