COLOR #AE1C72

HEX: #AE1C72
RGB: (174,28,114)

Color info

#AE1C72 contains mainly red color. Web safe color of #AE1C72 is #993366 (or #936).

RGB color model

#AE1C72 color RGB value is (174,28,114).

  • red value is 174;
  • green value is 28;
  • blue value is 114.
RGB:
(174,28,114)
(68%,11%,45%)

RGB channels and saturation

R 174 of 255 = 68%
G 28 of 255 = 11%
B 114 of 255 = 45%

174
28
114

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

Portions of RGB colors in percentages

R + G + B =
174 + 28 + 114 = 316 (100%)
R 174 of 316 ~ 55.06%
G 28 of 316 ~ 8.86%
B 114 of 316 ~ 36.08%

%55.06
%36.08

CMYK color model

#AE1C72 color CMYK value is (0,84,34,32).

  • cyan value is 0.00%
  • magenta value is 83.91%
  • yellow value is 34.48%
  • key color value is 31.76%
CMYK:
(0,84,34,32)
C0M84Y34K32 
(0%,84%,34%,32%)
(0.00/0.84/0.34/0.32)	

CMYK percentages

%0
%83.91
%34.48
%31.76

Codes

Color #AE1C72 in popluar color models

AE1C72
RGB17428114
HSL325°72.28%39.61%
HSB/HSV325°83.91%68.24%
CMYK0.00%83.91%34.48%
31.76%

Color #AE1C72 in popluar number systems.

HEXAE1C72
Decimal17428114
Binary10101110111001110010
Octal25634162

Shades and tints

Shades of #AE1C72

#AE1C72
(174,28,114)
#9F1A68
(159,26,104)
#90185E
(144,24,94)
#811654
(129,22,84)
#72144A
(114,20,74)
#631240
(99,18,64)
#541036
(84,16,54)
#450E2C
(69,14,44)
#360C22
(54,12,34)
#270A18
(39,10,24)
#18080E
(24,8,14)
#000000
(0,0,0)

Tints of #AE1C72

#AE1C72
(174,28,114)
#B5307E
(181,48,126)
#BC448A
(188,68,138)
#C35896
(195,88,150)
#CA6CA2
(202,108,162)
#D180AE
(209,128,174)
#D894BA
(216,148,186)
#DFA8C6
(223,168,198)
#E6BCD2
(230,188,210)
#EDD0DE
(237,208,222)
#F4E4EA
(244,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE1C72 color. Also use rgb(174,28,114) instead hex code.

Text Font Color

.myTextColor { color: #AE1C72; }

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

This text font color is #AE1C72.


Background Color

.myBgColor { background-color: #AE1C72; }

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

This div background color is #AE1C72.


Border color

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

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

This div border color is #AE1C72.


Opacity

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

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

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

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

This text has shadow with #AE1C72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE1C72 on black background.


Color preview on white background

This text has color #AE1C72 on white background.



Black color preview on #AE1C72 background

This text has black color on #AE1C72 background.


White color preview on #AE1C72 background

This text has white color on #AE1C72 background.