#AF4FBE

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

Shades of Fuchsia #AF4FBE

Tints of Fuchsia #AF4FBE

Color information

#AF4FBE (or 0xAF4FBE) is unknown color: approx Fuchsia. HEX triplet: AF, 4F and BE. RGB value is (175,79,190). Sum of RGB (Red+Green+Blue) = 175+79+190=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 79 (31.25% from 255 or 17.79% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF4FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4FBE is #50B041. Grayscale: #787878. Windows color (decimal): -5288002 or 12472239. OLE color: 12472239.

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

Color convert

RGB17579190-
CMYK0.080.5800.25
HSL291.89º46.06%52.75%-
HSV(B)291.89º58.42%74.51%-
XYZ29.7718.4250.7-
YUV120.36167.3166.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.41%
GREEN value IS 79 (31.25% from 255) = 17.79%
BLUE value IS 190 (74.61% from 255) = 42.79%
R=39.41%
G=17.79%
B=42.79%

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
Decimal175791900.080.5800.25291.8946.0652.75
HexAF4FBE83A0191242e35
Octal25711727610720314445665
Binary101011111001111101111101000111010011001100100100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4FBE; }

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

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

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

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

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

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

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

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