COLOR #A973D1

HEX: #A973D1
RGB: (169,115,209)

Color info

#A973D1 contains mainly red and blue colors. Web safe color of #A973D1 is #9966CC (or #96C).

RGB color model

#A973D1 color RGB value is (169,115,209).

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

RGB channels and saturation

R 169 of 255 = 66%
G 115 of 255 = 45%
B 209 of 255 = 82%

169
115
209

R + G + B ~ 64%. #A973D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 115 + 209 = 493 (100%)
R 169 of 493 ~ 34.28%
G 115 of 493 ~ 23.33%
B 209 of 493 ~ 42.39%

%34.28
%23.33
%42.39

CMYK color model

#A973D1 color CMYK value is (19,45,0,18).

  • cyan value is 19.14%
  • magenta value is 44.98%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(19,45,0,18)
C19M45Y0K18 
(19%,45%,0%,18%)
(0.19/0.45/0.00/0.18)	

CMYK percentages

%19.14
%44.98
%0
%18.04

Codes

Color #A973D1 in popluar color models

A973D1
RGB169115209
HSL274°50.54%63.53%
HSB/HSV274°44.98%81.96%
CMYK19.14%44.98%0.00%
18.04%

Color #A973D1 in popluar number systems.

HEXA973D1
Decimal169115209
Binary10101001111001111010001
Octal251163321

Shades and tints

Shades of #A973D1

#A973D1
(169,115,209)
#9A69BE
(154,105,190)
#8B5FAB
(139,95,171)
#7C5598
(124,85,152)
#6D4B85
(109,75,133)
#5E4172
(94,65,114)
#4F375F
(79,55,95)
#402D4C
(64,45,76)
#312339
(49,35,57)
#221926
(34,25,38)
#130F13
(19,15,19)
#000000
(0,0,0)

Tints of #A973D1

#A973D1
(169,115,209)
#B07FD5
(176,127,213)
#B78BD9
(183,139,217)
#BE97DD
(190,151,221)
#C5A3E1
(197,163,225)
#CCAFE5
(204,175,229)
#D3BBE9
(211,187,233)
#DAC7ED
(218,199,237)
#E1D3F1
(225,211,241)
#E8DFF5
(232,223,245)
#EFEBF9
(239,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A973D1; }

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

This text font color is #A973D1.


Background Color

.myBgColor { background-color: #A973D1; }

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

This div background color is #A973D1.


Border color

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

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

This div border color is #A973D1.


Opacity

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

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

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

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

This text has shadow with #A973D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A973D1 on black background.


Color preview on white background

This text has color #A973D1 on white background.



Black color preview on #A973D1 background

This text has black color on #A973D1 background.


White color preview on #A973D1 background

This text has white color on #A973D1 background.