COLOR #AA5FB2

HEX: #AA5FB2 RGB: (170,95,178)

Color info

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

RGB color model

#AA5FB2 color RGB value is (170,95,178).

RGB: (170,95,178) (67%, 37%, 70%)

RGB channels and saturation

R 170 of 255 = 67%
G 95 of 255 = 37%
B 178 of 255 = 70%

170
95
178

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

Portions of RGB colors in percentages

R + G + B = 170 + 95 + 178 = 443 (100%)
R 170 of 443 ~ 38.37%
G 95 of 443 ~ 21.44%
B 178 of 443 ~ 40.18'%

%38.37
%21.44
%40.18

CMYK color model

#AA5FB2 color CMYK value is (4,47,0,30).

  • cyan value is 4.49%
  • magenta value is 46.63%
  • yellow value is 0.00%
  • key color value is 30.20%

CMYK: (4,47,0,30)
C4M47Y0K30 (4%, 47%, 0%, 30%)
(0.04 / 0.47 / 0.00 / 0.30)

CMYK percentages

%4.49
%46.63
%0
%30.2

Codes

Color #AA5FB2 in popluar color models

AA 5F B2
RGB 170 95 178
HSL 294° 35.02% 53.53%
HSB/HSV 294° 46.63% 69.80%
CMYK 4.49% 46.63% 0.00%
30.20%

Color #AA5FB2 in popluar number systems.

HEX AA 5F B2
Decimal 170 95 178
Binary 10101010 1011111 10110010
Octal 252 137 262

Shades and tints

Shades of #AA5FB2

#AA5FB2
(170,95,178)
#9B57A2
(155,87,162)
#8C4F92
(140,79,146)
#7D4782
(125,71,130)
#6E3F72
(110,63,114)
#5F3762
(95,55,98)
#502F52
(80,47,82)
#412742
(65,39,66)
#321F32
(50,31,50)
#231722
(35,23,34)
#140F12
(20,15,18)
#000000
(0,0,0)

Tints of #AA5FB2

#AA5FB2
(170,95,178)
#B16DB9
(177,109,185)
#B87BC0
(184,123,192)
#BF89C7
(191,137,199)
#C697CE
(198,151,206)
#CDA5D5
(205,165,213)
#D4B3DC
(212,179,220)
#DBC1E3
(219,193,227)
#E2CFEA
(226,207,234)
#E9DDF1
(233,221,241)
#F0EBF8
(240,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA5FB2; }

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

This text font color is #AA5FB2.

Background Color

.myBgColor { background-color: #AA5FB2; }

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

This div background color is #AA5FB2.

Border color

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

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

This div border color is #AA5FB2.

Opacity

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

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

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

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

This text has shadow with #AA5FB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA5FB2.

Preview

Color preview on black background

This text has color #AA5FB2 on black background.


Color preview on white background

This text has color #AA5FB2 on white background.


Black color preview on #AA5FB2 background

This text has black color on #AA5FB2 background.


White color preview on #AA5FB2 background

This text has white color on #AA5FB2 background.


Related colors

Complementary color

Complementary color for #hex is #55A04D.


I love getcolorcode.com

Triadic colors

1 #B2AA5F and #5FB2AA with #AA5FB2 are triadic colors.

2 #B25FAA and #5FAAB2 with #AA5FB2 are triadic colors.