COLOR #AE49A3

HEX: #AE49A3
RGB: (174,73,163)

Color info

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

RGB color model

#AE49A3 color RGB value is (174,73,163).

  • red value is 174;
  • green value is 73;
  • blue value is 163.
RGB:
(174,73,163)
(68%,29%,64%)

RGB channels and saturation

R 174 of 255 = 68%
G 73 of 255 = 29%
B 163 of 255 = 64%

174
73
163

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

Portions of RGB colors in percentages

R + G + B =
174 + 73 + 163 = 410 (100%)
R 174 of 410 ~ 42.44%
G 73 of 410 ~ 17.8%
B 163 of 410 ~ 39.76%

%42.44
%17.8
%39.76

CMYK color model

#AE49A3 color CMYK value is (0,58,6,32).

  • cyan value is 0.00%
  • magenta value is 58.05%
  • yellow value is 6.32%
  • key color value is 31.76%
CMYK:
(0,58,6,32)
C0M58Y6K32 
(0%,58%,6%,32%)
(0.00/0.58/0.06/0.32)	

CMYK percentages

%0
%58.05
%6.32
%31.76

Codes

Color #AE49A3 in popluar color models

AE49A3
RGB17473163
HSL307°40.89%48.43%
HSB/HSV307°58.05%68.24%
CMYK0.00%58.05%6.32%
31.76%

Color #AE49A3 in popluar number systems.

HEXAE49A3
Decimal17473163
Binary10101110100100110100011
Octal256111243

Shades and tints

Shades of #AE49A3

#AE49A3
(174,73,163)
#9F4395
(159,67,149)
#903D87
(144,61,135)
#813779
(129,55,121)
#72316B
(114,49,107)
#632B5D
(99,43,93)
#54254F
(84,37,79)
#451F41
(69,31,65)
#361933
(54,25,51)
#271325
(39,19,37)
#180D17
(24,13,23)
#000000
(0,0,0)

Tints of #AE49A3

#AE49A3
(174,73,163)
#B559AB
(181,89,171)
#BC69B3
(188,105,179)
#C379BB
(195,121,187)
#CA89C3
(202,137,195)
#D199CB
(209,153,203)
#D8A9D3
(216,169,211)
#DFB9DB
(223,185,219)
#E6C9E3
(230,201,227)
#EDD9EB
(237,217,235)
#F4E9F3
(244,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE49A3 color. Also use rgb(174,73,163) instead hex code.

Text Font Color

.myTextColor { color: #AE49A3; }

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

This text font color is #AE49A3.


Background Color

.myBgColor { background-color: #AE49A3; }

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

This div background color is #AE49A3.


Border color

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

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

This div border color is #AE49A3.


Opacity

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

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

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

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

This text has shadow with #AE49A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE49A3 on black background.


Color preview on white background

This text has color #AE49A3 on white background.



Black color preview on #AE49A3 background

This text has black color on #AE49A3 background.


White color preview on #AE49A3 background

This text has white color on #AE49A3 background.