COLOR #AA62AA

HEX: #AA62AA RGB: (170,98,170)

Color info

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

RGB color model

#AA62AA color RGB value is (170,98,170).

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

RGB channels and saturation

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

170
98
170

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

Portions of RGB colors in percentages

R + G + B = 170 + 98 + 170 = 438 (100%)
R 170 of 438 ~ 38.81%
G 98 of 438 ~ 22.37%
B 170 of 438 ~ 38.81'%

%38.81
%22.37
%38.81

CMYK color model

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

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

CMYK: (0,42,0,33)
C0M42Y0K33 (0%, 42%, 0%, 33%)
(0.00 / 0.42 / 0.00 / 0.33)

CMYK percentages

%0
%42.35
%0
%33.33

Codes

Color #AA62AA in popluar color models

AA 62 AA
RGB 170 98 170
HSL 300° 29.75% 52.55%
HSB/HSV 300° 42.35% 66.67%
CMYK 0.00% 42.35% 0.00%
33.33%

Color #AA62AA in popluar number systems.

HEX AA 62 AA
Decimal 170 98 170
Binary 10101010 1100010 10101010
Octal 252 142 252

Shades and tints

Shades of #AA62AA

#AA62AA
(170,98,170)
#9B5A9B
(155,90,155)
#8C528C
(140,82,140)
#7D4A7D
(125,74,125)
#6E426E
(110,66,110)
#5F3A5F
(95,58,95)
#503250
(80,50,80)
#412A41
(65,42,65)
#322232
(50,34,50)
#231A23
(35,26,35)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #AA62AA

#AA62AA
(170,98,170)
#B170B1
(177,112,177)
#B87EB8
(184,126,184)
#BF8CBF
(191,140,191)
#C69AC6
(198,154,198)
#CDA8CD
(205,168,205)
#D4B6D4
(212,182,212)
#DBC4DB
(219,196,219)
#E2D2E2
(226,210,226)
#E9E0E9
(233,224,233)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA62AA; }

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

This text font color is #AA62AA.

Background Color

.myBgColor { background-color: #AA62AA; }

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

This div background color is #AA62AA.

Border color

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

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

This div border color is #AA62AA.

Opacity

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

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

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

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

This text has shadow with #AA62AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA62AA.

Preview

Color preview on black background

This text has color #AA62AA on black background.


Color preview on white background

This text has color #AA62AA on white background.


Black color preview on #AA62AA background

This text has black color on #AA62AA background.


White color preview on #AA62AA background

This text has white color on #AA62AA background.


Related colors

Complementary color

Complementary color for #hex is #559D55.


I love getcolorcode.com

Triadic colors

1 #AAAA62 and #62AAAA with #AA62AA are triadic colors.

2 #AA62AA and #62AAAA with #AA62AA are triadic colors.