#AE57B4

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

Shades of Fuchsia #AE57B4

Tints of Fuchsia #AE57B4

Color information

#AE57B4 (or 0xAE57B4) is unknown color: approx Fuchsia. HEX triplet: AE, 57 and B4. RGB value is (174,87,180). Sum of RGB (Red+Green+Blue) = 174+87+180=441 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.46% from 441); Green value is 87 (34.38% from 255 or 19.73% from 441); Blue value is 180 (70.70% from 255 or 40.82% from 441); Max value from RGB is 180 - color contains mainly: blue. Hex color #AE57B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE57B4 is #51A84B. Grayscale: #7B7B7B. Windows color (decimal): -5351500 or 11818926. OLE color: 11818926.

HSL color Cylindrical-coordinate representation of color #AE57B4: hue angle of 296.13º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AE57B4 is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17487180-
CMYK0.030.5200.29
HSL296.13º38.27%52.35%-
HSV(B)296.13º51.67%70.59%-
XYZ29.119.1145.33-
YUV123.62159.82163.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.46%
GREEN value IS 87 (34.38% from 255) = 19.73%
BLUE value IS 180 (70.70% from 255) = 40.82%
R=39.46%
G=19.73%
B=40.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal174871800.030.5200.29296.1338.2752.35
HexAE57B433401D1282634
Octal2561272643640354504664
Binary1010111010101111011010011110100011101100101000100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE57B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE57B4; }

 p { color: rgb(174,87,180); }

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

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

 a { background-color: rgb(174,87,180); }

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

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

 span { border-color: rgb(174,87,180); }

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