COLOR #AA70B6

HEX: #AA70B6
RGB: (170,112,182)

Color info

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

RGB color model

#AA70B6 color RGB value is (170,112,182).

  • red value is 170;
  • green value is 112;
  • blue value is 182.
RGB:
(170,112,182)
(67%,44%,71%)

RGB channels and saturation

R 170 of 255 = 67%
G 112 of 255 = 44%
B 182 of 255 = 71%

170
112
182

R + G + B ~ 61%. #AA70B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 112 + 182 = 464 (100%)
R 170 of 464 ~ 36.64%
G 112 of 464 ~ 24.14%
B 182 of 464 ~ 39.22%

%36.64
%24.14
%39.22

CMYK color model

#AA70B6 color CMYK value is (7,38,0,29).

  • cyan value is 6.59%
  • magenta value is 38.46%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(7,38,0,29)
C7M38Y0K29 
(7%,38%,0%,29%)
(0.07/0.38/0.00/0.29)	

CMYK percentages

%6.59
%38.46
%0
%28.63

Codes

Color #AA70B6 in popluar color models

AA70B6
RGB170112182
HSL290°32.41%57.65%
HSB/HSV290°38.46%71.37%
CMYK6.59%38.46%0.00%
28.63%

Color #AA70B6 in popluar number systems.

HEXAA70B6
Decimal170112182
Binary10101010111000010110110
Octal252160266

Shades and tints

Shades of #AA70B6

#AA70B6
(170,112,182)
#9B66A6
(155,102,166)
#8C5C96
(140,92,150)
#7D5286
(125,82,134)
#6E4876
(110,72,118)
#5F3E66
(95,62,102)
#503456
(80,52,86)
#412A46
(65,42,70)
#322036
(50,32,54)
#231626
(35,22,38)
#140C16
(20,12,22)
#000000
(0,0,0)

Tints of #AA70B6

#AA70B6
(170,112,182)
#B17DBC
(177,125,188)
#B88AC2
(184,138,194)
#BF97C8
(191,151,200)
#C6A4CE
(198,164,206)
#CDB1D4
(205,177,212)
#D4BEDA
(212,190,218)
#DBCBE0
(219,203,224)
#E2D8E6
(226,216,230)
#E9E5EC
(233,229,236)
#F0F2F2
(240,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA70B6; }

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

This text font color is #AA70B6.


Background Color

.myBgColor { background-color: #AA70B6; }

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

This div background color is #AA70B6.


Border color

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

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

This div border color is #AA70B6.


Opacity

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

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

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

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

This text has shadow with #AA70B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA70B6 on black background.


Color preview on white background

This text has color #AA70B6 on white background.



Black color preview on #AA70B6 background

This text has black color on #AA70B6 background.


White color preview on #AA70B6 background

This text has white color on #AA70B6 background.