#AF4EB0

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

Shades of Fuchsia #AF4EB0

Tints of Fuchsia #AF4EB0

Color information

#AF4EB0 (or 0xAF4EB0) is unknown color: approx Fuchsia. HEX triplet: AF, 4E and B0. RGB value is (175,78,176). Sum of RGB (Red+Green+Blue) = 175+78+176=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 78 (30.86% from 255 or 18.18% from 429); Blue value is 176 (69.14% from 255 or 41.03% from 429); Max value from RGB is 176 - color contains mainly: blue. Hex color #AF4EB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF4EB0 is #50B14F. Grayscale: #757575. Windows color (decimal): -5288272 or 11554479. OLE color: 11554479.

HSL color Cylindrical-coordinate representation of color #AF4EB0: hue angle of 299.39º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF4EB0 is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17578176-
CMYK0.010.5600.31
HSL299.39º38.58%49.8%-
HSV(B)299.39º55.68%69.02%-
XYZ28.2417.743-
YUV118.17160.64168.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.79%
GREEN value IS 78 (30.86% from 255) = 18.18%
BLUE value IS 176 (69.14% from 255) = 41.03%
R=40.79%
G=18.18%
B=41.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175781760.010.5600.31299.3938.5849.8
HexAF4EB013801F12b2732
Octal2571162601700374534762
Binary101011111001110101100001111000011111100101011100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4EB0; }

 p { color: rgb(175,78,176); }

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

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

 a { background-color: rgb(175,78,176); }

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

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

 span { border-color: rgb(175,78,176); }

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