COLOR #AE3D7F

HEX: #AE3D7F
RGB: (174,61,127)

Color info

#AE3D7F contains mainly red and blue colors. Web safe color of #AE3D7F is #993366 (or #936).

RGB color model

#AE3D7F color RGB value is (174,61,127).

  • red value is 174;
  • green value is 61;
  • blue value is 127.
RGB:
(174,61,127)
(68%,24%,50%)

RGB channels and saturation

R 174 of 255 = 68%
G 61 of 255 = 24%
B 127 of 255 = 50%

174
61
127

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

Portions of RGB colors in percentages

R + G + B =
174 + 61 + 127 = 362 (100%)
R 174 of 362 ~ 48.07%
G 61 of 362 ~ 16.85%
B 127 of 362 ~ 35.08%

%48.07
%16.85
%35.08

CMYK color model

#AE3D7F color CMYK value is (0,65,27,32).

  • cyan value is 0.00%
  • magenta value is 64.94%
  • yellow value is 27.01%
  • key color value is 31.76%
CMYK:
(0,65,27,32)
C0M65Y27K32 
(0%,65%,27%,32%)
(0.00/0.65/0.27/0.32)	

CMYK percentages

%0
%64.94
%27.01
%31.76

Codes

Color #AE3D7F in popluar color models

AE3D7F
RGB17461127
HSL325°48.09%46.08%
HSB/HSV325°64.94%68.24%
CMYK0.00%64.94%27.01%
31.76%

Color #AE3D7F in popluar number systems.

HEXAE3D7F
Decimal17461127
Binary101011101111011111111
Octal25675177

Shades and tints

Shades of #AE3D7F

#AE3D7F
(174,61,127)
#9F3874
(159,56,116)
#903369
(144,51,105)
#812E5E
(129,46,94)
#722953
(114,41,83)
#632448
(99,36,72)
#541F3D
(84,31,61)
#451A32
(69,26,50)
#361527
(54,21,39)
#27101C
(39,16,28)
#180B11
(24,11,17)
#000000
(0,0,0)

Tints of #AE3D7F

#AE3D7F
(174,61,127)
#B54E8A
(181,78,138)
#BC5F95
(188,95,149)
#C370A0
(195,112,160)
#CA81AB
(202,129,171)
#D192B6
(209,146,182)
#D8A3C1
(216,163,193)
#DFB4CC
(223,180,204)
#E6C5D7
(230,197,215)
#EDD6E2
(237,214,226)
#F4E7ED
(244,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE3D7F color. Also use rgb(174,61,127) instead hex code.

Text Font Color

.myTextColor { color: #AE3D7F; }

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

This text font color is #AE3D7F.


Background Color

.myBgColor { background-color: #AE3D7F; }

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

This div background color is #AE3D7F.


Border color

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

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

This div border color is #AE3D7F.


Opacity

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

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

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

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

This text has shadow with #AE3D7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE3D7F on black background.


Color preview on white background

This text has color #AE3D7F on white background.



Black color preview on #AE3D7F background

This text has black color on #AE3D7F background.


White color preview on #AE3D7F background

This text has white color on #AE3D7F background.