COLOR #AE77CF

HEX: #AE77CF RGB: (174,119,207)

Color info

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

RGB color model

#AE77CF color RGB value is (174,119,207).

RGB: (174,119,207) (68%, 47%, 81%)

RGB channels and saturation

R 174 of 255 = 68%
G 119 of 255 = 47%
B 207 of 255 = 81%

174
119
207

R + G + B ~ 65%. #AE77CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 119 + 207 = 500 (100%)
R 174 of 500 ~ 34.8%
G 119 of 500 ~ 23.8%
B 207 of 500 ~ 41.4'%

%34.8
%23.8
%41.4

CMYK color model

#AE77CF color CMYK value is (16,43,0,19).

  • cyan value is 15.94%
  • magenta value is 42.51%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (16,43,0,19)
C16M43Y0K19 (16%, 43%, 0%, 19%)
(0.16 / 0.43 / 0.00 / 0.19)

CMYK percentages

%15.94
%42.51
%0
%18.82

Codes

Color #AE77CF in popluar color models

AE 77 CF
RGB 174 119 207
HSL 278° 47.83% 63.92%
HSB/HSV 278° 42.51% 81.18%
CMYK 15.94% 42.51% 0.00%
18.82%

Color #AE77CF in popluar number systems.

HEX AE 77 CF
Decimal 174 119 207
Binary 10101110 1110111 11001111
Octal 256 167 317

Shades and tints

Shades of #AE77CF

#AE77CF
(174,119,207)
#9F6DBD
(159,109,189)
#9063AB
(144,99,171)
#815999
(129,89,153)
#724F87
(114,79,135)
#634575
(99,69,117)
#543B63
(84,59,99)
#453151
(69,49,81)
#36273F
(54,39,63)
#271D2D
(39,29,45)
#18131B
(24,19,27)
#000000
(0,0,0)

Tints of #AE77CF

#AE77CF
(174,119,207)
#B583D3
(181,131,211)
#BC8FD7
(188,143,215)
#C39BDB
(195,155,219)
#CAA7DF
(202,167,223)
#D1B3E3
(209,179,227)
#D8BFE7
(216,191,231)
#DFCBEB
(223,203,235)
#E6D7EF
(230,215,239)
#EDE3F3
(237,227,243)
#F4EFF7
(244,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE77CF; }

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

This text font color is #AE77CF.

Background Color

.myBgColor { background-color: #AE77CF; }

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

This div background color is #AE77CF.

Border color

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

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

This div border color is #AE77CF.

Opacity

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

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

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

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

This text has shadow with #AE77CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE77CF.

Preview

Color preview on black background

This text has color #AE77CF on black background.


Color preview on white background

This text has color #AE77CF on white background.


Black color preview on #AE77CF background

This text has black color on #AE77CF background.


White color preview on #AE77CF background

This text has white color on #AE77CF background.


Related colors

Complementary color

Complementary color for #hex is #518830.


I love getcolorcode.com

Triadic colors

1 #CFAE77 and #77CFAE with #AE77CF are triadic colors.

2 #CF77AE and #77AECF with #AE77CF are triadic colors.