COLOR #AE77C1

HEX: #AE77C1
RGB: (174,119,193)

Color info

#AE77C1 contains mainly red and blue colors. Web safe color of #AE77C1 is #9966CC (or #96C).

RGB color model

#AE77C1 color RGB value is (174,119,193).

  • red value is 174;
  • green value is 119;
  • blue value is 193.
RGB:
(174,119,193)
(68%,47%,76%)

RGB channels and saturation

R 174 of 255 = 68%
G 119 of 255 = 47%
B 193 of 255 = 76%

174
119
193

R + G + B ~ 64%. #AE77C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 119 + 193 = 486 (100%)
R 174 of 486 ~ 35.8%
G 119 of 486 ~ 24.49%
B 193 of 486 ~ 39.71%

%35.8
%24.49
%39.71

CMYK color model

#AE77C1 color CMYK value is (10,38,0,24).

  • cyan value is 9.84%
  • magenta value is 38.34%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(10,38,0,24)
C10M38Y0K24 
(10%,38%,0%,24%)
(0.10/0.38/0.00/0.24)	

CMYK percentages

%9.84
%38.34
%0
%24.31

Codes

Color #AE77C1 in popluar color models

AE77C1
RGB174119193
HSL285°37.37%61.18%
HSB/HSV285°38.34%75.69%
CMYK9.84%38.34%0.00%
24.31%

Color #AE77C1 in popluar number systems.

HEXAE77C1
Decimal174119193
Binary10101110111011111000001
Octal256167301

Shades and tints

Shades of #AE77C1

#AE77C1
(174,119,193)
#9F6DB0
(159,109,176)
#90639F
(144,99,159)
#81598E
(129,89,142)
#724F7D
(114,79,125)
#63456C
(99,69,108)
#543B5B
(84,59,91)
#45314A
(69,49,74)
#362739
(54,39,57)
#271D28
(39,29,40)
#181317
(24,19,23)
#000000
(0,0,0)

Tints of #AE77C1

#AE77C1
(174,119,193)
#B583C6
(181,131,198)
#BC8FCB
(188,143,203)
#C39BD0
(195,155,208)
#CAA7D5
(202,167,213)
#D1B3DA
(209,179,218)
#D8BFDF
(216,191,223)
#DFCBE4
(223,203,228)
#E6D7E9
(230,215,233)
#EDE3EE
(237,227,238)
#F4EFF3
(244,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE77C1 color. Also use rgb(174,119,193) instead hex code.

Text Font Color

.myTextColor { color: #AE77C1; }

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

This text font color is #AE77C1.


Background Color

.myBgColor { background-color: #AE77C1; }

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

This div background color is #AE77C1.


Border color

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

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

This div border color is #AE77C1.


Opacity

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

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

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

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

This text has shadow with #AE77C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE77C1 on black background.


Color preview on white background

This text has color #AE77C1 on white background.



Black color preview on #AE77C1 background

This text has black color on #AE77C1 background.


White color preview on #AE77C1 background

This text has white color on #AE77C1 background.