COLOR #AE1E79

HEX: #AE1E79
RGB: (174,30,121)

Color info

#AE1E79 contains mainly red and blue colors. Web safe color of #AE1E79 is #993366 (or #936).

RGB color model

#AE1E79 color RGB value is (174,30,121).

  • red value is 174;
  • green value is 30;
  • blue value is 121.
RGB:
(174,30,121)
(68%,12%,47%)

RGB channels and saturation

R 174 of 255 = 68%
G 30 of 255 = 12%
B 121 of 255 = 47%

174
30
121

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

Portions of RGB colors in percentages

R + G + B =
174 + 30 + 121 = 325 (100%)
R 174 of 325 ~ 53.54%
G 30 of 325 ~ 9.23%
B 121 of 325 ~ 37.23%

%53.54
%37.23

CMYK color model

#AE1E79 color CMYK value is (0,83,30,32).

  • cyan value is 0.00%
  • magenta value is 82.76%
  • yellow value is 30.46%
  • key color value is 31.76%
CMYK:
(0,83,30,32)
C0M83Y30K32 
(0%,83%,30%,32%)
(0.00/0.83/0.30/0.32)	

CMYK percentages

%0
%82.76
%30.46
%31.76

Codes

Color #AE1E79 in popluar color models

AE1E79
RGB17430121
HSL322°70.59%40.00%
HSB/HSV322°82.76%68.24%
CMYK0.00%82.76%30.46%
31.76%

Color #AE1E79 in popluar number systems.

HEXAE1E79
Decimal17430121
Binary10101110111101111001
Octal25636171

Shades and tints

Shades of #AE1E79

#AE1E79
(174,30,121)
#9F1C6E
(159,28,110)
#901A63
(144,26,99)
#811858
(129,24,88)
#72164D
(114,22,77)
#631442
(99,20,66)
#541237
(84,18,55)
#45102C
(69,16,44)
#360E21
(54,14,33)
#270C16
(39,12,22)
#180A0B
(24,10,11)
#000000
(0,0,0)

Tints of #AE1E79

#AE1E79
(174,30,121)
#B53285
(181,50,133)
#BC4691
(188,70,145)
#C35A9D
(195,90,157)
#CA6EA9
(202,110,169)
#D182B5
(209,130,181)
#D896C1
(216,150,193)
#DFAACD
(223,170,205)
#E6BED9
(230,190,217)
#EDD2E5
(237,210,229)
#F4E6F1
(244,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE1E79 color. Also use rgb(174,30,121) instead hex code.

Text Font Color

.myTextColor { color: #AE1E79; }

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

This text font color is #AE1E79.


Background Color

.myBgColor { background-color: #AE1E79; }

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

This div background color is #AE1E79.


Border color

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

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

This div border color is #AE1E79.


Opacity

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

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

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

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

This text has shadow with #AE1E79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE1E79 on black background.


Color preview on white background

This text has color #AE1E79 on white background.



Black color preview on #AE1E79 background

This text has black color on #AE1E79 background.


White color preview on #AE1E79 background

This text has white color on #AE1E79 background.