COLOR #AE1F8A

HEX: #AE1F8A
RGB: (174,31,138)

Color info

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

RGB color model

#AE1F8A color RGB value is (174,31,138).

  • red value is 174;
  • green value is 31;
  • blue value is 138.
RGB:
(174,31,138)
(68%,12%,54%)

RGB channels and saturation

R 174 of 255 = 68%
G 31 of 255 = 12%
B 138 of 255 = 54%

174
31
138

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

Portions of RGB colors in percentages

R + G + B =
174 + 31 + 138 = 343 (100%)
R 174 of 343 ~ 50.73%
G 31 of 343 ~ 9.04%
B 138 of 343 ~ 40.23%

%50.73
%40.23

CMYK color model

#AE1F8A color CMYK value is (0,82,21,32).

  • cyan value is 0.00%
  • magenta value is 82.18%
  • yellow value is 20.69%
  • key color value is 31.76%
CMYK:
(0,82,21,32)
C0M82Y21K32 
(0%,82%,21%,32%)
(0.00/0.82/0.21/0.32)	

CMYK percentages

%0
%82.18
%20.69
%31.76

Codes

Color #AE1F8A in popluar color models

AE1F8A
RGB17431138
HSL315°69.76%40.20%
HSB/HSV315°82.18%68.24%
CMYK0.00%82.18%20.69%
31.76%

Color #AE1F8A in popluar number systems.

HEXAE1F8A
Decimal17431138
Binary101011101111110001010
Octal25637212

Shades and tints

Shades of #AE1F8A

#AE1F8A
(174,31,138)
#9F1D7E
(159,29,126)
#901B72
(144,27,114)
#811966
(129,25,102)
#72175A
(114,23,90)
#63154E
(99,21,78)
#541342
(84,19,66)
#451136
(69,17,54)
#360F2A
(54,15,42)
#270D1E
(39,13,30)
#180B12
(24,11,18)
#000000
(0,0,0)

Tints of #AE1F8A

#AE1F8A
(174,31,138)
#B53394
(181,51,148)
#BC479E
(188,71,158)
#C35BA8
(195,91,168)
#CA6FB2
(202,111,178)
#D183BC
(209,131,188)
#D897C6
(216,151,198)
#DFABD0
(223,171,208)
#E6BFDA
(230,191,218)
#EDD3E4
(237,211,228)
#F4E7EE
(244,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE1F8A color. Also use rgb(174,31,138) instead hex code.

Text Font Color

.myTextColor { color: #AE1F8A; }

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

This text font color is #AE1F8A.


Background Color

.myBgColor { background-color: #AE1F8A; }

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

This div background color is #AE1F8A.


Border color

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

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

This div border color is #AE1F8A.


Opacity

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

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

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

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

This text has shadow with #AE1F8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE1F8A on black background.


Color preview on white background

This text has color #AE1F8A on white background.



Black color preview on #AE1F8A background

This text has black color on #AE1F8A background.


White color preview on #AE1F8A background

This text has white color on #AE1F8A background.