#af4ebf

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

Shades of Fuchsia #AF4EBF

Tints of Fuchsia #AF4EBF

Color information

#AF4EBF (or 0xAF4EBF) is unknown color: approx Fuchsia. HEX triplet: AF, 4E and BF. RGB value is (175,78,191). Sum of RGB (Red+Green+Blue) = 175+78+191=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 78 (30.86% from 255 or 17.57% from 444); Blue value is 191 (75% from 255 or 43.02% from 444); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF4EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4EBF is #50B140. Grayscale: #777777. Windows color (decimal): -5288257 or 12537519. OLE color: 12537519.

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

Color convert

RGB17578191-
CMYK0.080.5900.25
HSL291.5º46.89%52.75%-
HSV(B)291.5º59.16%74.9%-
XYZ29.8118.3251.26-
YUV119.88168.14167.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.41%
GREEN value IS 78 (30.86% from 255) = 17.57%
BLUE value IS 191 (75% from 255) = 43.02%
R=39.41%
G=17.57%
B=43.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal175781910.080.5900.25291.546.8952.75
HexAF4EBF83B0191242f35
Octal25711627710730314445765
Binary101011111001110101111111000111011011001100100100101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af4ebf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af4ebf; }

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

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

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

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

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

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

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

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