COLOR #A973AB

HEX: #A973AB
RGB: (169,115,171)

Color info

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

RGB color model

#A973AB color RGB value is (169,115,171).

  • red value is 169;
  • green value is 115;
  • blue value is 171.
RGB:
(169,115,171)
(66%,45%,67%)

RGB channels and saturation

R 169 of 255 = 66%
G 115 of 255 = 45%
B 171 of 255 = 67%

169
115
171

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

Portions of RGB colors in percentages

R + G + B =
169 + 115 + 171 = 455 (100%)
R 169 of 455 ~ 37.14%
G 115 of 455 ~ 25.27%
B 171 of 455 ~ 37.58%

%37.14
%25.27
%37.58

CMYK color model

#A973AB color CMYK value is (1,33,0,33).

  • cyan value is 1.17%
  • magenta value is 32.75%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(1,33,0,33)
C1M33Y0K33 
(1%,33%,0%,33%)
(0.01/0.33/0.00/0.33)	

CMYK percentages

%1.17
%32.75
%0
%32.94

Codes

Color #A973AB in popluar color models

A973AB
RGB169115171
HSL298°25.00%56.08%
HSB/HSV298°32.75%67.06%
CMYK1.17%32.75%0.00%
32.94%

Color #A973AB in popluar number systems.

HEXA973AB
Decimal169115171
Binary10101001111001110101011
Octal251163253

Shades and tints

Shades of #A973AB

#A973AB
(169,115,171)
#9A699C
(154,105,156)
#8B5F8D
(139,95,141)
#7C557E
(124,85,126)
#6D4B6F
(109,75,111)
#5E4160
(94,65,96)
#4F3751
(79,55,81)
#402D42
(64,45,66)
#312333
(49,35,51)
#221924
(34,25,36)
#130F15
(19,15,21)
#000000
(0,0,0)

Tints of #A973AB

#A973AB
(169,115,171)
#B07FB2
(176,127,178)
#B78BB9
(183,139,185)
#BE97C0
(190,151,192)
#C5A3C7
(197,163,199)
#CCAFCE
(204,175,206)
#D3BBD5
(211,187,213)
#DAC7DC
(218,199,220)
#E1D3E3
(225,211,227)
#E8DFEA
(232,223,234)
#EFEBF1
(239,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A973AB; }

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

This text font color is #A973AB.


Background Color

.myBgColor { background-color: #A973AB; }

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

This div background color is #A973AB.


Border color

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

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

This div border color is #A973AB.


Opacity

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

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

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

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

This text has shadow with #A973AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A973AB on black background.


Color preview on white background

This text has color #A973AB on white background.



Black color preview on #A973AB background

This text has black color on #A973AB background.


White color preview on #A973AB background

This text has white color on #A973AB background.