COLOR #AA629A

HEX: #AA629A RGB: (170,98,154)

Color info

#AA629A contains mainly red and blue colors. Web safe color of #AA629A is #996699 (or #969).

RGB color model

#AA629A color RGB value is (170,98,154).

RGB: (170,98,154) (67%, 38%, 60%)

RGB channels and saturation

R 170 of 255 = 67%
G 98 of 255 = 38%
B 154 of 255 = 60%

170
98
154

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

Portions of RGB colors in percentages

R + G + B = 170 + 98 + 154 = 422 (100%)
R 170 of 422 ~ 40.28%
G 98 of 422 ~ 23.22%
B 154 of 422 ~ 36.49'%

%40.28
%23.22
%36.49

CMYK color model

#AA629A color CMYK value is (0,42,9,33).

  • cyan value is 0.00%
  • magenta value is 42.35%
  • yellow value is 9.41%
  • key color value is 33.33%

CMYK: (0,42,9,33)
C0M42Y9K33 (0%, 42%, 9%, 33%)
(0.00 / 0.42 / 0.09 / 0.33)

CMYK percentages

%0
%42.35
%9.41
%33.33

Codes

Color #AA629A in popluar color models

AA 62 9A
RGB 170 98 154
HSL 313° 29.75% 52.55%
HSB/HSV 313° 42.35% 66.67%
CMYK 0.00% 42.35% 9.41%
33.33%

Color #AA629A in popluar number systems.

HEX AA 62 9A
Decimal 170 98 154
Binary 10101010 1100010 10011010
Octal 252 142 232

Shades and tints

Shades of #AA629A

#AA629A
(170,98,154)
#9B5A8C
(155,90,140)
#8C527E
(140,82,126)
#7D4A70
(125,74,112)
#6E4262
(110,66,98)
#5F3A54
(95,58,84)
#503246
(80,50,70)
#412A38
(65,42,56)
#32222A
(50,34,42)
#231A1C
(35,26,28)
#14120E
(20,18,14)
#000000
(0,0,0)

Tints of #AA629A

#AA629A
(170,98,154)
#B170A3
(177,112,163)
#B87EAC
(184,126,172)
#BF8CB5
(191,140,181)
#C69ABE
(198,154,190)
#CDA8C7
(205,168,199)
#D4B6D0
(212,182,208)
#DBC4D9
(219,196,217)
#E2D2E2
(226,210,226)
#E9E0EB
(233,224,235)
#F0EEF4
(240,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA629A color. Also use rgb(170,98,154) instead hex code.

Text Font Color

.myTextColor { color: #AA629A; }

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

This text font color is #AA629A.

Background Color

.myBgColor { background-color: #AA629A; }

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

This div background color is #AA629A.

Border color

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

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

This div border color is #AA629A.

Opacity

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

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

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

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

This text has shadow with #AA629A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA629A.

Preview

Color preview on black background

This text has color #AA629A on black background.


Color preview on white background

This text has color #AA629A on white background.


Black color preview on #AA629A background

This text has black color on #AA629A background.


White color preview on #AA629A background

This text has white color on #AA629A background.


Related colors

Complementary color

Complementary color for #hex is #559D65.


I love getcolorcode.com

Triadic colors

1 #9AAA62 and #629AAA with #AA629A are triadic colors.

2 #9A62AA and #62AA9A with #AA629A are triadic colors.