#AE56BC

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

Shades of Fuchsia #AE56BC

Tints of Fuchsia #AE56BC

Color information

#AE56BC (or 0xAE56BC) is unknown color: approx Fuchsia. HEX triplet: AE, 56 and BC. RGB value is (174,86,188). Sum of RGB (Red+Green+Blue) = 174+86+188=448 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.84% from 448); Green value is 86 (33.98% from 255 or 19.20% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 188 - color contains mainly: blue. Hex color #AE56BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE56BC is #51A943. Grayscale: #7B7B7B. Windows color (decimal): -5351748 or 12342958. OLE color: 12342958.

HSL color Cylindrical-coordinate representation of color #AE56BC: hue angle of 291.76º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AE56BC is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17486188-
CMYK0.070.5400.26
HSL291.76º43.22%53.73%-
HSV(B)291.76º54.26%73.73%-
XYZ29.8619.2949.73-
YUV123.94164.15163.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.84%
GREEN value IS 86 (33.98% from 255) = 19.20%
BLUE value IS 188 (73.83% from 255) = 41.96%
R=38.84%
G=19.20%
B=41.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal174861880.070.5400.26291.7643.2253.73
HexAE56BC73601A1242b36
Octal2561262747660324445366
Binary10101110101011010111100111110110011010100100100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE56BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE56BC; }

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

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

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

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

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

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

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

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