#AE4DAE

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

Shades of Fuchsia #AE4DAE

Tints of Fuchsia #AE4DAE

Color information

#AE4DAE (or 0xAE4DAE) is unknown color: approx Fuchsia. HEX triplet: AE, 4D and AE. RGB value is (174,77,174). Sum of RGB (Red+Green+Blue) = 174+77+174=425 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.94% from 425); Green value is 77 (30.47% from 255 or 18.12% from 425); Blue value is 174 (68.36% from 255 or 40.94% from 425); Max value from RGB is 174 - color contains mainly: red, blue. Hex color #AE4DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE4DAE is #51B251. Grayscale: #747474. Windows color (decimal): -5354066 or 11423150. OLE color: 11423150.

HSL color Cylindrical-coordinate representation of color #AE4DAE: hue angle of 300º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AE4DAE is Cyan = 0, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17477174-
CMYK00.5600.32
HSL300º38.65%49.22%-
HSV(B)300º55.75%68.24%-
XYZ27.7517.3641.93-
YUV117.06160.14168.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.94%
GREEN value IS 77 (30.47% from 255) = 18.12%
BLUE value IS 174 (68.36% from 255) = 40.94%
R=40.94%
G=18.12%
B=40.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747717400.5600.3230038.6549.22
HexAE4DAE03802012c2731
Octal2561152560700404544761
Binary1010111010011011010111001110000100000100101100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4DAE; }

 p { color: rgb(174,77,174); }

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

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

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

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

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

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

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