COLOR #AE4179

HEX: #AE4179
RGB: (174,65,121)

Color info

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

RGB color model

#AE4179 color RGB value is (174,65,121).

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

RGB channels and saturation

R 174 of 255 = 68%
G 65 of 255 = 25%
B 121 of 255 = 47%

174
65
121

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

Portions of RGB colors in percentages

R + G + B =
174 + 65 + 121 = 360 (100%)
R 174 of 360 ~ 48.33%
G 65 of 360 ~ 18.06%
B 121 of 360 ~ 33.61%

%48.33
%18.06
%33.61

CMYK color model

#AE4179 color CMYK value is (0,63,30,32).

  • cyan value is 0.00%
  • magenta value is 62.64%
  • yellow value is 30.46%
  • key color value is 31.76%
CMYK:
(0,63,30,32)
C0M63Y30K32 
(0%,63%,30%,32%)
(0.00/0.63/0.30/0.32)	

CMYK percentages

%0
%62.64
%30.46
%31.76

Codes

Color #AE4179 in popluar color models

AE4179
RGB17465121
HSL329°45.61%46.86%
HSB/HSV329°62.64%68.24%
CMYK0.00%62.64%30.46%
31.76%

Color #AE4179 in popluar number systems.

HEXAE4179
Decimal17465121
Binary1010111010000011111001
Octal256101171

Shades and tints

Shades of #AE4179

#AE4179
(174,65,121)
#9F3C6E
(159,60,110)
#903763
(144,55,99)
#813258
(129,50,88)
#722D4D
(114,45,77)
#632842
(99,40,66)
#542337
(84,35,55)
#451E2C
(69,30,44)
#361921
(54,25,33)
#271416
(39,20,22)
#180F0B
(24,15,11)
#000000
(0,0,0)

Tints of #AE4179

#AE4179
(174,65,121)
#B55285
(181,82,133)
#BC6391
(188,99,145)
#C3749D
(195,116,157)
#CA85A9
(202,133,169)
#D196B5
(209,150,181)
#D8A7C1
(216,167,193)
#DFB8CD
(223,184,205)
#E6C9D9
(230,201,217)
#EDDAE5
(237,218,229)
#F4EBF1
(244,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE4179; }

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

This text font color is #AE4179.


Background Color

.myBgColor { background-color: #AE4179; }

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

This div background color is #AE4179.


Border color

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

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

This div border color is #AE4179.


Opacity

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

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

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

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

This text has shadow with #AE4179 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE4179 on black background.


Color preview on white background

This text has color #AE4179 on white background.



Black color preview on #AE4179 background

This text has black color on #AE4179 background.


White color preview on #AE4179 background

This text has white color on #AE4179 background.