COLOR #AE3171

HEX: #AE3171
RGB: (174,49,113)

Color info

#AE3171 contains mainly red color. Web safe color of #AE3171 is #993366 (or #936).

RGB color model

#AE3171 color RGB value is (174,49,113).

  • red value is 174;
  • green value is 49;
  • blue value is 113.
RGB:
(174,49,113)
(68%,19%,44%)

RGB channels and saturation

R 174 of 255 = 68%
G 49 of 255 = 19%
B 113 of 255 = 44%

174
49
113

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

Portions of RGB colors in percentages

R + G + B =
174 + 49 + 113 = 336 (100%)
R 174 of 336 ~ 51.79%
G 49 of 336 ~ 14.58%
B 113 of 336 ~ 33.63%

%51.79
%14.58
%33.63

CMYK color model

#AE3171 color CMYK value is (0,72,35,32).

  • cyan value is 0.00%
  • magenta value is 71.84%
  • yellow value is 35.06%
  • key color value is 31.76%
CMYK:
(0,72,35,32)
C0M72Y35K32 
(0%,72%,35%,32%)
(0.00/0.72/0.35/0.32)	

CMYK percentages

%0
%71.84
%35.06
%31.76

Codes

Color #AE3171 in popluar color models

AE3171
RGB17449113
HSL329°56.05%43.73%
HSB/HSV329°71.84%68.24%
CMYK0.00%71.84%35.06%
31.76%

Color #AE3171 in popluar number systems.

HEXAE3171
Decimal17449113
Binary101011101100011110001
Octal25661161

Shades and tints

Shades of #AE3171

#AE3171
(174,49,113)
#9F2D67
(159,45,103)
#90295D
(144,41,93)
#812553
(129,37,83)
#722149
(114,33,73)
#631D3F
(99,29,63)
#541935
(84,25,53)
#45152B
(69,21,43)
#361121
(54,17,33)
#270D17
(39,13,23)
#18090D
(24,9,13)
#000000
(0,0,0)

Tints of #AE3171

#AE3171
(174,49,113)
#B5437D
(181,67,125)
#BC5589
(188,85,137)
#C36795
(195,103,149)
#CA79A1
(202,121,161)
#D18BAD
(209,139,173)
#D89DB9
(216,157,185)
#DFAFC5
(223,175,197)
#E6C1D1
(230,193,209)
#EDD3DD
(237,211,221)
#F4E5E9
(244,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE3171 color. Also use rgb(174,49,113) instead hex code.

Text Font Color

.myTextColor { color: #AE3171; }

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

This text font color is #AE3171.


Background Color

.myBgColor { background-color: #AE3171; }

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

This div background color is #AE3171.


Border color

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

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

This div border color is #AE3171.


Opacity

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

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

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

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

This text has shadow with #AE3171 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE3171 on black background.


Color preview on white background

This text has color #AE3171 on white background.



Black color preview on #AE3171 background

This text has black color on #AE3171 background.


White color preview on #AE3171 background

This text has white color on #AE3171 background.