COLOR #AE72A9

HEX: #AE72A9
RGB: (174,114,169)

Color info

#AE72A9 contains mainly red and blue colors. Web safe color of #AE72A9 is #996699 (or #969).

RGB color model

#AE72A9 color RGB value is (174,114,169).

  • red value is 174;
  • green value is 114;
  • blue value is 169.
RGB:
(174,114,169)
(68%,45%,66%)

RGB channels and saturation

R 174 of 255 = 68%
G 114 of 255 = 45%
B 169 of 255 = 66%

174
114
169

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

Portions of RGB colors in percentages

R + G + B =
174 + 114 + 169 = 457 (100%)
R 174 of 457 ~ 38.07%
G 114 of 457 ~ 24.95%
B 169 of 457 ~ 36.98%

%38.07
%24.95
%36.98

CMYK color model

#AE72A9 color CMYK value is (0,34,3,32).

  • cyan value is 0.00%
  • magenta value is 34.48%
  • yellow value is 2.87%
  • key color value is 31.76%
CMYK:
(0,34,3,32)
C0M34Y3K32 
(0%,34%,3%,32%)
(0.00/0.34/0.03/0.32)	

CMYK percentages

%0
%34.48
%2.87
%31.76

Codes

Color #AE72A9 in popluar color models

AE72A9
RGB174114169
HSL305°27.03%56.47%
HSB/HSV305°34.48%68.24%
CMYK0.00%34.48%2.87%
31.76%

Color #AE72A9 in popluar number systems.

HEXAE72A9
Decimal174114169
Binary10101110111001010101001
Octal256162251

Shades and tints

Shades of #AE72A9

#AE72A9
(174,114,169)
#9F689A
(159,104,154)
#905E8B
(144,94,139)
#81547C
(129,84,124)
#724A6D
(114,74,109)
#63405E
(99,64,94)
#54364F
(84,54,79)
#452C40
(69,44,64)
#362231
(54,34,49)
#271822
(39,24,34)
#180E13
(24,14,19)
#000000
(0,0,0)

Tints of #AE72A9

#AE72A9
(174,114,169)
#B57EB0
(181,126,176)
#BC8AB7
(188,138,183)
#C396BE
(195,150,190)
#CAA2C5
(202,162,197)
#D1AECC
(209,174,204)
#D8BAD3
(216,186,211)
#DFC6DA
(223,198,218)
#E6D2E1
(230,210,225)
#EDDEE8
(237,222,232)
#F4EAEF
(244,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE72A9 color. Also use rgb(174,114,169) instead hex code.

Text Font Color

.myTextColor { color: #AE72A9; }

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

This text font color is #AE72A9.


Background Color

.myBgColor { background-color: #AE72A9; }

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

This div background color is #AE72A9.


Border color

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

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

This div border color is #AE72A9.


Opacity

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

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

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

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

This text has shadow with #AE72A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE72A9 on black background.


Color preview on white background

This text has color #AE72A9 on white background.



Black color preview on #AE72A9 background

This text has black color on #AE72A9 background.


White color preview on #AE72A9 background

This text has white color on #AE72A9 background.