COLOR #AE1591

HEX: #AE1591
RGB: (174,21,145)

Color info

#AE1591 contains mainly red and blue colors. Web safe color of #AE1591 is #990099 (or #909).

RGB color model

#AE1591 color RGB value is (174,21,145).

  • red value is 174;
  • green value is 21;
  • blue value is 145.
RGB:
(174,21,145)
(68%,8%,57%)

RGB channels and saturation

R 174 of 255 = 68%
G 21 of 255 = 8%
B 145 of 255 = 57%

174
21
145

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

Portions of RGB colors in percentages

R + G + B =
174 + 21 + 145 = 340 (100%)
R 174 of 340 ~ 51.18%
G 21 of 340 ~ 6.18%
B 145 of 340 ~ 42.65%

%51.18
%42.65

CMYK color model

#AE1591 color CMYK value is (0,88,17,32).

  • cyan value is 0.00%
  • magenta value is 87.93%
  • yellow value is 16.67%
  • key color value is 31.76%
CMYK:
(0,88,17,32)
C0M88Y17K32 
(0%,88%,17%,32%)
(0.00/0.88/0.17/0.32)	

CMYK percentages

%0
%87.93
%16.67
%31.76

Codes

Color #AE1591 in popluar color models

AE1591
RGB17421145
HSL311°78.46%38.24%
HSB/HSV311°87.93%68.24%
CMYK0.00%87.93%16.67%
31.76%

Color #AE1591 in popluar number systems.

HEXAE1591
Decimal17421145
Binary101011101010110010001
Octal25625221

Shades and tints

Shades of #AE1591

#AE1591
(174,21,145)
#9F1484
(159,20,132)
#901377
(144,19,119)
#81126A
(129,18,106)
#72115D
(114,17,93)
#631050
(99,16,80)
#540F43
(84,15,67)
#450E36
(69,14,54)
#360D29
(54,13,41)
#270C1C
(39,12,28)
#180B0F
(24,11,15)
#000000
(0,0,0)

Tints of #AE1591

#AE1591
(174,21,145)
#B52A9B
(181,42,155)
#BC3FA5
(188,63,165)
#C354AF
(195,84,175)
#CA69B9
(202,105,185)
#D17EC3
(209,126,195)
#D893CD
(216,147,205)
#DFA8D7
(223,168,215)
#E6BDE1
(230,189,225)
#EDD2EB
(237,210,235)
#F4E7F5
(244,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE1591 color. Also use rgb(174,21,145) instead hex code.

Text Font Color

.myTextColor { color: #AE1591; }

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

This text font color is #AE1591.


Background Color

.myBgColor { background-color: #AE1591; }

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

This div background color is #AE1591.


Border color

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

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

This div border color is #AE1591.


Opacity

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

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

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

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

This text has shadow with #AE1591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE1591 on black background.


Color preview on white background

This text has color #AE1591 on white background.



Black color preview on #AE1591 background

This text has black color on #AE1591 background.


White color preview on #AE1591 background

This text has white color on #AE1591 background.