#AE56BD

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

Shades of Fuchsia #AE56BD

Tints of Fuchsia #AE56BD

Color information

#AE56BD (or 0xAE56BD) is unknown color: approx Fuchsia. HEX triplet: AE, 56 and BD. RGB value is (174,86,189). Sum of RGB (Red+Green+Blue) = 174+86+189=449 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.75% from 449); Green value is 86 (33.98% from 255 or 19.15% from 449); Blue value is 189 (74.22% from 255 or 42.09% from 449); Max value from RGB is 189 - color contains mainly: blue. Hex color #AE56BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE56BD is #51A942. Grayscale: #7B7B7B. Windows color (decimal): -5351747 or 12408494. OLE color: 12408494.

HSL color Cylindrical-coordinate representation of color #AE56BD: hue angle of 291.26º degrees, saturation: 0.44, 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 #AE56BD is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17486189-
CMYK0.080.5400.26
HSL291.26º43.83%53.92%-
HSV(B)291.26º54.5%74.12%-
XYZ29.9719.3350.3-
YUV124.05164.65163.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.75%
GREEN value IS 86 (33.98% from 255) = 19.15%
BLUE value IS 189 (74.22% from 255) = 42.09%
R=38.75%
G=19.15%
B=42.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal174861890.080.5400.26291.2643.8353.92
HexAE56BD83601A1232c36
Octal25612627510660324435466
Binary101011101010110101111011000110110011010100100011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE56BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE56BD; }

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

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

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

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

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

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

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

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