COLOR #AA77CF

HEX: #AA77CF RGB: (170,119,207)

Color info

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

RGB color model

#AA77CF color RGB value is (170,119,207).

RGB: (170,119,207) (67%, 47%, 81%)

RGB channels and saturation

R 170 of 255 = 67%
G 119 of 255 = 47%
B 207 of 255 = 81%

170
119
207

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

Portions of RGB colors in percentages

R + G + B = 170 + 119 + 207 = 496 (100%)
R 170 of 496 ~ 34.27%
G 119 of 496 ~ 23.99%
B 207 of 496 ~ 41.73'%

%34.27
%23.99
%41.73

CMYK color model

#AA77CF color CMYK value is (18,43,0,19).

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

CMYK: (18,43,0,19)
C18M43Y0K19 (18%, 43%, 0%, 19%)
(0.18 / 0.43 / 0.00 / 0.19)

CMYK percentages

%17.87
%42.51
%0
%18.82

Codes

Color #AA77CF in popluar color models

AA 77 CF
RGB 170 119 207
HSL 275° 47.83% 63.92%
HSB/HSV 275° 42.51% 81.18%
CMYK 17.87% 42.51% 0.00%
18.82%

Color #AA77CF in popluar number systems.

HEX AA 77 CF
Decimal 170 119 207
Binary 10101010 1110111 11001111
Octal 252 167 317

Shades and tints

Shades of #AA77CF

#AA77CF
(170,119,207)
#9B6DBD
(155,109,189)
#8C63AB
(140,99,171)
#7D5999
(125,89,153)
#6E4F87
(110,79,135)
#5F4575
(95,69,117)
#503B63
(80,59,99)
#413151
(65,49,81)
#32273F
(50,39,63)
#231D2D
(35,29,45)
#14131B
(20,19,27)
#000000
(0,0,0)

Tints of #AA77CF

#AA77CF
(170,119,207)
#B183D3
(177,131,211)
#B88FD7
(184,143,215)
#BF9BDB
(191,155,219)
#C6A7DF
(198,167,223)
#CDB3E3
(205,179,227)
#D4BFE7
(212,191,231)
#DBCBEB
(219,203,235)
#E2D7EF
(226,215,239)
#E9E3F3
(233,227,243)
#F0EFF7
(240,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA77CF; }

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

This text font color is #AA77CF.

Background Color

.myBgColor { background-color: #AA77CF; }

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

This div background color is #AA77CF.

Border color

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

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

This div border color is #AA77CF.

Opacity

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

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

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

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

This text has shadow with #AA77CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA77CF.

Preview

Color preview on black background

This text has color #AA77CF on black background.


Color preview on white background

This text has color #AA77CF on white background.


Black color preview on #AA77CF background

This text has black color on #AA77CF background.


White color preview on #AA77CF background

This text has white color on #AA77CF background.


Related colors

Complementary color

Complementary color for #hex is #558830.


I love getcolorcode.com

Triadic colors

1 #CFAA77 and #77CFAA with #AA77CF are triadic colors.

2 #CF77AA and #77AACF with #AA77CF are triadic colors.