COLOR #AA7FC7

HEX: #AA7FC7 RGB: (170,127,199)

Color info

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

RGB color model

#AA7FC7 color RGB value is (170,127,199).

RGB: (170,127,199) (67%, 50%, 78%)

RGB channels and saturation

R 170 of 255 = 67%
G 127 of 255 = 50%
B 199 of 255 = 78%

170
127
199

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

Portions of RGB colors in percentages

R + G + B = 170 + 127 + 199 = 496 (100%)
R 170 of 496 ~ 34.27%
G 127 of 496 ~ 25.6%
B 199 of 496 ~ 40.12'%

%34.27
%25.6
%40.12

CMYK color model

#AA7FC7 color CMYK value is (15,36,0,22).

  • cyan value is 14.57%
  • magenta value is 36.18%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK: (15,36,0,22) C15M36Y0K22 (15%,36%,0%,22%) (0.15/0.36/0.00/0.22) 

CMYK percentages

%14.57
%36.18
%0
%21.96

Codes

Color #AA7FC7 in popluar color models

AA 7F C7
RGB 170 127 199
HSL 276° 39.13% 63.92%
HSB/HSV 276° 36.18% 78.04%
CMYK 14.57% 36.18% 0.00%
21.96%

Color #AA7FC7 in popluar number systems.

HEX AA 7F C7
Decimal 170 127 199
Binary 10101010 1111111 11000111
Octal 252 177 307

Shades and tints

Shades of #AA7FC7

#AA7FC7
(170,127,199)
#9B74B5
(155,116,181)
#8C69A3
(140,105,163)
#7D5E91
(125,94,145)
#6E537F
(110,83,127)
#5F486D
(95,72,109)
#503D5B
(80,61,91)
#413249
(65,50,73)
#322737
(50,39,55)
#231C25
(35,28,37)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #AA7FC7

#AA7FC7
(170,127,199)
#B18ACC
(177,138,204)
#B895D1
(184,149,209)
#BFA0D6
(191,160,214)
#C6ABDB
(198,171,219)
#CDB6E0
(205,182,224)
#D4C1E5
(212,193,229)
#DBCCEA
(219,204,234)
#E2D7EF
(226,215,239)
#E9E2F4
(233,226,244)
#F0EDF9
(240,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA7FC7 color. Also use rgb(170,127,199) instead hex code.

Text Font Color

.myTextColor { color: #AA7FC7; }

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

This text font color is #AA7FC7.

Background Color

.myBgColor { background-color: #AA7FC7; }

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

This div background color is #AA7FC7.

Border color

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

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

This div border color is #AA7FC7.

Opacity

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

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

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

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

This text has shadow with #AA7FC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA7FC7.

Preview

Color preview on black background

This text has color #AA7FC7 on black background.


Color preview on white background

This text has color #AA7FC7 on white background.


Black color preview on #AA7FC7 background

This text has black color on #AA7FC7 background.


White color preview on #AA7FC7 background

This text has white color on #AA7FC7 background.


Related colors

Complementary color

Complementary color for #hex is #558038.


I love getcolorcode.com

Triadic colors

1 #C7AA7F and #7FC7AA with #AA7FC7 are triadic colors.

2 #C77FAA and #7FAAC7 with #AA7FC7 are triadic colors.