#AE56B7

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

Shades of Fuchsia #AE56B7

Tints of Fuchsia #AE56B7

Color information

#AE56B7 (or 0xAE56B7) is unknown color: approx Fuchsia. HEX triplet: AE, 56 and B7. RGB value is (174,86,183). Sum of RGB (Red+Green+Blue) = 174+86+183=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 86 (33.98% from 255 or 19.41% from 443); Blue value is 183 (71.88% from 255 or 41.31% from 443); Max value from RGB is 183 - color contains mainly: blue. Hex color #AE56B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE56B7 is #51A948. Grayscale: #7B7B7B. Windows color (decimal): -5351753 or 12015278. OLE color: 12015278.

HSL color Cylindrical-coordinate representation of color #AE56B7: hue angle of 294.43º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AE56B7 is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17486183-
CMYK0.050.5300.28
HSL294.43º40.25%52.75%-
HSV(B)294.43º53.01%71.76%-
XYZ29.3319.0746.94-
YUV123.37161.65164.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.28%
GREEN value IS 86 (33.98% from 255) = 19.41%
BLUE value IS 183 (71.88% from 255) = 41.31%
R=39.28%
G=19.41%
B=41.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal174861830.050.5300.28294.4340.2552.75
HexAE56B753501C1262835
Octal2561262675650344465065
Binary10101110101011010110111101110101011100100100110101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE56B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE56B7; }

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

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

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

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

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

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

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

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