COLOR #AA62A2

HEX: #AA62A2 RGB: (170,98,162)

Color info

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

RGB color model

#AA62A2 color RGB value is (170,98,162).

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

RGB channels and saturation

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

170
98
162

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

Portions of RGB colors in percentages

R + G + B = 170 + 98 + 162 = 430 (100%)
R 170 of 430 ~ 39.53%
G 98 of 430 ~ 22.79%
B 162 of 430 ~ 37.67'%

%39.53
%22.79
%37.67

CMYK color model

#AA62A2 color CMYK value is (0,42,5,33).

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

CMYK: (0,42,5,33)
C0M42Y5K33 (0%, 42%, 5%, 33%)
(0.00 / 0.42 / 0.05 / 0.33)

CMYK percentages

%0
%42.35
%4.71
%33.33

Codes

Color #AA62A2 in popluar color models

AA 62 A2
RGB 170 98 162
HSL 307° 29.75% 52.55%
HSB/HSV 307° 42.35% 66.67%
CMYK 0.00% 42.35% 4.71%
33.33%

Color #AA62A2 in popluar number systems.

HEX AA 62 A2
Decimal 170 98 162
Binary 10101010 1100010 10100010
Octal 252 142 242

Shades and tints

Shades of #AA62A2

#AA62A2
(170,98,162)
#9B5A94
(155,90,148)
#8C5286
(140,82,134)
#7D4A78
(125,74,120)
#6E426A
(110,66,106)
#5F3A5C
(95,58,92)
#50324E
(80,50,78)
#412A40
(65,42,64)
#322232
(50,34,50)
#231A24
(35,26,36)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #AA62A2

#AA62A2
(170,98,162)
#B170AA
(177,112,170)
#B87EB2
(184,126,178)
#BF8CBA
(191,140,186)
#C69AC2
(198,154,194)
#CDA8CA
(205,168,202)
#D4B6D2
(212,182,210)
#DBC4DA
(219,196,218)
#E2D2E2
(226,210,226)
#E9E0EA
(233,224,234)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA62A2; }

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

This text font color is #AA62A2.

Background Color

.myBgColor { background-color: #AA62A2; }

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

This div background color is #AA62A2.

Border color

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

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

This div border color is #AA62A2.

Opacity

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

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

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

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

This text has shadow with #AA62A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA62A2.

Preview

Color preview on black background

This text has color #AA62A2 on black background.


Color preview on white background

This text has color #AA62A2 on white background.


Black color preview on #AA62A2 background

This text has black color on #AA62A2 background.


White color preview on #AA62A2 background

This text has white color on #AA62A2 background.


Related colors

Complementary color

Complementary color for #hex is #559D5D.


I love getcolorcode.com

Triadic colors

1 #A2AA62 and #62A2AA with #AA62A2 are triadic colors.

2 #A262AA and #62AAA2 with #AA62A2 are triadic colors.