COLOR #AE118F

HEX: #AE118F
RGB: (174,17,143)

Color info

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

RGB color model

#AE118F color RGB value is (174,17,143).

  • red value is 174;
  • green value is 17;
  • blue value is 143.
RGB:
(174,17,143)
(68%,7%,56%)

RGB channels and saturation

R 174 of 255 = 68%
G 17 of 255 = 7%
B 143 of 255 = 56%

174
17
143

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

Portions of RGB colors in percentages

R + G + B =
174 + 17 + 143 = 334 (100%)
R 174 of 334 ~ 52.1%
G 17 of 334 ~ 5.09%
B 143 of 334 ~ 42.81%

%52.1
%42.81

CMYK color model

#AE118F color CMYK value is (0,90,18,32).

  • cyan value is 0.00%
  • magenta value is 90.23%
  • yellow value is 17.82%
  • key color value is 31.76%
CMYK:
(0,90,18,32)
C0M90Y18K32 
(0%,90%,18%,32%)
(0.00/0.90/0.18/0.32)	

CMYK percentages

%0
%90.23
%17.82
%31.76

Codes

Color #AE118F in popluar color models

AE118F
RGB17417143
HSL312°82.20%37.45%
HSB/HSV312°90.23%68.24%
CMYK0.00%90.23%17.82%
31.76%

Color #AE118F in popluar number systems.

HEXAE118F
Decimal17417143
Binary101011101000110001111
Octal25621217

Shades and tints

Shades of #AE118F

#AE118F
(174,17,143)
#9F1082
(159,16,130)
#900F75
(144,15,117)
#810E68
(129,14,104)
#720D5B
(114,13,91)
#630C4E
(99,12,78)
#540B41
(84,11,65)
#450A34
(69,10,52)
#360927
(54,9,39)
#27081A
(39,8,26)
#18070D
(24,7,13)
#000000
(0,0,0)

Tints of #AE118F

#AE118F
(174,17,143)
#B52699
(181,38,153)
#BC3BA3
(188,59,163)
#C350AD
(195,80,173)
#CA65B7
(202,101,183)
#D17AC1
(209,122,193)
#D88FCB
(216,143,203)
#DFA4D5
(223,164,213)
#E6B9DF
(230,185,223)
#EDCEE9
(237,206,233)
#F4E3F3
(244,227,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE118F color. Also use rgb(174,17,143) instead hex code.

Text Font Color

.myTextColor { color: #AE118F; }

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

This text font color is #AE118F.


Background Color

.myBgColor { background-color: #AE118F; }

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

This div background color is #AE118F.


Border color

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

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

This div border color is #AE118F.


Opacity

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

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

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

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

This text has shadow with #AE118F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE118F on black background.


Color preview on white background

This text has color #AE118F on white background.



Black color preview on #AE118F background

This text has black color on #AE118F background.


White color preview on #AE118F background

This text has white color on #AE118F background.