#AF50BE

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

Shades of Fuchsia #AF50BE

Tints of Fuchsia #AF50BE

Color information

#AF50BE (or 0xAF50BE) is unknown color: approx Fuchsia. HEX triplet: AF, 50 and BE. RGB value is (175,80,190). Sum of RGB (Red+Green+Blue) = 175+80+190=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 80 (31.64% from 255 or 17.98% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF50BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF50BE is #50AF41. Grayscale: #787878. Windows color (decimal): -5287746 or 12472495. OLE color: 12472495.

HSL color Cylindrical-coordinate representation of color #AF50BE: hue angle of 291.82º 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 #AF50BE is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17580190-
CMYK0.080.5800.25
HSL291.82º45.83%52.94%-
HSV(B)291.82º57.89%74.51%-
XYZ29.8418.5750.73-
YUV120.94166.97166.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.33%
GREEN value IS 80 (31.64% from 255) = 17.98%
BLUE value IS 190 (74.61% from 255) = 42.70%
R=39.33%
G=17.98%
B=42.70%

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
Decimal175801900.080.5800.25291.8245.8352.94
HexAF50BE83A0191242e35
Octal25712027610720314445665
Binary101011111010000101111101000111010011001100100100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF50BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF50BE; }

 p { color: rgb(175,80,190); }

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

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

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

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

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

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

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