COLOR #AE638D

HEX: #AE638D
RGB: (174,99,141)

Color info

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

RGB color model

#AE638D color RGB value is (174,99,141).

  • red value is 174;
  • green value is 99;
  • blue value is 141.
RGB:
(174,99,141)
(68%,39%,55%)

RGB channels and saturation

R 174 of 255 = 68%
G 99 of 255 = 39%
B 141 of 255 = 55%

174
99
141

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

Portions of RGB colors in percentages

R + G + B =
174 + 99 + 141 = 414 (100%)
R 174 of 414 ~ 42.03%
G 99 of 414 ~ 23.91%
B 141 of 414 ~ 34.06%

%42.03
%23.91
%34.06

CMYK color model

#AE638D color CMYK value is (0,43,19,32).

  • cyan value is 0.00%
  • magenta value is 43.10%
  • yellow value is 18.97%
  • key color value is 31.76%
CMYK:
(0,43,19,32)
C0M43Y19K32 
(0%,43%,19%,32%)
(0.00/0.43/0.19/0.32)	

CMYK percentages

%0
%43.1
%18.97
%31.76

Codes

Color #AE638D in popluar color models

AE638D
RGB17499141
HSL326°31.65%53.53%
HSB/HSV326°43.10%68.24%
CMYK0.00%43.10%18.97%
31.76%

Color #AE638D in popluar number systems.

HEXAE638D
Decimal17499141
Binary10101110110001110001101
Octal256143215

Shades and tints

Shades of #AE638D

#AE638D
(174,99,141)
#9F5A81
(159,90,129)
#905175
(144,81,117)
#814869
(129,72,105)
#723F5D
(114,63,93)
#633651
(99,54,81)
#542D45
(84,45,69)
#452439
(69,36,57)
#361B2D
(54,27,45)
#271221
(39,18,33)
#180915
(24,9,21)
#000000
(0,0,0)

Tints of #AE638D

#AE638D
(174,99,141)
#B57197
(181,113,151)
#BC7FA1
(188,127,161)
#C38DAB
(195,141,171)
#CA9BB5
(202,155,181)
#D1A9BF
(209,169,191)
#D8B7C9
(216,183,201)
#DFC5D3
(223,197,211)
#E6D3DD
(230,211,221)
#EDE1E7
(237,225,231)
#F4EFF1
(244,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE638D color. Also use rgb(174,99,141) instead hex code.

Text Font Color

.myTextColor { color: #AE638D; }

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

This text font color is #AE638D.


Background Color

.myBgColor { background-color: #AE638D; }

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

This div background color is #AE638D.


Border color

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

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

This div border color is #AE638D.


Opacity

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

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

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

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

This text has shadow with #AE638D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE638D on black background.


Color preview on white background

This text has color #AE638D on white background.



Black color preview on #AE638D background

This text has black color on #AE638D background.


White color preview on #AE638D background

This text has white color on #AE638D background.