COLOR #AA398A

HEX: #AA398A RGB: (170,57,138)

Color info

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

RGB color model

#AA398A color RGB value is (170,57,138).

RGB: (170,57,138) (67%, 22%, 54%)

RGB channels and saturation

R 170 of 255 = 67%
G 57 of 255 = 22%
B 138 of 255 = 54%

170
57
138

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

Portions of RGB colors in percentages

R + G + B = 170 + 57 + 138 = 365 (100%)
R 170 of 365 ~ 46.58%
G 57 of 365 ~ 15.62%
B 138 of 365 ~ 37.81'%

%46.58
%15.62
%37.81

CMYK color model

#AA398A color CMYK value is (0,66,19,33).

  • cyan value is 0.00%
  • magenta value is 66.47%
  • yellow value is 18.82%
  • key color value is 33.33%

CMYK: (0,66,19,33)
C0M66Y19K33 (0%, 66%, 19%, 33%)
(0.00 / 0.66 / 0.19 / 0.33)

CMYK percentages

%0
%66.47
%18.82
%33.33

Codes

Color #AA398A in popluar color models

AA 39 8A
RGB 170 57 138
HSL 317° 49.78% 44.51%
HSB/HSV 317° 66.47% 66.67%
CMYK 0.00% 66.47% 18.82%
33.33%

Color #AA398A in popluar number systems.

HEX AA 39 8A
Decimal 170 57 138
Binary 10101010 111001 10001010
Octal 252 71 212

Shades and tints

Shades of #AA398A

#AA398A
(170,57,138)
#9B347E
(155,52,126)
#8C2F72
(140,47,114)
#7D2A66
(125,42,102)
#6E255A
(110,37,90)
#5F204E
(95,32,78)
#501B42
(80,27,66)
#411636
(65,22,54)
#32112A
(50,17,42)
#230C1E
(35,12,30)
#140712
(20,7,18)
#000000
(0,0,0)

Tints of #AA398A

#AA398A
(170,57,138)
#B14B94
(177,75,148)
#B85D9E
(184,93,158)
#BF6FA8
(191,111,168)
#C681B2
(198,129,178)
#CD93BC
(205,147,188)
#D4A5C6
(212,165,198)
#DBB7D0
(219,183,208)
#E2C9DA
(226,201,218)
#E9DBE4
(233,219,228)
#F0EDEE
(240,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA398A color. Also use rgb(170,57,138) instead hex code.

Text Font Color

.myTextColor { color: #AA398A; }

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

This text font color is #AA398A.

Background Color

.myBgColor { background-color: #AA398A; }

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

This div background color is #AA398A.

Border color

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

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

This div border color is #AA398A.

Opacity

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

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

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

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

This text has shadow with #AA398A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA398A.

Preview

Color preview on black background

This text has color #AA398A on black background.


Color preview on white background

This text has color #AA398A on white background.


Black color preview on #AA398A background

This text has black color on #AA398A background.


White color preview on #AA398A background

This text has white color on #AA398A background.


Related colors

Complementary color

Complementary color for #hex is #55C675.


I love getcolorcode.com

Triadic colors

1 #8AAA39 and #398AAA with #AA398A are triadic colors.

2 #8A39AA and #39AA8A with #AA398A are triadic colors.