#AF3FBB

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

Shades of Fuchsia #AF3FBB

Tints of Fuchsia #AF3FBB

Color information

#AF3FBB (or 0xAF3FBB) is unknown color: approx Fuchsia. HEX triplet: AF, 3F and BB. RGB value is (175,63,187). Sum of RGB (Red+Green+Blue) = 175+63+187=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 63 (25% from 255 or 14.82% from 425); Blue value is 187 (73.44% from 255 or 44% from 425); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF3FBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3FBB is #50C044. Grayscale: #6E6E6E. Windows color (decimal): -5292101 or 12271535. OLE color: 12271535.

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

Color convert

RGB17563187-
CMYK0.060.6600.27
HSL294.19º49.6%49.02%-
HSV(B)294.19º66.31%73.33%-
XYZ28.4316.2648.65-
YUV110.62171.11173.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.18%
GREEN value IS 63 (25% from 255) = 14.82%
BLUE value IS 187 (73.44% from 255) = 44%
R=41.18%
G=14.82%
B=44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal175631870.060.6600.27294.1949.649.02
HexAF3FBB64201B1263231
Octal2577727361020334466261
Binary10101111111111101110111101000010011011100100110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3FBB; }

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

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

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

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

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

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

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

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