COLOR #AA54A1

HEX: #AA54A1
RGB: (170,84,161)

Color info

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

RGB color model

#AA54A1 color RGB value is (170,84,161).

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

RGB channels and saturation

R 170 of 255 = 67%
G 84 of 255 = 33%
B 161 of 255 = 63%

170
84
161

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

Portions of RGB colors in percentages

R + G + B =
170 + 84 + 161 = 415 (100%)
R 170 of 415 ~ 40.96%
G 84 of 415 ~ 20.24%
B 161 of 415 ~ 38.8%

%40.96
%20.24
%38.8

CMYK color model

#AA54A1 color CMYK value is (0,51,5,33).

  • cyan value is 0.00%
  • magenta value is 50.59%
  • yellow value is 5.29%
  • key color value is 33.33%
CMYK:
(0,51,5,33)
C0M51Y5K33 
(0%,51%,5%,33%)
(0.00/0.51/0.05/0.33)	

CMYK percentages

%0
%50.59
%5.29
%33.33

Codes

Color #AA54A1 in popluar color models

AA54A1
RGB17084161
HSL306°33.86%49.80%
HSB/HSV306°50.59%66.67%
CMYK0.00%50.59%5.29%
33.33%

Color #AA54A1 in popluar number systems.

HEXAA54A1
Decimal17084161
Binary10101010101010010100001
Octal252124241

Shades and tints

Shades of #AA54A1

#AA54A1
(170,84,161)
#9B4D93
(155,77,147)
#8C4685
(140,70,133)
#7D3F77
(125,63,119)
#6E3869
(110,56,105)
#5F315B
(95,49,91)
#502A4D
(80,42,77)
#41233F
(65,35,63)
#321C31
(50,28,49)
#231523
(35,21,35)
#140E15
(20,14,21)
#000000
(0,0,0)

Tints of #AA54A1

#AA54A1
(170,84,161)
#B163A9
(177,99,169)
#B872B1
(184,114,177)
#BF81B9
(191,129,185)
#C690C1
(198,144,193)
#CD9FC9
(205,159,201)
#D4AED1
(212,174,209)
#DBBDD9
(219,189,217)
#E2CCE1
(226,204,225)
#E9DBE9
(233,219,233)
#F0EAF1
(240,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA54A1; }

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

This text font color is #AA54A1.


Background Color

.myBgColor { background-color: #AA54A1; }

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

This div background color is #AA54A1.


Border color

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

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

This div border color is #AA54A1.


Opacity

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

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

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

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

This text has shadow with #AA54A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA54A1 on black background.


Color preview on white background

This text has color #AA54A1 on white background.



Black color preview on #AA54A1 background

This text has black color on #AA54A1 background.


White color preview on #AA54A1 background

This text has white color on #AA54A1 background.