COLOR #AE3B71

HEX: #AE3B71
RGB: (174,59,113)

Color info

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

RGB color model

#AE3B71 color RGB value is (174,59,113).

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

RGB channels and saturation

R 174 of 255 = 68%
G 59 of 255 = 23%
B 113 of 255 = 44%

174
59
113

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

Portions of RGB colors in percentages

R + G + B =
174 + 59 + 113 = 346 (100%)
R 174 of 346 ~ 50.29%
G 59 of 346 ~ 17.05%
B 113 of 346 ~ 32.66%

%50.29
%17.05
%32.66

CMYK color model

#AE3B71 color CMYK value is (0,66,35,32).

  • cyan value is 0.00%
  • magenta value is 66.09%
  • yellow value is 35.06%
  • key color value is 31.76%
CMYK:
(0,66,35,32)
C0M66Y35K32 
(0%,66%,35%,32%)
(0.00/0.66/0.35/0.32)	

CMYK percentages

%0
%66.09
%35.06
%31.76

Codes

Color #AE3B71 in popluar color models

AE3B71
RGB17459113
HSL332°49.36%45.69%
HSB/HSV332°66.09%68.24%
CMYK0.00%66.09%35.06%
31.76%

Color #AE3B71 in popluar number systems.

HEXAE3B71
Decimal17459113
Binary101011101110111110001
Octal25673161

Shades and tints

Shades of #AE3B71

#AE3B71
(174,59,113)
#9F3667
(159,54,103)
#90315D
(144,49,93)
#812C53
(129,44,83)
#722749
(114,39,73)
#63223F
(99,34,63)
#541D35
(84,29,53)
#45182B
(69,24,43)
#361321
(54,19,33)
#270E17
(39,14,23)
#18090D
(24,9,13)
#000000
(0,0,0)

Tints of #AE3B71

#AE3B71
(174,59,113)
#B54C7D
(181,76,125)
#BC5D89
(188,93,137)
#C36E95
(195,110,149)
#CA7FA1
(202,127,161)
#D190AD
(209,144,173)
#D8A1B9
(216,161,185)
#DFB2C5
(223,178,197)
#E6C3D1
(230,195,209)
#EDD4DD
(237,212,221)
#F4E5E9
(244,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE3B71; }

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

This text font color is #AE3B71.


Background Color

.myBgColor { background-color: #AE3B71; }

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

This div background color is #AE3B71.


Border color

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

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

This div border color is #AE3B71.


Opacity

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

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

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

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

This text has shadow with #AE3B71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE3B71 on black background.


Color preview on white background

This text has color #AE3B71 on white background.



Black color preview on #AE3B71 background

This text has black color on #AE3B71 background.


White color preview on #AE3B71 background

This text has white color on #AE3B71 background.