COLOR #AE2A9F

HEX: #AE2A9F RGB: (174,42,159)

Color info

#AE2A9F contains mainly red and blue colors. Web safe color of #AE2A9F is #993399 (or #939).

RGB color model

#AE2A9F color RGB value is (174,42,159).

RGB: (174,42,159) (68%, 16%, 62%)

RGB channels and saturation

R 174 of 255 = 68%
G 42 of 255 = 16%
B 159 of 255 = 62%

174
42
159

R + G + B ~ 49%. #AE2A9F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 174 + 42 + 159 = 375 (100%)
R 174 of 375 ~ 46.4%
G 42 of 375 ~ 11.2%
B 159 of 375 ~ 42.4'%

%46.4
%11.2
%42.4

CMYK color model

#AE2A9F color CMYK value is (0,76,9,32).

  • cyan value is 0.00%
  • magenta value is 75.86%
  • yellow value is 8.62%
  • key color value is 31.76%

CMYK: (0,76,9,32)
C0M76Y9K32 (0%, 76%, 9%, 32%)
(0.00 / 0.76 / 0.09 / 0.32)

CMYK percentages

%0
%75.86
%8.62
%31.76

Codes

Color #AE2A9F in popluar color models

AE 2A 9F
RGB 174 42 159
HSL 307° 61.11% 42.35%
HSB/HSV 307° 75.86% 68.24%
CMYK 0.00% 75.86% 8.62%
31.76%

Color #AE2A9F in popluar number systems.

HEX AE 2A 9F
Decimal 174 42 159
Binary 10101110 101010 10011111
Octal 256 52 237

Shades and tints

Shades of #AE2A9F

#AE2A9F
(174,42,159)
#9F2791
(159,39,145)
#902483
(144,36,131)
#812175
(129,33,117)
#721E67
(114,30,103)
#631B59
(99,27,89)
#54184B
(84,24,75)
#45153D
(69,21,61)
#36122F
(54,18,47)
#270F21
(39,15,33)
#180C13
(24,12,19)
#000000
(0,0,0)

Tints of #AE2A9F

#AE2A9F
(174,42,159)
#B53DA7
(181,61,167)
#BC50AF
(188,80,175)
#C363B7
(195,99,183)
#CA76BF
(202,118,191)
#D189C7
(209,137,199)
#D89CCF
(216,156,207)
#DFAFD7
(223,175,215)
#E6C2DF
(230,194,223)
#EDD5E7
(237,213,231)
#F4E8EF
(244,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE2A9F color. Also use rgb(174,42,159) instead hex code.

Text Font Color

.myTextColor { color: #AE2A9F; }

<p style="color:#AE2A9F">This sample text font color is #AE2A9F.</p>

This text font color is #AE2A9F.

Background Color

.myBgColor { background-color: #AE2A9F; }

<div style="background-color:#AE2A9F">Inner text</div>

This div background color is #AE2A9F.

Border color

.myBorderColor { border: 1px solid #AE2A9F; }

<div style="border:3px solid #AE2A9F">Div</div>

This div border color is #AE2A9F.

Opacity

.myOpacity80 { color: #AE2A9F; opacity: 0.8; }

<p style="color:#AE2A9F;opacity:0.8;">80%</p>

Text with #AE2A9F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #AE2A9F;}

<p style="text-shadow: 3px 3px 1px #AE2A9F">Text here.</p>

This text has shadow with #AE2A9F color.


.textShadow {text-shadow: 3px 3px 1px #AE2A9F', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AE2A9F, 5px 5px 20px red">Text here.</p>

This text has shadow with #AE2A9F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AE2A9F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AE2A9F, Direction=45, Strength=4)">Text</p>

This text has shadow with #AE2A9F and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AE2A9F;
-webkit-box-shadow: 1px 1px 3px 2px #AE2A9F;
box-shadow: 1px 1px 3px 2px #AE2A9F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AE2A9F; -webkit-box-shadow: 1px 1px 3px 2px #AE2A9F; box-shadow:1px 1px 3px 2px #AE2A9F;">
Div content here
</div>

This div box has shadow with color #AE2A9F.

Preview

Color preview on black background

This text has color #AE2A9F on black background.


Color preview on white background

This text has color #AE2A9F on white background.


Black color preview on #AE2A9F background

This text has black color on #AE2A9F background.


White color preview on #AE2A9F background

This text has white color on #AE2A9F background.


Related colors

Complementary color

Complementary color for #hex is #51D560.


I love getcolorcode.com

Triadic colors

1 #9FAE2A and #2A9FAE with #AE2A9F are triadic colors.

2 #9F2AAE and #2AAE9F with #AE2A9F are triadic colors.