#AE49B5

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

Shades of Fuchsia #AE49B5

Tints of Fuchsia #AE49B5

Color information

#AE49B5 (or 0xAE49B5) is unknown color: approx Fuchsia. HEX triplet: AE, 49 and B5. RGB value is (174,73,181). Sum of RGB (Red+Green+Blue) = 174+73+181=428 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.65% from 428); Green value is 73 (28.91% from 255 or 17.06% from 428); Blue value is 181 (71.09% from 255 or 42.29% from 428); Max value from RGB is 181 - color contains mainly: blue. Hex color #AE49B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE49B5 is #51B64A. Grayscale: #737373. Windows color (decimal): -5355083 or 11880878. OLE color: 11880878.

HSL color Cylindrical-coordinate representation of color #AE49B5: hue angle of 296.11º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AE49B5 is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17473181-
CMYK0.040.6000.29
HSL296.11º42.52%49.8%-
HSV(B)296.11º59.67%70.98%-
XYZ28.1817.145.53-
YUV115.51164.96169.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.65%
GREEN value IS 73 (28.91% from 255) = 17.06%
BLUE value IS 181 (71.09% from 255) = 42.29%
R=40.65%
G=17.06%
B=42.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal174731810.040.6000.29296.1142.5249.8
HexAE49B543C01D1282b32
Octal2561112654740354505362
Binary10101110100100110110101100111100011101100101000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE49B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE49B5; }

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

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

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

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

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

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

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

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