COLOR #A9169D

HEX: #A9169D
RGB: (169,22,157)

Color info

#A9169D contains mainly red and blue colors. Web safe color of #A9169D is #990099 (or #909).

RGB color model

#A9169D color RGB value is (169,22,157).

  • red value is 169;
  • green value is 22;
  • blue value is 157.
RGB:
(169,22,157)
(66%,9%,62%)

RGB channels and saturation

R 169 of 255 = 66%
G 22 of 255 = 9%
B 157 of 255 = 62%

169
22
157

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

Portions of RGB colors in percentages

R + G + B =
169 + 22 + 157 = 348 (100%)
R 169 of 348 ~ 48.56%
G 22 of 348 ~ 6.32%
B 157 of 348 ~ 45.11%

%48.56
%45.11

CMYK color model

#A9169D color CMYK value is (0,87,7,34).

  • cyan value is 0.00%
  • magenta value is 86.98%
  • yellow value is 7.10%
  • key color value is 33.73%
CMYK:
(0,87,7,34)
C0M87Y7K34 
(0%,87%,7%,34%)
(0.00/0.87/0.07/0.34)	

CMYK percentages

%0
%86.98
%7.1
%33.73

Codes

Color #A9169D in popluar color models

A9169D
RGB16922157
HSL305°76.96%37.45%
HSB/HSV305°86.98%66.27%
CMYK0.00%86.98%7.10%
33.73%

Color #A9169D in popluar number systems.

HEXA9169D
Decimal16922157
Binary101010011011010011101
Octal25126235

Shades and tints

Shades of #A9169D

#A9169D
(169,22,157)
#9A148F
(154,20,143)
#8B1281
(139,18,129)
#7C1073
(124,16,115)
#6D0E65
(109,14,101)
#5E0C57
(94,12,87)
#4F0A49
(79,10,73)
#40083B
(64,8,59)
#31062D
(49,6,45)
#22041F
(34,4,31)
#130211
(19,2,17)
#000000
(0,0,0)

Tints of #A9169D

#A9169D
(169,22,157)
#B02BA5
(176,43,165)
#B740AD
(183,64,173)
#BE55B5
(190,85,181)
#C56ABD
(197,106,189)
#CC7FC5
(204,127,197)
#D394CD
(211,148,205)
#DAA9D5
(218,169,213)
#E1BEDD
(225,190,221)
#E8D3E5
(232,211,229)
#EFE8ED
(239,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9169D color. Also use rgb(169,22,157) instead hex code.

Text Font Color

.myTextColor { color: #A9169D; }

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

This text font color is #A9169D.


Background Color

.myBgColor { background-color: #A9169D; }

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

This div background color is #A9169D.


Border color

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

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

This div border color is #A9169D.


Opacity

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

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

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

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

This text has shadow with #A9169D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9169D on black background.


Color preview on white background

This text has color #A9169D on white background.



Black color preview on #A9169D background

This text has black color on #A9169D background.


White color preview on #A9169D background

This text has white color on #A9169D background.