COLOR #A94D97

HEX: #A94D97 RGB: (169,77,151)

Color info

#A94D97 contains mainly red and blue colors. Web safe color of #A94D97 is #993399 (or #939).

RGB color model

#A94D97 color RGB value is (169,77,151).

RGB: (169,77,151) (66%, 30%, 59%)

RGB channels and saturation

R 169 of 255 = 66%
G 77 of 255 = 30%
B 151 of 255 = 59%

169
77
151

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

Portions of RGB colors in percentages

R + G + B = 169 + 77 + 151 = 397 (100%)
R 169 of 397 ~ 42.57%
G 77 of 397 ~ 19.4%
B 151 of 397 ~ 38.04'%

%42.57
%19.4
%38.04

CMYK color model

#A94D97 color CMYK value is (0,54,11,34).

  • cyan value is 0.00%
  • magenta value is 54.44%
  • yellow value is 10.65%
  • key color value is 33.73%
CMYK: (0,54,11,34) C0M54Y11K34 (0%,54%,11%,34%) (0.00/0.54/0.11/0.34) 

CMYK percentages

%0
%54.44
%10.65
%33.73

Codes

Color #A94D97 in popluar color models

A9 4D 97
RGB 169 77 151
HSL 312° 37.40% 48.24%
HSB/HSV 312° 54.44% 66.27%
CMYK 0.00% 54.44% 10.65%
33.73%

Color #A94D97 in popluar number systems.

HEX A9 4D 97
Decimal 169 77 151
Binary 10101001 1001101 10010111
Octal 251 115 227

Shades and tints

Shades of #A94D97

#A94D97
(169,77,151)
#9A468A
(154,70,138)
#8B3F7D
(139,63,125)
#7C3870
(124,56,112)
#6D3163
(109,49,99)
#5E2A56
(94,42,86)
#4F2349
(79,35,73)
#401C3C
(64,28,60)
#31152F
(49,21,47)
#220E22
(34,14,34)
#130715
(19,7,21)
#000000
(0,0,0)

Tints of #A94D97

#A94D97
(169,77,151)
#B05DA0
(176,93,160)
#B76DA9
(183,109,169)
#BE7DB2
(190,125,178)
#C58DBB
(197,141,187)
#CC9DC4
(204,157,196)
#D3ADCD
(211,173,205)
#DABDD6
(218,189,214)
#E1CDDF
(225,205,223)
#E8DDE8
(232,221,232)
#EFEDF1
(239,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A94D97 color. Also use rgb(169,77,151) instead hex code.

Text Font Color

.myTextColor { color: #A94D97; }

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

This text font color is #A94D97.

Background Color

.myBgColor { background-color: #A94D97; }

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

This div background color is #A94D97.

Border color

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

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

This div border color is #A94D97.

Opacity

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

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

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

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

This text has shadow with #A94D97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A94D97.

Preview

Color preview on black background

This text has color #A94D97 on black background.


Color preview on white background

This text has color #A94D97 on white background.


Black color preview on #A94D97 background

This text has black color on #A94D97 background.


White color preview on #A94D97 background

This text has white color on #A94D97 background.


Related colors

Complementary color

Complementary color for #hex is #56B268.


I love getcolorcode.com

Triadic colors

1 #97A94D and #4D97A9 with #A94D97 are triadic colors.

2 #974DA9 and #4DA997 with #A94D97 are triadic colors.