COLOR #AE419E

HEX: #AE419E
RGB: (174,65,158)

Color info

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

RGB color model

#AE419E color RGB value is (174,65,158).

  • red value is 174;
  • green value is 65;
  • blue value is 158.
RGB:
(174,65,158)
(68%,25%,62%)

RGB channels and saturation

R 174 of 255 = 68%
G 65 of 255 = 25%
B 158 of 255 = 62%

174
65
158

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

Portions of RGB colors in percentages

R + G + B =
174 + 65 + 158 = 397 (100%)
R 174 of 397 ~ 43.83%
G 65 of 397 ~ 16.37%
B 158 of 397 ~ 39.8%

%43.83
%16.37
%39.8

CMYK color model

#AE419E color CMYK value is (0,63,9,32).

  • cyan value is 0.00%
  • magenta value is 62.64%
  • yellow value is 9.20%
  • key color value is 31.76%
CMYK:
(0,63,9,32)
C0M63Y9K32 
(0%,63%,9%,32%)
(0.00/0.63/0.09/0.32)	

CMYK percentages

%0
%62.64
%9.2
%31.76

Codes

Color #AE419E in popluar color models

AE419E
RGB17465158
HSL309°45.61%46.86%
HSB/HSV309°62.64%68.24%
CMYK0.00%62.64%9.20%
31.76%

Color #AE419E in popluar number systems.

HEXAE419E
Decimal17465158
Binary10101110100000110011110
Octal256101236

Shades and tints

Shades of #AE419E

#AE419E
(174,65,158)
#9F3C90
(159,60,144)
#903782
(144,55,130)
#813274
(129,50,116)
#722D66
(114,45,102)
#632858
(99,40,88)
#54234A
(84,35,74)
#451E3C
(69,30,60)
#36192E
(54,25,46)
#271420
(39,20,32)
#180F12
(24,15,18)
#000000
(0,0,0)

Tints of #AE419E

#AE419E
(174,65,158)
#B552A6
(181,82,166)
#BC63AE
(188,99,174)
#C374B6
(195,116,182)
#CA85BE
(202,133,190)
#D196C6
(209,150,198)
#D8A7CE
(216,167,206)
#DFB8D6
(223,184,214)
#E6C9DE
(230,201,222)
#EDDAE6
(237,218,230)
#F4EBEE
(244,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE419E color. Also use rgb(174,65,158) instead hex code.

Text Font Color

.myTextColor { color: #AE419E; }

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

This text font color is #AE419E.


Background Color

.myBgColor { background-color: #AE419E; }

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

This div background color is #AE419E.


Border color

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

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

This div border color is #AE419E.


Opacity

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

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

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

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

This text has shadow with #AE419E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE419E on black background.


Color preview on white background

This text has color #AE419E on white background.



Black color preview on #AE419E background

This text has black color on #AE419E background.


White color preview on #AE419E background

This text has white color on #AE419E background.