COLOR #AE229E

HEX: #AE229E RGB: (174,34,158)

Color info

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

RGB color model

#AE229E color RGB value is (174,34,158).

RGB: (174,34,158) (68%, 13%, 62%)

RGB channels and saturation

R 174 of 255 = 68%
G 34 of 255 = 13%
B 158 of 255 = 62%

174
34
158

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

Portions of RGB colors in percentages

R + G + B = 174 + 34 + 158 = 366 (100%)
R 174 of 366 ~ 47.54%
G 34 of 366 ~ 9.29%
B 158 of 366 ~ 43.17'%

%47.54
%43.17

CMYK color model

#AE229E color CMYK value is (0,80,9,32).

  • cyan value is 0.00%
  • magenta value is 80.46%
  • yellow value is 9.20%
  • key color value is 31.76%

CMYK: (0,80,9,32)
C0M80Y9K32 (0%, 80%, 9%, 32%)
(0.00 / 0.80 / 0.09 / 0.32)

CMYK percentages

%0
%80.46
%9.2
%31.76

Codes

Color #AE229E in popluar color models

AE 22 9E
RGB 174 34 158
HSL 307° 67.31% 40.78%
HSB/HSV 307° 80.46% 68.24%
CMYK 0.00% 80.46% 9.20%
31.76%

Color #AE229E in popluar number systems.

HEX AE 22 9E
Decimal 174 34 158
Binary 10101110 100010 10011110
Octal 256 42 236

Shades and tints

Shades of #AE229E

#AE229E
(174,34,158)
#9F1F90
(159,31,144)
#901C82
(144,28,130)
#811974
(129,25,116)
#721666
(114,22,102)
#631358
(99,19,88)
#54104A
(84,16,74)
#450D3C
(69,13,60)
#360A2E
(54,10,46)
#270720
(39,7,32)
#180412
(24,4,18)
#000000
(0,0,0)

Tints of #AE229E

#AE229E
(174,34,158)
#B536A6
(181,54,166)
#BC4AAE
(188,74,174)
#C35EB6
(195,94,182)
#CA72BE
(202,114,190)
#D186C6
(209,134,198)
#D89ACE
(216,154,206)
#DFAED6
(223,174,214)
#E6C2DE
(230,194,222)
#EDD6E6
(237,214,230)
#F4EAEE
(244,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE229E color. Also use rgb(174,34,158) instead hex code.

Text Font Color

.myTextColor { color: #AE229E; }

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

This text font color is #AE229E.

Background Color

.myBgColor { background-color: #AE229E; }

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

This div background color is #AE229E.

Border color

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

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

This div border color is #AE229E.

Opacity

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

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

Text with #AE229E 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 #AE229E;}

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

This text has shadow with #AE229E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE229E.

Preview

Color preview on black background

This text has color #AE229E on black background.


Color preview on white background

This text has color #AE229E on white background.


Black color preview on #AE229E background

This text has black color on #AE229E background.


White color preview on #AE229E background

This text has white color on #AE229E background.


Related colors

Complementary color

Complementary color for #hex is #51DD61.


I love getcolorcode.com

Triadic colors

1 #9EAE22 and #229EAE with #AE229E are triadic colors.

2 #9E22AE and #22AE9E with #AE229E are triadic colors.