COLOR #AA7FD3

HEX: #AA7FD3 RGB: (170,127,211)

Color info

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

RGB color model

#AA7FD3 color RGB value is (170,127,211).

RGB: (170,127,211) (67%, 50%, 83%)

RGB channels and saturation

R 170 of 255 = 67%
G 127 of 255 = 50%
B 211 of 255 = 83%

170
127
211

R + G + B ~ 67%. #AA7FD3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 127 + 211 = 508 (100%)
R 170 of 508 ~ 33.46%
G 127 of 508 ~ 25%
B 211 of 508 ~ 41.54'%

%33.46
%25
%41.54

CMYK color model

#AA7FD3 color CMYK value is (19,40,0,17).

  • cyan value is 19.43%
  • magenta value is 39.81%
  • yellow value is 0.00%
  • key color value is 17.25%

CMYK: (19,40,0,17)
C19M40Y0K17 (19%, 40%, 0%, 17%)
(0.19 / 0.40 / 0.00 / 0.17)

CMYK percentages

%19.43
%39.81
%0
%17.25

Codes

Color #AA7FD3 in popluar color models

AA 7F D3
RGB 170 127 211
HSL 271° 48.84% 66.27%
HSB/HSV 271° 39.81% 82.75%
CMYK 19.43% 39.81% 0.00%
17.25%

Color #AA7FD3 in popluar number systems.

HEX AA 7F D3
Decimal 170 127 211
Binary 10101010 1111111 11010011
Octal 252 177 323

Shades and tints

Shades of #AA7FD3

#AA7FD3
(170,127,211)
#9B74C0
(155,116,192)
#8C69AD
(140,105,173)
#7D5E9A
(125,94,154)
#6E5387
(110,83,135)
#5F4874
(95,72,116)
#503D61
(80,61,97)
#41324E
(65,50,78)
#32273B
(50,39,59)
#231C28
(35,28,40)
#141115
(20,17,21)
#000000
(0,0,0)

Tints of #AA7FD3

#AA7FD3
(170,127,211)
#B18AD7
(177,138,215)
#B895DB
(184,149,219)
#BFA0DF
(191,160,223)
#C6ABE3
(198,171,227)
#CDB6E7
(205,182,231)
#D4C1EB
(212,193,235)
#DBCCEF
(219,204,239)
#E2D7F3
(226,215,243)
#E9E2F7
(233,226,247)
#F0EDFB
(240,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA7FD3; }

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

This text font color is #AA7FD3.

Background Color

.myBgColor { background-color: #AA7FD3; }

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

This div background color is #AA7FD3.

Border color

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

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

This div border color is #AA7FD3.

Opacity

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

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

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

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

This text has shadow with #AA7FD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA7FD3.

Preview

Color preview on black background

This text has color #AA7FD3 on black background.


Color preview on white background

This text has color #AA7FD3 on white background.


Black color preview on #AA7FD3 background

This text has black color on #AA7FD3 background.


White color preview on #AA7FD3 background

This text has white color on #AA7FD3 background.


Related colors

Complementary color

Complementary color for #hex is #55802C.


I love getcolorcode.com

Triadic colors

1 #D3AA7F and #7FD3AA with #AA7FD3 are triadic colors.

2 #D37FAA and #7FAAD3 with #AA7FD3 are triadic colors.