#AE4BAE

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

Shades of Fuchsia #AE4BAE

Tints of Fuchsia #AE4BAE

Color information

#AE4BAE (or 0xAE4BAE) is unknown color: approx Fuchsia. HEX triplet: AE, 4B and AE. RGB value is (174,75,174). Sum of RGB (Red+Green+Blue) = 174+75+174=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 75 (29.69% from 255 or 17.73% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 174 - color contains mainly: red, blue. Hex color #AE4BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4BAE is #51B451. Grayscale: #737373. Windows color (decimal): -5354578 or 11422638. OLE color: 11422638.

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

Color convert

RGB17475174-
CMYK00.5700.32
HSL300º39.76%48.82%-
HSV(B)300º56.9%68.24%-
XYZ27.6117.0941.89-
YUV115.89160.8169.45-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.13%
GREEN value IS 75 (29.69% from 255) = 17.73%
BLUE value IS 174 (68.36% from 255) = 41.13%
R=41.13%
G=17.73%
B=41.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747517400.5700.3230039.7648.82
HexAE4BAE03902012c2831
Octal2561132560710404545061
Binary1010111010010111010111001110010100000100101100101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4BAE; }

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

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

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

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

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

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

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

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