COLOR #AA5FA3

HEX: #AA5FA3
RGB: (170,95,163)

Color info

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

RGB color model

#AA5FA3 color RGB value is (170,95,163).

  • red value is 170;
  • green value is 95;
  • blue value is 163.
RGB:
(170,95,163)
(67%,37%,64%)

RGB channels and saturation

R 170 of 255 = 67%
G 95 of 255 = 37%
B 163 of 255 = 64%

170
95
163

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

Portions of RGB colors in percentages

R + G + B =
170 + 95 + 163 = 428 (100%)
R 170 of 428 ~ 39.72%
G 95 of 428 ~ 22.2%
B 163 of 428 ~ 38.08%

%39.72
%22.2
%38.08

CMYK color model

#AA5FA3 color CMYK value is (0,44,4,33).

  • cyan value is 0.00%
  • magenta value is 44.12%
  • yellow value is 4.12%
  • key color value is 33.33%
CMYK:
(0,44,4,33)
C0M44Y4K33 
(0%,44%,4%,33%)
(0.00/0.44/0.04/0.33)	

CMYK percentages

%0
%44.12
%4.12
%33.33

Codes

Color #AA5FA3 in popluar color models

AA5FA3
RGB17095163
HSL306°30.61%51.96%
HSB/HSV306°44.12%66.67%
CMYK0.00%44.12%4.12%
33.33%

Color #AA5FA3 in popluar number systems.

HEXAA5FA3
Decimal17095163
Binary10101010101111110100011
Octal252137243

Shades and tints

Shades of #AA5FA3

#AA5FA3
(170,95,163)
#9B5795
(155,87,149)
#8C4F87
(140,79,135)
#7D4779
(125,71,121)
#6E3F6B
(110,63,107)
#5F375D
(95,55,93)
#502F4F
(80,47,79)
#412741
(65,39,65)
#321F33
(50,31,51)
#231725
(35,23,37)
#140F17
(20,15,23)
#000000
(0,0,0)

Tints of #AA5FA3

#AA5FA3
(170,95,163)
#B16DAB
(177,109,171)
#B87BB3
(184,123,179)
#BF89BB
(191,137,187)
#C697C3
(198,151,195)
#CDA5CB
(205,165,203)
#D4B3D3
(212,179,211)
#DBC1DB
(219,193,219)
#E2CFE3
(226,207,227)
#E9DDEB
(233,221,235)
#F0EBF3
(240,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA5FA3; }

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

This text font color is #AA5FA3.


Background Color

.myBgColor { background-color: #AA5FA3; }

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

This div background color is #AA5FA3.


Border color

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

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

This div border color is #AA5FA3.


Opacity

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

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

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

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

This text has shadow with #AA5FA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA5FA3 on black background.


Color preview on white background

This text has color #AA5FA3 on white background.



Black color preview on #AA5FA3 background

This text has black color on #AA5FA3 background.


White color preview on #AA5FA3 background

This text has white color on #AA5FA3 background.