COLOR #A971A5

HEX: #A971A5
RGB: (169,113,165)

Color info

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

RGB color model

#A971A5 color RGB value is (169,113,165).

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

RGB channels and saturation

R 169 of 255 = 66%
G 113 of 255 = 44%
B 165 of 255 = 65%

169
113
165

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

Portions of RGB colors in percentages

R + G + B =
169 + 113 + 165 = 447 (100%)
R 169 of 447 ~ 37.81%
G 113 of 447 ~ 25.28%
B 165 of 447 ~ 36.91%

%37.81
%25.28
%36.91

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.14%
  • 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
%33.14
%2.37
%33.73

Codes

Color #A971A5 in popluar color models

A971A5
RGB169113165
HSL304°24.56%55.29%
HSB/HSV304°33.14%66.27%
CMYK0.00%33.14%2.37%
33.73%

Color #A971A5 in popluar number systems.

HEXA971A5
Decimal169113165
Binary10101001111000110100101
Octal251161245

Shades and tints

Shades of #A971A5

#A971A5
(169,113,165)
#9A6796
(154,103,150)
#8B5D87
(139,93,135)
#7C5378
(124,83,120)
#6D4969
(109,73,105)
#5E3F5A
(94,63,90)
#4F354B
(79,53,75)
#402B3C
(64,43,60)
#31212D
(49,33,45)
#22171E
(34,23,30)
#130D0F
(19,13,15)
#000000
(0,0,0)

Tints of #A971A5

#A971A5
(169,113,165)
#B07DAD
(176,125,173)
#B789B5
(183,137,181)
#BE95BD
(190,149,189)
#C5A1C5
(197,161,197)
#CCADCD
(204,173,205)
#D3B9D5
(211,185,213)
#DAC5DD
(218,197,221)
#E1D1E5
(225,209,229)
#E8DDED
(232,221,237)
#EFE9F5
(239,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A971A5; }

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

This text font color is #A971A5.


Background Color

.myBgColor { background-color: #A971A5; }

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

This div background color is #A971A5.


Border color

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

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

This div border color is #A971A5.


Opacity

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

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

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

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

This text has shadow with #A971A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A971A5 on black background.


Color preview on white background

This text has color #A971A5 on white background.



Black color preview on #A971A5 background

This text has black color on #A971A5 background.


White color preview on #A971A5 background

This text has white color on #A971A5 background.