#AE3BA9

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

Shades of Fuchsia #AE3BA9

Tints of Fuchsia #AE3BA9

Color information

#AE3BA9 (or 0xAE3BA9) is unknown color: approx Fuchsia. HEX triplet: AE, 3B and A9. RGB value is (174,59,169). Sum of RGB (Red+Green+Blue) = 174+59+169=402 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.28% from 402); Green value is 59 (23.44% from 255 or 14.68% from 402); Blue value is 169 (66.41% from 255 or 42.04% from 402); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3BA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE3BA9 is #51C456. Grayscale: #696969. Windows color (decimal): -5358679 or 11090862. OLE color: 11090862.

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

Color convert

RGB17459169-
CMYK00.660.030.32
HSL302.61º49.36%45.69%-
HSV(B)302.61º66.09%68.24%-
XYZ26.1814.9939.05-
YUV105.92163.6176.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.28%
GREEN value IS 59 (23.44% from 255) = 14.68%
BLUE value IS 169 (66.41% from 255) = 42.04%
R=43.28%
G=14.68%
B=42.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1745916900.660.030.32302.6149.3645.69
HexAE3BA904232012f312e
Octal2567325101023404576156
Binary10101110111011101010010100001011100000100101111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3BA9; }

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

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

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

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

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

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

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

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