COLOR #AA20B2

HEX: #AA20B2
RGB: (170,32,178)

Color info

#AA20B2 contains mainly red and blue colors. Web safe color of #AA20B2 is #993399 (or #939).

RGB color model

#AA20B2 color RGB value is (170,32,178).

  • red value is 170;
  • green value is 32;
  • blue value is 178.
RGB:
(170,32,178)
(67%,13%,70%)

RGB channels and saturation

R 170 of 255 = 67%
G 32 of 255 = 13%
B 178 of 255 = 70%

170
32
178

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

Portions of RGB colors in percentages

R + G + B =
170 + 32 + 178 = 380 (100%)
R 170 of 380 ~ 44.74%
G 32 of 380 ~ 8.42%
B 178 of 380 ~ 46.84%

%44.74
%46.84

CMYK color model

#AA20B2 color CMYK value is (4,82,0,30).

  • cyan value is 4.49%
  • magenta value is 82.02%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(4,82,0,30)
C4M82Y0K30 
(4%,82%,0%,30%)
(0.04/0.82/0.00/0.30)	

CMYK percentages

%4.49
%82.02
%0
%30.2

Codes

Color #AA20B2 in popluar color models

AA20B2
RGB17032178
HSL297°69.52%41.18%
HSB/HSV297°82.02%69.80%
CMYK4.49%82.02%0.00%
30.20%

Color #AA20B2 in popluar number systems.

HEXAA20B2
Decimal17032178
Binary1010101010000010110010
Octal25240262

Shades and tints

Shades of #AA20B2

#AA20B2
(170,32,178)
#9B1EA2
(155,30,162)
#8C1C92
(140,28,146)
#7D1A82
(125,26,130)
#6E1872
(110,24,114)
#5F1662
(95,22,98)
#501452
(80,20,82)
#411242
(65,18,66)
#321032
(50,16,50)
#230E22
(35,14,34)
#140C12
(20,12,18)
#000000
(0,0,0)

Tints of #AA20B2

#AA20B2
(170,32,178)
#B134B9
(177,52,185)
#B848C0
(184,72,192)
#BF5CC7
(191,92,199)
#C670CE
(198,112,206)
#CD84D5
(205,132,213)
#D498DC
(212,152,220)
#DBACE3
(219,172,227)
#E2C0EA
(226,192,234)
#E9D4F1
(233,212,241)
#F0E8F8
(240,232,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA20B2 color. Also use rgb(170,32,178) instead hex code.

Text Font Color

.myTextColor { color: #AA20B2; }

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

This text font color is #AA20B2.


Background Color

.myBgColor { background-color: #AA20B2; }

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

This div background color is #AA20B2.


Border color

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

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

This div border color is #AA20B2.


Opacity

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

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

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

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

This text has shadow with #AA20B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA20B2 on black background.


Color preview on white background

This text has color #AA20B2 on white background.



Black color preview on #AA20B2 background

This text has black color on #AA20B2 background.


White color preview on #AA20B2 background

This text has white color on #AA20B2 background.