COLOR #A973A0

HEX: #A973A0 RGB: (169,115,160)

Color info

#A973A0 contains red, green and blue colors in about the same proportion. Web safe color of #A973A0 is #996699 (or #969).

RGB color model

#A973A0 color RGB value is (169,115,160).

RGB: (169,115,160) (66%, 45%, 63%)

RGB channels and saturation

R 169 of 255 = 66%
G 115 of 255 = 45%
B 160 of 255 = 63%

169
115
160

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

Portions of RGB colors in percentages

R + G + B = 169 + 115 + 160 = 444 (100%)
R 169 of 444 ~ 38.06%
G 115 of 444 ~ 25.9%
B 160 of 444 ~ 36.04'%

%38.06
%25.9
%36.04

CMYK color model

#A973A0 color CMYK value is (0,32,5,34).

  • cyan value is 0.00%
  • magenta value is 31.95%
  • yellow value is 5.33%
  • key color value is 33.73%
CMYK: (0,32,5,34) C0M32Y5K34 (0%,32%,5%,34%) (0.00/0.32/0.05/0.34) 

CMYK percentages

%0
%31.95
%5.33
%33.73

Codes

Color #A973A0 in popluar color models

A9 73 A0
RGB 169 115 160
HSL 310° 23.89% 55.69%
HSB/HSV 310° 31.95% 66.27%
CMYK 0.00% 31.95% 5.33%
33.73%

Color #A973A0 in popluar number systems.

HEX A9 73 A0
Decimal 169 115 160
Binary 10101001 1110011 10100000
Octal 251 163 240

Shades and tints

Shades of #A973A0

#A973A0
(169,115,160)
#9A6992
(154,105,146)
#8B5F84
(139,95,132)
#7C5576
(124,85,118)
#6D4B68
(109,75,104)
#5E415A
(94,65,90)
#4F374C
(79,55,76)
#402D3E
(64,45,62)
#312330
(49,35,48)
#221922
(34,25,34)
#130F14
(19,15,20)
#000000
(0,0,0)

Tints of #A973A0

#A973A0
(169,115,160)
#B07FA8
(176,127,168)
#B78BB0
(183,139,176)
#BE97B8
(190,151,184)
#C5A3C0
(197,163,192)
#CCAFC8
(204,175,200)
#D3BBD0
(211,187,208)
#DAC7D8
(218,199,216)
#E1D3E0
(225,211,224)
#E8DFE8
(232,223,232)
#EFEBF0
(239,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A973A0 color. Also use rgb(169,115,160) instead hex code.

Text Font Color

.myTextColor { color: #A973A0; }

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

This text font color is #A973A0.

Background Color

.myBgColor { background-color: #A973A0; }

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

This div background color is #A973A0.

Border color

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

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

This div border color is #A973A0.

Opacity

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

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

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

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

This text has shadow with #A973A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A973A0.

Preview

Color preview on black background

This text has color #A973A0 on black background.


Color preview on white background

This text has color #A973A0 on white background.


Black color preview on #A973A0 background

This text has black color on #A973A0 background.


White color preview on #A973A0 background

This text has white color on #A973A0 background.


Related colors

Complementary color

Complementary color for #hex is #568C5F.


I love getcolorcode.com

Triadic colors

1 #A0A973 and #73A0A9 with #A973A0 are triadic colors.

2 #A073A9 and #73A9A0 with #A973A0 are triadic colors.