#AE49B2

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

Shades of Fuchsia #AE49B2

Tints of Fuchsia #AE49B2

Color information

#AE49B2 (or 0xAE49B2) is unknown color: approx Fuchsia. HEX triplet: AE, 49 and B2. RGB value is (174,73,178). Sum of RGB (Red+Green+Blue) = 174+73+178=425 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.94% from 425); Green value is 73 (28.91% from 255 or 17.18% from 425); Blue value is 178 (69.92% from 255 or 41.88% from 425); Max value from RGB is 178 - color contains mainly: blue. Hex color #AE49B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE49B2 is #51B64D. Grayscale: #727272. Windows color (decimal): -5355086 or 11684270. OLE color: 11684270.

HSL color Cylindrical-coordinate representation of color #AE49B2: hue angle of 297.71º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AE49B2 is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17473178-
CMYK0.020.5900.30
HSL297.71º41.83%49.22%-
HSV(B)297.71º58.99%69.8%-
XYZ27.8716.9843.93-
YUV115.17163.46169.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.94%
GREEN value IS 73 (28.91% from 255) = 17.18%
BLUE value IS 178 (69.92% from 255) = 41.88%
R=40.94%
G=17.18%
B=41.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal174731780.020.5900.30297.7141.8349.22
HexAE49B223B01E12a2a31
Octal2561112622730364525261
Binary1010111010010011011001010111011011110100101010101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE49B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE49B2; }

 p { color: rgb(174,73,178); }

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

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

 a { background-color: rgb(174,73,178); }

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

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

 span { border-color: rgb(174,73,178); }

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