#AE3BAE

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

Shades of Fuchsia #AE3BAE

Tints of Fuchsia #AE3BAE

Color information

#AE3BAE (or 0xAE3BAE) is unknown color: approx Fuchsia. HEX triplet: AE, 3B and AE. RGB value is (174,59,174). Sum of RGB (Red+Green+Blue) = 174+59+174=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 59 (23.44% from 255 or 14.50% from 407); Blue value is 174 (68.36% from 255 or 42.75% from 407); Max value from RGB is 174 - color contains mainly: red, blue. Hex color #AE3BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE3BAE is #51C451. Grayscale: #6A6A6A. Windows color (decimal): -5358674 or 11418542. OLE color: 11418542.

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

Color convert

RGB17459174-
CMYK00.6600.32
HSL300º49.36%45.69%-
HSV(B)300º66.09%68.24%-
XYZ26.6615.1841.57-
YUV106.49166.1176.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.75%
GREEN value IS 59 (23.44% from 255) = 14.50%
BLUE value IS 174 (68.36% from 255) = 42.75%
R=42.75%
G=14.50%
B=42.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1745917400.6600.3230049.3645.69
HexAE3BAE04202012c312e
Octal2567325601020404546156
Binary1010111011101110101110010000100100000100101100110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3BAE; }

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

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

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

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

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

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

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

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