COLOR #AA70B1

HEX: #AA70B1 RGB: (170,112,177)

Color info

#AA70B1 contains mainly red and blue colors. Web safe color of #AA70B1 is #996699 (or #969).

RGB color model

#AA70B1 color RGB value is (170,112,177).

RGB: (170,112,177) (67%, 44%, 69%)

RGB channels and saturation

R 170 of 255 = 67%
G 112 of 255 = 44%
B 177 of 255 = 69%

170
112
177

R + G + B ~ 60%. #AA70B1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 170 + 112 + 177 = 459 (100%)
R 170 of 459 ~ 37.04%
G 112 of 459 ~ 24.4%
B 177 of 459 ~ 38.56'%

%37.04
%24.4
%38.56

CMYK color model

#AA70B1 color CMYK value is (4,37,0,31).

  • cyan value is 3.95%
  • magenta value is 36.72%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (4,37,0,31)
C4M37Y0K31 (4%, 37%, 0%, 31%)
(0.04 / 0.37 / 0.00 / 0.31)

CMYK percentages

%3.95
%36.72
%0
%30.59

Codes

Color #AA70B1 in popluar color models

AA 70 B1
RGB 170 112 177
HSL 294° 29.41% 56.67%
HSB/HSV 294° 36.72% 69.41%
CMYK 3.95% 36.72% 0.00%
30.59%

Color #AA70B1 in popluar number systems.

HEX AA 70 B1
Decimal 170 112 177
Binary 10101010 1110000 10110001
Octal 252 160 261

Shades and tints

Shades of #AA70B1

#AA70B1
(170,112,177)
#9B66A1
(155,102,161)
#8C5C91
(140,92,145)
#7D5281
(125,82,129)
#6E4871
(110,72,113)
#5F3E61
(95,62,97)
#503451
(80,52,81)
#412A41
(65,42,65)
#322031
(50,32,49)
#231621
(35,22,33)
#140C11
(20,12,17)
#000000
(0,0,0)

Tints of #AA70B1

#AA70B1
(170,112,177)
#B17DB8
(177,125,184)
#B88ABF
(184,138,191)
#BF97C6
(191,151,198)
#C6A4CD
(198,164,205)
#CDB1D4
(205,177,212)
#D4BEDB
(212,190,219)
#DBCBE2
(219,203,226)
#E2D8E9
(226,216,233)
#E9E5F0
(233,229,240)
#F0F2F7
(240,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA70B1 color. Also use rgb(170,112,177) instead hex code.

Text Font Color

.myTextColor { color: #AA70B1; }

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

This text font color is #AA70B1.

Background Color

.myBgColor { background-color: #AA70B1; }

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

This div background color is #AA70B1.

Border color

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

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

This div border color is #AA70B1.

Opacity

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

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

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

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

This text has shadow with #AA70B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA70B1.

Preview

Color preview on black background

This text has color #AA70B1 on black background.


Color preview on white background

This text has color #AA70B1 on white background.


Black color preview on #AA70B1 background

This text has black color on #AA70B1 background.


White color preview on #AA70B1 background

This text has white color on #AA70B1 background.


Related colors

Complementary color

Complementary color for #hex is #558F4E.


I love getcolorcode.com

Triadic colors

1 #B1AA70 and #70B1AA with #AA70B1 are triadic colors.

2 #B170AA and #70AAB1 with #AA70B1 are triadic colors.