#AF51BF

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

Shades of Fuchsia #AF51BF

Tints of Fuchsia #AF51BF

Color information

#AF51BF (or 0xAF51BF) is unknown color: approx Fuchsia. HEX triplet: AF, 51 and BF. RGB value is (175,81,191). Sum of RGB (Red+Green+Blue) = 175+81+191=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 81 (32.03% from 255 or 18.12% from 447); Blue value is 191 (75% from 255 or 42.73% from 447); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF51BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF51BF is #50AE40. Grayscale: #797979. Windows color (decimal): -5287489 or 12538287. OLE color: 12538287.

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

Color convert

RGB17581191-
CMYK0.080.5800.25
HSL291.27º46.22%53.33%-
HSV(B)291.27º57.59%74.9%-
XYZ30.0318.7651.33-
YUV121.65167.14166.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.15%
GREEN value IS 81 (32.03% from 255) = 18.12%
BLUE value IS 191 (75% from 255) = 42.73%
R=39.15%
G=18.12%
B=42.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal175811910.080.5800.25291.2746.2253.33
HexAF51BF83A0191232e35
Octal25712127710720314435665
Binary101011111010001101111111000111010011001100100011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF51BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF51BF; }

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

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

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

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

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

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

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

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