COLOR #AA70E1

HEX: #AA70E1 RGB: (170,112,225)

Color info

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

RGB color model

#AA70E1 color RGB value is (170,112,225).

RGB: (170,112,225) (67%, 44%, 88%)

RGB channels and saturation

R 170 of 255 = 67%
G 112 of 255 = 44%
B 225 of 255 = 88%

170
112
225

R + G + B ~ 66%. #AA70E1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 112 + 225 = 507 (100%)
R 170 of 507 ~ 33.53%
G 112 of 507 ~ 22.09%
B 225 of 507 ~ 44.38'%

%33.53
%22.09
%44.38

CMYK color model

#AA70E1 color CMYK value is (24,50,0,12).

  • cyan value is 24.44%
  • magenta value is 50.22%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (24,50,0,12)
C24M50Y0K12 (24%, 50%, 0%, 12%)
(0.24 / 0.50 / 0.00 / 0.12)

CMYK percentages

%24.44
%50.22
%0
%11.76

Codes

Color #AA70E1 in popluar color models

AA 70 E1
RGB 170 112 225
HSL 271° 65.32% 66.08%
HSB/HSV 271° 50.22% 88.24%
CMYK 24.44% 50.22% 0.00%
11.76%

Color #AA70E1 in popluar number systems.

HEX AA 70 E1
Decimal 170 112 225
Binary 10101010 1110000 11100001
Octal 252 160 341

Shades and tints

Shades of #AA70E1

#AA70E1
(170,112,225)
#9B66CD
(155,102,205)
#8C5CB9
(140,92,185)
#7D52A5
(125,82,165)
#6E4891
(110,72,145)
#5F3E7D
(95,62,125)
#503469
(80,52,105)
#412A55
(65,42,85)
#322041
(50,32,65)
#23162D
(35,22,45)
#140C19
(20,12,25)
#000000
(0,0,0)

Tints of #AA70E1

#AA70E1
(170,112,225)
#B17DE3
(177,125,227)
#B88AE5
(184,138,229)
#BF97E7
(191,151,231)
#C6A4E9
(198,164,233)
#CDB1EB
(205,177,235)
#D4BEED
(212,190,237)
#DBCBEF
(219,203,239)
#E2D8F1
(226,216,241)
#E9E5F3
(233,229,243)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA70E1; }

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

This text font color is #AA70E1.

Background Color

.myBgColor { background-color: #AA70E1; }

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

This div background color is #AA70E1.

Border color

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

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

This div border color is #AA70E1.

Opacity

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

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

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

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

This text has shadow with #AA70E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA70E1.

Preview

Color preview on black background

This text has color #AA70E1 on black background.


Color preview on white background

This text has color #AA70E1 on white background.


Black color preview on #AA70E1 background

This text has black color on #AA70E1 background.


White color preview on #AA70E1 background

This text has white color on #AA70E1 background.


Related colors

Complementary color

Complementary color for #hex is #558F1E.


I love getcolorcode.com

Triadic colors

1 #E1AA70 and #70E1AA with #AA70E1 are triadic colors.

2 #E170AA and #70AAE1 with #AA70E1 are triadic colors.