COLOR #AE559B

HEX: #AE559B RGB: (174,85,155)

Color info

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

RGB color model

#AE559B color RGB value is (174,85,155).

RGB: (174,85,155) (68%, 33%, 61%)

RGB channels and saturation

R 174 of 255 = 68%
G 85 of 255 = 33%
B 155 of 255 = 61%

174
85
155

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

Portions of RGB colors in percentages

R + G + B = 174 + 85 + 155 = 414 (100%)
R 174 of 414 ~ 42.03%
G 85 of 414 ~ 20.53%
B 155 of 414 ~ 37.44'%

%42.03
%20.53
%37.44

CMYK color model

#AE559B color CMYK value is (0,51,11,32).

  • cyan value is 0.00%
  • magenta value is 51.15%
  • yellow value is 10.92%
  • key color value is 31.76%

CMYK: (0,51,11,32)
C0M51Y11K32 (0%, 51%, 11%, 32%)
(0.00 / 0.51 / 0.11 / 0.32)

CMYK percentages

%0
%51.15
%10.92
%31.76

Codes

Color #AE559B in popluar color models

AE 55 9B
RGB 174 85 155
HSL 313° 35.46% 50.78%
HSB/HSV 313° 51.15% 68.24%
CMYK 0.00% 51.15% 10.92%
31.76%

Color #AE559B in popluar number systems.

HEX AE 55 9B
Decimal 174 85 155
Binary 10101110 1010101 10011011
Octal 256 125 233

Shades and tints

Shades of #AE559B

#AE559B
(174,85,155)
#9F4E8D
(159,78,141)
#90477F
(144,71,127)
#814071
(129,64,113)
#723963
(114,57,99)
#633255
(99,50,85)
#542B47
(84,43,71)
#452439
(69,36,57)
#361D2B
(54,29,43)
#27161D
(39,22,29)
#180F0F
(24,15,15)
#000000
(0,0,0)

Tints of #AE559B

#AE559B
(174,85,155)
#B564A4
(181,100,164)
#BC73AD
(188,115,173)
#C382B6
(195,130,182)
#CA91BF
(202,145,191)
#D1A0C8
(209,160,200)
#D8AFD1
(216,175,209)
#DFBEDA
(223,190,218)
#E6CDE3
(230,205,227)
#EDDCEC
(237,220,236)
#F4EBF5
(244,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE559B color. Also use rgb(174,85,155) instead hex code.

Text Font Color

.myTextColor { color: #AE559B; }

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

This text font color is #AE559B.

Background Color

.myBgColor { background-color: #AE559B; }

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

This div background color is #AE559B.

Border color

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

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

This div border color is #AE559B.

Opacity

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

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

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

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

This text has shadow with #AE559B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE559B.

Preview

Color preview on black background

This text has color #AE559B on black background.


Color preview on white background

This text has color #AE559B on white background.


Black color preview on #AE559B background

This text has black color on #AE559B background.


White color preview on #AE559B background

This text has white color on #AE559B background.


Related colors

Complementary color

Complementary color for #hex is #51AA64.


I love getcolorcode.com

Triadic colors

1 #9BAE55 and #559BAE with #AE559B are triadic colors.

2 #9B55AE and #55AE9B with #AE559B are triadic colors.