COLOR #AA62A1

HEX: #AA62A1
RGB: (170,98,161)

Color info

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

RGB color model

#AA62A1 color RGB value is (170,98,161).

  • red value is 170;
  • green value is 98;
  • blue value is 161.
RGB:
(170,98,161)
(67%,38%,63%)

RGB channels and saturation

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

170
98
161

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

Portions of RGB colors in percentages

R + G + B =
170 + 98 + 161 = 429 (100%)
R 170 of 429 ~ 39.63%
G 98 of 429 ~ 22.84%
B 161 of 429 ~ 37.53%

%39.63
%22.84
%37.53

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 42.35%
  • yellow value is 5.29%
  • 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
%5.29
%33.33

Codes

Color #AA62A1 in popluar color models

AA62A1
RGB17098161
HSL308°29.75%52.55%
HSB/HSV308°42.35%66.67%
CMYK0.00%42.35%5.29%
33.33%

Color #AA62A1 in popluar number systems.

HEXAA62A1
Decimal17098161
Binary10101010110001010100001
Octal252142241

Shades and tints

Shades of #AA62A1

#AA62A1
(170,98,161)
#9B5A93
(155,90,147)
#8C5285
(140,82,133)
#7D4A77
(125,74,119)
#6E4269
(110,66,105)
#5F3A5B
(95,58,91)
#50324D
(80,50,77)
#412A3F
(65,42,63)
#322231
(50,34,49)
#231A23
(35,26,35)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #AA62A1

#AA62A1
(170,98,161)
#B170A9
(177,112,169)
#B87EB1
(184,126,177)
#BF8CB9
(191,140,185)
#C69AC1
(198,154,193)
#CDA8C9
(205,168,201)
#D4B6D1
(212,182,209)
#DBC4D9
(219,196,217)
#E2D2E1
(226,210,225)
#E9E0E9
(233,224,233)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA62A1; }

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

This text font color is #AA62A1.


Background Color

.myBgColor { background-color: #AA62A1; }

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

This div background color is #AA62A1.


Border color

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

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

This div border color is #AA62A1.


Opacity

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

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

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

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

This text has shadow with #AA62A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA62A1 on black background.


Color preview on white background

This text has color #AA62A1 on white background.



Black color preview on #AA62A1 background

This text has black color on #AA62A1 background.


White color preview on #AA62A1 background

This text has white color on #AA62A1 background.