#AE57BA

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

Shades of Fuchsia #AE57BA

Tints of Fuchsia #AE57BA

Color information

#AE57BA (or 0xAE57BA) is unknown color: approx Fuchsia. HEX triplet: AE, 57 and BA. RGB value is (174,87,186). Sum of RGB (Red+Green+Blue) = 174+87+186=447 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.93% from 447); Green value is 87 (34.38% from 255 or 19.46% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE57BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE57BA is #51A845. Grayscale: #7B7B7B. Windows color (decimal): -5351494 or 12212142. OLE color: 12212142.

HSL color Cylindrical-coordinate representation of color #AE57BA: hue angle of 292.73º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AE57BA is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17487186-
CMYK0.060.5300.27
HSL292.73º41.77%53.53%-
HSV(B)292.73º53.23%72.94%-
XYZ29.7319.3648.62-
YUV124.3162.82163.45-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.93%
GREEN value IS 87 (34.38% from 255) = 19.46%
BLUE value IS 186 (73.05% from 255) = 41.61%
R=38.93%
G=19.46%
B=41.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal174871860.060.5300.27292.7341.7753.53
HexAE57BA63501B1252a36
Octal2561272726650334455266
Binary10101110101011110111010110110101011011100100101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE57BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE57BA; }

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

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

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

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

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

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

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

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