COLOR #AE78A1

HEX: #AE78A1
RGB: (174,120,161)

Color info

#AE78A1 contains red, green and blue colors in about the same proportion. Web safe color of #AE78A1 is #996699 (or #969).

RGB color model

#AE78A1 color RGB value is (174,120,161).

  • red value is 174;
  • green value is 120;
  • blue value is 161.
RGB:
(174,120,161)
(68%,47%,63%)

RGB channels and saturation

R 174 of 255 = 68%
G 120 of 255 = 47%
B 161 of 255 = 63%

174
120
161

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

Portions of RGB colors in percentages

R + G + B =
174 + 120 + 161 = 455 (100%)
R 174 of 455 ~ 38.24%
G 120 of 455 ~ 26.37%
B 161 of 455 ~ 35.38%

%38.24
%26.37
%35.38

CMYK color model

#AE78A1 color CMYK value is (0,31,7,32).

  • cyan value is 0.00%
  • magenta value is 31.03%
  • yellow value is 7.47%
  • key color value is 31.76%
CMYK:
(0,31,7,32)
C0M31Y7K32 
(0%,31%,7%,32%)
(0.00/0.31/0.07/0.32)	

CMYK percentages

%0
%31.03
%7.47
%31.76

Codes

Color #AE78A1 in popluar color models

AE78A1
RGB174120161
HSL314°25.00%57.65%
HSB/HSV314°31.03%68.24%
CMYK0.00%31.03%7.47%
31.76%

Color #AE78A1 in popluar number systems.

HEXAE78A1
Decimal174120161
Binary10101110111100010100001
Octal256170241

Shades and tints

Shades of #AE78A1

#AE78A1
(174,120,161)
#9F6E93
(159,110,147)
#906485
(144,100,133)
#815A77
(129,90,119)
#725069
(114,80,105)
#63465B
(99,70,91)
#543C4D
(84,60,77)
#45323F
(69,50,63)
#362831
(54,40,49)
#271E23
(39,30,35)
#181415
(24,20,21)
#000000
(0,0,0)

Tints of #AE78A1

#AE78A1
(174,120,161)
#B584A9
(181,132,169)
#BC90B1
(188,144,177)
#C39CB9
(195,156,185)
#CAA8C1
(202,168,193)
#D1B4C9
(209,180,201)
#D8C0D1
(216,192,209)
#DFCCD9
(223,204,217)
#E6D8E1
(230,216,225)
#EDE4E9
(237,228,233)
#F4F0F1
(244,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE78A1; }

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

This text font color is #AE78A1.


Background Color

.myBgColor { background-color: #AE78A1; }

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

This div background color is #AE78A1.


Border color

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

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

This div border color is #AE78A1.


Opacity

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

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

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

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

This text has shadow with #AE78A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE78A1 on black background.


Color preview on white background

This text has color #AE78A1 on white background.



Black color preview on #AE78A1 background

This text has black color on #AE78A1 background.


White color preview on #AE78A1 background

This text has white color on #AE78A1 background.