COLOR #AA3BA9

HEX: #AA3BA9
RGB: (170,59,169)

Color info

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

RGB color model

#AA3BA9 color RGB value is (170,59,169).

  • red value is 170;
  • green value is 59;
  • blue value is 169.
RGB:
(170,59,169)
(67%,23%,66%)

RGB channels and saturation

R 170 of 255 = 67%
G 59 of 255 = 23%
B 169 of 255 = 66%

170
59
169

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

Portions of RGB colors in percentages

R + G + B =
170 + 59 + 169 = 398 (100%)
R 170 of 398 ~ 42.71%
G 59 of 398 ~ 14.82%
B 169 of 398 ~ 42.46%

%42.71
%14.82
%42.46

CMYK color model

#AA3BA9 color CMYK value is (0,65,1,33).

  • cyan value is 0.00%
  • magenta value is 65.29%
  • yellow value is 0.59%
  • key color value is 33.33%
CMYK:
(0,65,1,33)
C0M65Y1K33 
(0%,65%,1%,33%)
(0.00/0.65/0.01/0.33)	

CMYK percentages

%0
%65.29
%0.59
%33.33

Codes

Color #AA3BA9 in popluar color models

AA3BA9
RGB17059169
HSL301°48.47%44.90%
HSB/HSV301°65.29%66.67%
CMYK0.00%65.29%0.59%
33.33%

Color #AA3BA9 in popluar number systems.

HEXAA3BA9
Decimal17059169
Binary1010101011101110101001
Octal25273251

Shades and tints

Shades of #AA3BA9

#AA3BA9
(170,59,169)
#9B369A
(155,54,154)
#8C318B
(140,49,139)
#7D2C7C
(125,44,124)
#6E276D
(110,39,109)
#5F225E
(95,34,94)
#501D4F
(80,29,79)
#411840
(65,24,64)
#321331
(50,19,49)
#230E22
(35,14,34)
#140913
(20,9,19)
#000000
(0,0,0)

Tints of #AA3BA9

#AA3BA9
(170,59,169)
#B14CB0
(177,76,176)
#B85DB7
(184,93,183)
#BF6EBE
(191,110,190)
#C67FC5
(198,127,197)
#CD90CC
(205,144,204)
#D4A1D3
(212,161,211)
#DBB2DA
(219,178,218)
#E2C3E1
(226,195,225)
#E9D4E8
(233,212,232)
#F0E5EF
(240,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA3BA9 color. Also use rgb(170,59,169) instead hex code.

Text Font Color

.myTextColor { color: #AA3BA9; }

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

This text font color is #AA3BA9.


Background Color

.myBgColor { background-color: #AA3BA9; }

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

This div background color is #AA3BA9.


Border color

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

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

This div border color is #AA3BA9.


Opacity

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

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

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

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

This text has shadow with #AA3BA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA3BA9 on black background.


Color preview on white background

This text has color #AA3BA9 on white background.



Black color preview on #AA3BA9 background

This text has black color on #AA3BA9 background.


White color preview on #AA3BA9 background

This text has white color on #AA3BA9 background.