#AE56B9

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

Shades of Fuchsia #AE56B9

Tints of Fuchsia #AE56B9

Color information

#AE56B9 (or 0xAE56B9) is unknown color: approx Fuchsia. HEX triplet: AE, 56 and B9. RGB value is (174,86,185). Sum of RGB (Red+Green+Blue) = 174+86+185=445 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.10% from 445); Green value is 86 (33.98% from 255 or 19.33% from 445); Blue value is 185 (72.66% from 255 or 41.57% from 445); Max value from RGB is 185 - color contains mainly: blue. Hex color #AE56B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE56B9 is #51A946. Grayscale: #7B7B7B. Windows color (decimal): -5351751 or 12146350. OLE color: 12146350.

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

Color convert

RGB17486185-
CMYK0.060.5400.27
HSL293.33º41.42%53.14%-
HSV(B)293.33º53.51%72.55%-
XYZ29.5419.1648.04-
YUV123.6162.65163.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.10%
GREEN value IS 86 (33.98% from 255) = 19.33%
BLUE value IS 185 (72.66% from 255) = 41.57%
R=39.10%
G=19.33%
B=41.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal174861850.060.5400.27293.3341.4253.14
HexAE56B963601B1252935
Octal2561262716660334455165
Binary10101110101011010111001110110110011011100100101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE56B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE56B9; }

 p { color: rgb(174,86,185); }

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

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

 a { background-color: rgb(174,86,185); }

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

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

 span { border-color: rgb(174,86,185); }

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