COLOR #AE5878

HEX: #AE5878 RGB: (174,88,120)

Color info

#AE5878 contains mainly red and blue colors. Web safe color of #AE5878 is #996666 (or #966).

RGB color model

#AE5878 color RGB value is (174,88,120).

RGB: (174,88,120) (68%, 35%, 47%)

RGB channels and saturation

R 174 of 255 = 68%
G 88 of 255 = 35%
B 120 of 255 = 47%

174
88
120

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

Portions of RGB colors in percentages

R + G + B = 174 + 88 + 120 = 382 (100%)
R 174 of 382 ~ 45.55%
G 88 of 382 ~ 23.04%
B 120 of 382 ~ 31.41'%

%45.55
%23.04
%31.41

CMYK color model

#AE5878 color CMYK value is (0,49,31,32).

  • cyan value is 0.00%
  • magenta value is 49.43%
  • yellow value is 31.03%
  • key color value is 31.76%

CMYK: (0,49,31,32)
C0M49Y31K32 (0%, 49%, 31%, 32%)
(0.00 / 0.49 / 0.31 / 0.32)

CMYK percentages

%0
%49.43
%31.03
%31.76

Codes

Color #AE5878 in popluar color models

AE 58 78
RGB 174 88 120
HSL 338° 34.68% 51.37%
HSB/HSV 338° 49.43% 68.24%
CMYK 0.00% 49.43% 31.03%
31.76%

Color #AE5878 in popluar number systems.

HEX AE 58 78
Decimal 174 88 120
Binary 10101110 1011000 1111000
Octal 256 130 170

Shades and tints

Shades of #AE5878

#AE5878
(174,88,120)
#9F506E
(159,80,110)
#904864
(144,72,100)
#81405A
(129,64,90)
#723850
(114,56,80)
#633046
(99,48,70)
#54283C
(84,40,60)
#452032
(69,32,50)
#361828
(54,24,40)
#27101E
(39,16,30)
#180814
(24,8,20)
#000000
(0,0,0)

Tints of #AE5878

#AE5878
(174,88,120)
#B56784
(181,103,132)
#BC7690
(188,118,144)
#C3859C
(195,133,156)
#CA94A8
(202,148,168)
#D1A3B4
(209,163,180)
#D8B2C0
(216,178,192)
#DFC1CC
(223,193,204)
#E6D0D8
(230,208,216)
#EDDFE4
(237,223,228)
#F4EEF0
(244,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE5878 color. Also use rgb(174,88,120) instead hex code.

Text Font Color

.myTextColor { color: #AE5878; }

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

This text font color is #AE5878.

Background Color

.myBgColor { background-color: #AE5878; }

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

This div background color is #AE5878.

Border color

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

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

This div border color is #AE5878.

Opacity

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

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

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

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

This text has shadow with #AE5878 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE5878.

Preview

Color preview on black background

This text has color #AE5878 on black background.


Color preview on white background

This text has color #AE5878 on white background.


Black color preview on #AE5878 background

This text has black color on #AE5878 background.


White color preview on #AE5878 background

This text has white color on #AE5878 background.


Related colors

Complementary color

Complementary color for #hex is #51A787.


I love getcolorcode.com

Triadic colors

1 #78AE58 and #5878AE with #AE5878 are triadic colors.

2 #7858AE and #58AE78 with #AE5878 are triadic colors.