COLOR #AE649A

HEX: #AE649A
RGB: (174,100,154)

Color info

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

RGB color model

#AE649A color RGB value is (174,100,154).

  • red value is 174;
  • green value is 100;
  • blue value is 154.
RGB:
(174,100,154)
(68%,39%,60%)

RGB channels and saturation

R 174 of 255 = 68%
G 100 of 255 = 39%
B 154 of 255 = 60%

174
100
154

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

Portions of RGB colors in percentages

R + G + B =
174 + 100 + 154 = 428 (100%)
R 174 of 428 ~ 40.65%
G 100 of 428 ~ 23.36%
B 154 of 428 ~ 35.98%

%40.65
%23.36
%35.98

CMYK color model

#AE649A color CMYK value is (0,43,11,32).

  • cyan value is 0.00%
  • magenta value is 42.53%
  • yellow value is 11.49%
  • key color value is 31.76%
CMYK:
(0,43,11,32)
C0M43Y11K32 
(0%,43%,11%,32%)
(0.00/0.43/0.11/0.32)	

CMYK percentages

%0
%42.53
%11.49
%31.76

Codes

Color #AE649A in popluar color models

AE649A
RGB174100154
HSL316°31.36%53.73%
HSB/HSV316°42.53%68.24%
CMYK0.00%42.53%11.49%
31.76%

Color #AE649A in popluar number systems.

HEXAE649A
Decimal174100154
Binary10101110110010010011010
Octal256144232

Shades and tints

Shades of #AE649A

#AE649A
(174,100,154)
#9F5B8C
(159,91,140)
#90527E
(144,82,126)
#814970
(129,73,112)
#724062
(114,64,98)
#633754
(99,55,84)
#542E46
(84,46,70)
#452538
(69,37,56)
#361C2A
(54,28,42)
#27131C
(39,19,28)
#180A0E
(24,10,14)
#000000
(0,0,0)

Tints of #AE649A

#AE649A
(174,100,154)
#B572A3
(181,114,163)
#BC80AC
(188,128,172)
#C38EB5
(195,142,181)
#CA9CBE
(202,156,190)
#D1AAC7
(209,170,199)
#D8B8D0
(216,184,208)
#DFC6D9
(223,198,217)
#E6D4E2
(230,212,226)
#EDE2EB
(237,226,235)
#F4F0F4
(244,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE649A color. Also use rgb(174,100,154) instead hex code.

Text Font Color

.myTextColor { color: #AE649A; }

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

This text font color is #AE649A.


Background Color

.myBgColor { background-color: #AE649A; }

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

This div background color is #AE649A.


Border color

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

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

This div border color is #AE649A.


Opacity

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

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

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

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

This text has shadow with #AE649A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE649A on black background.


Color preview on white background

This text has color #AE649A on white background.



Black color preview on #AE649A background

This text has black color on #AE649A background.


White color preview on #AE649A background

This text has white color on #AE649A background.