#AE3BAA

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

Shades of Fuchsia #AE3BAA

Tints of Fuchsia #AE3BAA

Color information

#AE3BAA (or 0xAE3BAA) is unknown color: approx Fuchsia. HEX triplet: AE, 3B and AA. RGB value is (174,59,170). Sum of RGB (Red+Green+Blue) = 174+59+170=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 59 (23.44% from 255 or 14.64% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE3BAA is #51C455. Grayscale: #696969. Windows color (decimal): -5358678 or 11156398. OLE color: 11156398.

HSL color Cylindrical-coordinate representation of color #AE3BAA: hue angle of 302.09º 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 #AE3BAA is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB17459170-
CMYK00.660.020.32
HSL302.09º49.36%45.69%-
HSV(B)302.09º66.09%68.24%-
XYZ26.2815.0339.55-
YUV106.04164.1176.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.18%
GREEN value IS 59 (23.44% from 255) = 14.64%
BLUE value IS 170 (66.80% from 255) = 42.18%
R=43.18%
G=14.64%
B=42.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1745917000.660.020.32302.0949.3645.69
HexAE3BAA04222012e312e
Octal2567325201022404566156
Binary10101110111011101010100100001010100000100101110110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3BAA; }

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

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

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

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

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

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

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

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