#af4faf

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

Shades of Fuchsia #AF4FAF

Tints of Fuchsia #AF4FAF

Color information

#AF4FAF (or 0xAF4FAF) is unknown color: approx Fuchsia. HEX triplet: AF, 4F and AF. RGB value is (175,79,175). Sum of RGB (Red+Green+Blue) = 175+79+175=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 79 (31.25% from 255 or 18.41% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF4FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF4FAF is #50B050. Grayscale: #767676. Windows color (decimal): -5288017 or 11489199. OLE color: 11489199.

HSL color Cylindrical-coordinate representation of color #AF4FAF: hue angle of 300º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF4FAF is Cyan = 0, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17579175-
CMYK00.5500.31
HSL300º37.8%49.8%-
HSV(B)300º54.86%68.63%-
XYZ28.2117.842.51-
YUV118.65159.8168.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.79%
GREEN value IS 79 (31.25% from 255) = 18.41%
BLUE value IS 175 (68.75% from 255) = 40.79%
R=40.79%
G=18.41%
B=40.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757917500.5500.3130037.849.8
HexAF4FAF03701F12c2632
Octal2571172570670374544662
Binary101011111001111101011110110111011111100101100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af4faf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af4faf; }

 p { color: rgb(175,79,175); }

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

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

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

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

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

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

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