COLOR #AA62A4

HEX: #AA62A4 RGB: (170,98,164)

Color info

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

RGB color model

#AA62A4 color RGB value is (170,98,164).

RGB: (170,98,164) (67%, 38%, 64%)

RGB channels and saturation

R 170 of 255 = 67%
G 98 of 255 = 38%
B 164 of 255 = 64%

170
98
164

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

Portions of RGB colors in percentages

R + G + B = 170 + 98 + 164 = 432 (100%)
R 170 of 432 ~ 39.35%
G 98 of 432 ~ 22.69%
B 164 of 432 ~ 37.96'%

%39.35
%22.69
%37.96

CMYK color model

#AA62A4 color CMYK value is (0,42,4,33).

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

CMYK: (0,42,4,33)
C0M42Y4K33 (0%, 42%, 4%, 33%)
(0.00 / 0.42 / 0.04 / 0.33)

CMYK percentages

%0
%42.35
%3.53
%33.33

Codes

Color #AA62A4 in popluar color models

AA 62 A4
RGB 170 98 164
HSL 305° 29.75% 52.55%
HSB/HSV 305° 42.35% 66.67%
CMYK 0.00% 42.35% 3.53%
33.33%

Color #AA62A4 in popluar number systems.

HEX AA 62 A4
Decimal 170 98 164
Binary 10101010 1100010 10100100
Octal 252 142 244

Shades and tints

Shades of #AA62A4

#AA62A4
(170,98,164)
#9B5A96
(155,90,150)
#8C5288
(140,82,136)
#7D4A7A
(125,74,122)
#6E426C
(110,66,108)
#5F3A5E
(95,58,94)
#503250
(80,50,80)
#412A42
(65,42,66)
#322234
(50,34,52)
#231A26
(35,26,38)
#141218
(20,18,24)
#000000
(0,0,0)

Tints of #AA62A4

#AA62A4
(170,98,164)
#B170AC
(177,112,172)
#B87EB4
(184,126,180)
#BF8CBC
(191,140,188)
#C69AC4
(198,154,196)
#CDA8CC
(205,168,204)
#D4B6D4
(212,182,212)
#DBC4DC
(219,196,220)
#E2D2E4
(226,210,228)
#E9E0EC
(233,224,236)
#F0EEF4
(240,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA62A4; }

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

This text font color is #AA62A4.

Background Color

.myBgColor { background-color: #AA62A4; }

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

This div background color is #AA62A4.

Border color

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

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

This div border color is #AA62A4.

Opacity

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

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

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

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

This text has shadow with #AA62A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA62A4.

Preview

Color preview on black background

This text has color #AA62A4 on black background.


Color preview on white background

This text has color #AA62A4 on white background.


Black color preview on #AA62A4 background

This text has black color on #AA62A4 background.


White color preview on #AA62A4 background

This text has white color on #AA62A4 background.


Related colors

Complementary color

Complementary color for #hex is #559D5B.


I love getcolorcode.com

Triadic colors

1 #A4AA62 and #62A4AA with #AA62A4 are triadic colors.

2 #A462AA and #62AAA4 with #AA62A4 are triadic colors.