#AF3FBC

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

Shades of Fuchsia #AF3FBC

Tints of Fuchsia #AF3FBC

Color information

#AF3FBC (or 0xAF3FBC) is unknown color: approx Fuchsia. HEX triplet: AF, 3F and BC. RGB value is (175,63,188). Sum of RGB (Red+Green+Blue) = 175+63+188=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 63 (25% from 255 or 14.79% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF3FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3FBC is #50C043. Grayscale: #6E6E6E. Windows color (decimal): -5292100 or 12337071. OLE color: 12337071.

HSL color Cylindrical-coordinate representation of color #AF3FBC: hue angle of 293.76º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF3FBC is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17563188-
CMYK0.070.6600.26
HSL293.76º49.8%49.22%-
HSV(B)293.76º66.49%73.73%-
XYZ28.5316.349.22-
YUV110.74171.61173.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.08%
GREEN value IS 63 (25% from 255) = 14.79%
BLUE value IS 188 (73.83% from 255) = 44.13%
R=41.08%
G=14.79%
B=44.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal175631880.070.6600.26293.7649.849.22
HexAF3FBC74201A1263231
Octal2577727471020324466261
Binary10101111111111101111001111000010011010100100110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3FBC; }

 p { color: rgb(175,63,188); }

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

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

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

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

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

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

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