COLOR #AE638F

HEX: #AE638F
RGB: (174,99,143)

Color info

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

RGB color model

#AE638F color RGB value is (174,99,143).

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

RGB channels and saturation

R 174 of 255 = 68%
G 99 of 255 = 39%
B 143 of 255 = 56%

174
99
143

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

Portions of RGB colors in percentages

R + G + B =
174 + 99 + 143 = 416 (100%)
R 174 of 416 ~ 41.83%
G 99 of 416 ~ 23.8%
B 143 of 416 ~ 34.38%

%41.83
%23.8
%34.38

CMYK color model

#AE638F color CMYK value is (0,43,18,32).

  • cyan value is 0.00%
  • magenta value is 43.10%
  • yellow value is 17.82%
  • key color value is 31.76%
CMYK:
(0,43,18,32)
C0M43Y18K32 
(0%,43%,18%,32%)
(0.00/0.43/0.18/0.32)	

CMYK percentages

%0
%43.1
%17.82
%31.76

Codes

Color #AE638F in popluar color models

AE638F
RGB17499143
HSL325°31.65%53.53%
HSB/HSV325°43.10%68.24%
CMYK0.00%43.10%17.82%
31.76%

Color #AE638F in popluar number systems.

HEXAE638F
Decimal17499143
Binary10101110110001110001111
Octal256143217

Shades and tints

Shades of #AE638F

#AE638F
(174,99,143)
#9F5A82
(159,90,130)
#905175
(144,81,117)
#814868
(129,72,104)
#723F5B
(114,63,91)
#63364E
(99,54,78)
#542D41
(84,45,65)
#452434
(69,36,52)
#361B27
(54,27,39)
#27121A
(39,18,26)
#18090D
(24,9,13)
#000000
(0,0,0)

Tints of #AE638F

#AE638F
(174,99,143)
#B57199
(181,113,153)
#BC7FA3
(188,127,163)
#C38DAD
(195,141,173)
#CA9BB7
(202,155,183)
#D1A9C1
(209,169,193)
#D8B7CB
(216,183,203)
#DFC5D5
(223,197,213)
#E6D3DF
(230,211,223)
#EDE1E9
(237,225,233)
#F4EFF3
(244,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE638F; }

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

This text font color is #AE638F.


Background Color

.myBgColor { background-color: #AE638F; }

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

This div background color is #AE638F.


Border color

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

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

This div border color is #AE638F.


Opacity

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

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

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

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

This text has shadow with #AE638F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE638F on black background.


Color preview on white background

This text has color #AE638F on white background.



Black color preview on #AE638F background

This text has black color on #AE638F background.


White color preview on #AE638F background

This text has white color on #AE638F background.