COLOR #AE6587

HEX: #AE6587
RGB: (174,101,135)

Color info

#AE6587 contains mainly red and blue colors. Web safe color of #AE6587 is #996699 (or #969).

RGB color model

#AE6587 color RGB value is (174,101,135).

  • red value is 174;
  • green value is 101;
  • blue value is 135.
RGB:
(174,101,135)
(68%,40%,53%)

RGB channels and saturation

R 174 of 255 = 68%
G 101 of 255 = 40%
B 135 of 255 = 53%

174
101
135

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

Portions of RGB colors in percentages

R + G + B =
174 + 101 + 135 = 410 (100%)
R 174 of 410 ~ 42.44%
G 101 of 410 ~ 24.63%
B 135 of 410 ~ 32.93%

%42.44
%24.63
%32.93

CMYK color model

#AE6587 color CMYK value is (0,42,22,32).

  • cyan value is 0.00%
  • magenta value is 41.95%
  • yellow value is 22.41%
  • key color value is 31.76%
CMYK:
(0,42,22,32)
C0M42Y22K32 
(0%,42%,22%,32%)
(0.00/0.42/0.22/0.32)	

CMYK percentages

%0
%41.95
%22.41
%31.76

Codes

Color #AE6587 in popluar color models

AE6587
RGB174101135
HSL332°31.06%53.92%
HSB/HSV332°41.95%68.24%
CMYK0.00%41.95%22.41%
31.76%

Color #AE6587 in popluar number systems.

HEXAE6587
Decimal174101135
Binary10101110110010110000111
Octal256145207

Shades and tints

Shades of #AE6587

#AE6587
(174,101,135)
#9F5C7B
(159,92,123)
#90536F
(144,83,111)
#814A63
(129,74,99)
#724157
(114,65,87)
#63384B
(99,56,75)
#542F3F
(84,47,63)
#452633
(69,38,51)
#361D27
(54,29,39)
#27141B
(39,20,27)
#180B0F
(24,11,15)
#000000
(0,0,0)

Tints of #AE6587

#AE6587
(174,101,135)
#B57391
(181,115,145)
#BC819B
(188,129,155)
#C38FA5
(195,143,165)
#CA9DAF
(202,157,175)
#D1ABB9
(209,171,185)
#D8B9C3
(216,185,195)
#DFC7CD
(223,199,205)
#E6D5D7
(230,213,215)
#EDE3E1
(237,227,225)
#F4F1EB
(244,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE6587 color. Also use rgb(174,101,135) instead hex code.

Text Font Color

.myTextColor { color: #AE6587; }

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

This text font color is #AE6587.


Background Color

.myBgColor { background-color: #AE6587; }

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

This div background color is #AE6587.


Border color

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

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

This div border color is #AE6587.


Opacity

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

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

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

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

This text has shadow with #AE6587 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE6587 on black background.


Color preview on white background

This text has color #AE6587 on white background.



Black color preview on #AE6587 background

This text has black color on #AE6587 background.


White color preview on #AE6587 background

This text has white color on #AE6587 background.