COLOR #AA62A7

HEX: #AA62A7 RGB: (170,98,167)

Color info

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

RGB color model

#AA62A7 color RGB value is (170,98,167).

RGB: (170,98,167) (67%, 38%, 65%)

RGB channels and saturation

R 170 of 255 = 67%
G 98 of 255 = 38%
B 167 of 255 = 65%

170
98
167

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

Portions of RGB colors in percentages

R + G + B = 170 + 98 + 167 = 435 (100%)
R 170 of 435 ~ 39.08%
G 98 of 435 ~ 22.53%
B 167 of 435 ~ 38.39'%

%39.08
%22.53
%38.39

CMYK color model

#AA62A7 color CMYK value is (0,42,2,33).

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

CMYK: (0,42,2,33)
C0M42Y2K33 (0%, 42%, 2%, 33%)
(0.00 / 0.42 / 0.02 / 0.33)

CMYK percentages

%0
%42.35
%1.76
%33.33

Codes

Color #AA62A7 in popluar color models

AA 62 A7
RGB 170 98 167
HSL 303° 29.75% 52.55%
HSB/HSV 303° 42.35% 66.67%
CMYK 0.00% 42.35% 1.76%
33.33%

Color #AA62A7 in popluar number systems.

HEX AA 62 A7
Decimal 170 98 167
Binary 10101010 1100010 10100111
Octal 252 142 247

Shades and tints

Shades of #AA62A7

#AA62A7
(170,98,167)
#9B5A98
(155,90,152)
#8C5289
(140,82,137)
#7D4A7A
(125,74,122)
#6E426B
(110,66,107)
#5F3A5C
(95,58,92)
#50324D
(80,50,77)
#412A3E
(65,42,62)
#32222F
(50,34,47)
#231A20
(35,26,32)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #AA62A7

#AA62A7
(170,98,167)
#B170AF
(177,112,175)
#B87EB7
(184,126,183)
#BF8CBF
(191,140,191)
#C69AC7
(198,154,199)
#CDA8CF
(205,168,207)
#D4B6D7
(212,182,215)
#DBC4DF
(219,196,223)
#E2D2E7
(226,210,231)
#E9E0EF
(233,224,239)
#F0EEF7
(240,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA62A7; }

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

This text font color is #AA62A7.

Background Color

.myBgColor { background-color: #AA62A7; }

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

This div background color is #AA62A7.

Border color

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

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

This div border color is #AA62A7.

Opacity

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

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

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

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

This text has shadow with #AA62A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA62A7.

Preview

Color preview on black background

This text has color #AA62A7 on black background.


Color preview on white background

This text has color #AA62A7 on white background.


Black color preview on #AA62A7 background

This text has black color on #AA62A7 background.


White color preview on #AA62A7 background

This text has white color on #AA62A7 background.


Related colors

Complementary color

Complementary color for #hex is #559D58.


I love getcolorcode.com

Triadic colors

1 #A7AA62 and #62A7AA with #AA62A7 are triadic colors.

2 #A762AA and #62AAA7 with #AA62A7 are triadic colors.