COLOR #AA53A6

HEX: #AA53A6
RGB: (170,83,166)

Color info

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

RGB color model

#AA53A6 color RGB value is (170,83,166).

  • red value is 170;
  • green value is 83;
  • blue value is 166.
RGB:
(170,83,166)
(67%,33%,65%)

RGB channels and saturation

R 170 of 255 = 67%
G 83 of 255 = 33%
B 166 of 255 = 65%

170
83
166

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

Portions of RGB colors in percentages

R + G + B =
170 + 83 + 166 = 419 (100%)
R 170 of 419 ~ 40.57%
G 83 of 419 ~ 19.81%
B 166 of 419 ~ 39.62%

%40.57
%19.81
%39.62

CMYK color model

#AA53A6 color CMYK value is (0,51,2,33).

  • cyan value is 0.00%
  • magenta value is 51.18%
  • yellow value is 2.35%
  • key color value is 33.33%
CMYK:
(0,51,2,33)
C0M51Y2K33 
(0%,51%,2%,33%)
(0.00/0.51/0.02/0.33)	

CMYK percentages

%0
%51.18
%2.35
%33.33

Codes

Color #AA53A6 in popluar color models

AA53A6
RGB17083166
HSL303°34.39%49.61%
HSB/HSV303°51.18%66.67%
CMYK0.00%51.18%2.35%
33.33%

Color #AA53A6 in popluar number systems.

HEXAA53A6
Decimal17083166
Binary10101010101001110100110
Octal252123246

Shades and tints

Shades of #AA53A6

#AA53A6
(170,83,166)
#9B4C97
(155,76,151)
#8C4588
(140,69,136)
#7D3E79
(125,62,121)
#6E376A
(110,55,106)
#5F305B
(95,48,91)
#50294C
(80,41,76)
#41223D
(65,34,61)
#321B2E
(50,27,46)
#23141F
(35,20,31)
#140D10
(20,13,16)
#000000
(0,0,0)

Tints of #AA53A6

#AA53A6
(170,83,166)
#B162AE
(177,98,174)
#B871B6
(184,113,182)
#BF80BE
(191,128,190)
#C68FC6
(198,143,198)
#CD9ECE
(205,158,206)
#D4ADD6
(212,173,214)
#DBBCDE
(219,188,222)
#E2CBE6
(226,203,230)
#E9DAEE
(233,218,238)
#F0E9F6
(240,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA53A6; }

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

This text font color is #AA53A6.


Background Color

.myBgColor { background-color: #AA53A6; }

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

This div background color is #AA53A6.


Border color

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

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

This div border color is #AA53A6.


Opacity

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

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

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

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

This text has shadow with #AA53A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA53A6 on black background.


Color preview on white background

This text has color #AA53A6 on white background.



Black color preview on #AA53A6 background

This text has black color on #AA53A6 background.


White color preview on #AA53A6 background

This text has white color on #AA53A6 background.