#AF41BF

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

Shades of Fuchsia #AF41BF

Tints of Fuchsia #AF41BF

Color information

#AF41BF (or 0xAF41BF) is unknown color: approx Fuchsia. HEX triplet: AF, 41 and BF. RGB value is (175,65,191). Sum of RGB (Red+Green+Blue) = 175+65+191=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 65 (25.78% from 255 or 15.08% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF41BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF41BF is #50BE40. Grayscale: #6F6F6F. Windows color (decimal): -5291585 or 12534191. OLE color: 12534191.

HSL color Cylindrical-coordinate representation of color #AF41BF: hue angle of 292.38º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF41BF is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17565191-
CMYK0.080.6600.25
HSL292.38º49.61%50.2%-
HSV(B)292.38º65.97%74.9%-
XYZ28.9716.6650.98-
YUV112.25172.44172.75-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.60%
GREEN value IS 65 (25.78% from 255) = 15.08%
BLUE value IS 191 (75% from 255) = 44.32%
R=40.60%
G=15.08%
B=44.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal175651910.080.6600.25292.3849.6150.2
HexAF41BF8420191243232
Octal257101277101020314446262
Binary1010111110000011011111110001000010011001100100100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF41BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF41BF; }

 p { color: rgb(175,65,191); }

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

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

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

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

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

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

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