COLOR #AA63A5

HEX: #AA63A5
RGB: (170,99,165)

Color info

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

RGB color model

#AA63A5 color RGB value is (170,99,165).

  • red value is 170;
  • green value is 99;
  • blue value is 165.
RGB:
(170,99,165)
(67%,39%,65%)

RGB channels and saturation

R 170 of 255 = 67%
G 99 of 255 = 39%
B 165 of 255 = 65%

170
99
165

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

Portions of RGB colors in percentages

R + G + B =
170 + 99 + 165 = 434 (100%)
R 170 of 434 ~ 39.17%
G 99 of 434 ~ 22.81%
B 165 of 434 ~ 38.02%

%39.17
%22.81
%38.02

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 41.76%
  • yellow value is 2.94%
  • key color value is 33.33%
CMYK:
(0,42,3,33)
C0M42Y3K33 
(0%,42%,3%,33%)
(0.00/0.42/0.03/0.33)	

CMYK percentages

%0
%41.76
%2.94
%33.33

Codes

Color #AA63A5 in popluar color models

AA63A5
RGB17099165
HSL304°29.46%52.75%
HSB/HSV304°41.76%66.67%
CMYK0.00%41.76%2.94%
33.33%

Color #AA63A5 in popluar number systems.

HEXAA63A5
Decimal17099165
Binary10101010110001110100101
Octal252143245

Shades and tints

Shades of #AA63A5

#AA63A5
(170,99,165)
#9B5A96
(155,90,150)
#8C5187
(140,81,135)
#7D4878
(125,72,120)
#6E3F69
(110,63,105)
#5F365A
(95,54,90)
#502D4B
(80,45,75)
#41243C
(65,36,60)
#321B2D
(50,27,45)
#23121E
(35,18,30)
#14090F
(20,9,15)
#000000
(0,0,0)

Tints of #AA63A5

#AA63A5
(170,99,165)
#B171AD
(177,113,173)
#B87FB5
(184,127,181)
#BF8DBD
(191,141,189)
#C69BC5
(198,155,197)
#CDA9CD
(205,169,205)
#D4B7D5
(212,183,213)
#DBC5DD
(219,197,221)
#E2D3E5
(226,211,229)
#E9E1ED
(233,225,237)
#F0EFF5
(240,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA63A5; }

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

This text font color is #AA63A5.


Background Color

.myBgColor { background-color: #AA63A5; }

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

This div background color is #AA63A5.


Border color

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

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

This div border color is #AA63A5.


Opacity

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

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

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

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

This text has shadow with #AA63A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA63A5 on black background.


Color preview on white background

This text has color #AA63A5 on white background.



Black color preview on #AA63A5 background

This text has black color on #AA63A5 background.


White color preview on #AA63A5 background

This text has white color on #AA63A5 background.