COLOR #A972A5

HEX: #A972A5
RGB: (169,114,165)

Color info

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

RGB color model

#A972A5 color RGB value is (169,114,165).

  • red value is 169;
  • green value is 114;
  • blue value is 165.
RGB:
(169,114,165)
(66%,45%,65%)

RGB channels and saturation

R 169 of 255 = 66%
G 114 of 255 = 45%
B 165 of 255 = 65%

169
114
165

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

Portions of RGB colors in percentages

R + G + B =
169 + 114 + 165 = 448 (100%)
R 169 of 448 ~ 37.72%
G 114 of 448 ~ 25.45%
B 165 of 448 ~ 36.83%

%37.72
%25.45
%36.83

CMYK color model

#A972A5 color CMYK value is (0,33,2,34).

  • cyan value is 0.00%
  • magenta value is 32.54%
  • yellow value is 2.37%
  • key color value is 33.73%
CMYK:
(0,33,2,34)
C0M33Y2K34 
(0%,33%,2%,34%)
(0.00/0.33/0.02/0.34)	

CMYK percentages

%0
%32.54
%2.37
%33.73

Codes

Color #A972A5 in popluar color models

A972A5
RGB169114165
HSL304°24.23%55.49%
HSB/HSV304°32.54%66.27%
CMYK0.00%32.54%2.37%
33.73%

Color #A972A5 in popluar number systems.

HEXA972A5
Decimal169114165
Binary10101001111001010100101
Octal251162245

Shades and tints

Shades of #A972A5

#A972A5
(169,114,165)
#9A6896
(154,104,150)
#8B5E87
(139,94,135)
#7C5478
(124,84,120)
#6D4A69
(109,74,105)
#5E405A
(94,64,90)
#4F364B
(79,54,75)
#402C3C
(64,44,60)
#31222D
(49,34,45)
#22181E
(34,24,30)
#130E0F
(19,14,15)
#000000
(0,0,0)

Tints of #A972A5

#A972A5
(169,114,165)
#B07EAD
(176,126,173)
#B78AB5
(183,138,181)
#BE96BD
(190,150,189)
#C5A2C5
(197,162,197)
#CCAECD
(204,174,205)
#D3BAD5
(211,186,213)
#DAC6DD
(218,198,221)
#E1D2E5
(225,210,229)
#E8DEED
(232,222,237)
#EFEAF5
(239,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A972A5 color. Also use rgb(169,114,165) instead hex code.

Text Font Color

.myTextColor { color: #A972A5; }

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

This text font color is #A972A5.


Background Color

.myBgColor { background-color: #A972A5; }

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

This div background color is #A972A5.


Border color

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

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

This div border color is #A972A5.


Opacity

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

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

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

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

This text has shadow with #A972A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A972A5 on black background.


Color preview on white background

This text has color #A972A5 on white background.



Black color preview on #A972A5 background

This text has black color on #A972A5 background.


White color preview on #A972A5 background

This text has white color on #A972A5 background.