COLOR #A9317C

HEX: #A9317C
RGB: (169,49,124)

Color info

#A9317C contains mainly red and blue colors. Web safe color of #A9317C is #993366 (or #936).

RGB color model

#A9317C color RGB value is (169,49,124).

  • red value is 169;
  • green value is 49;
  • blue value is 124.
RGB:
(169,49,124)
(66%,19%,49%)

RGB channels and saturation

R 169 of 255 = 66%
G 49 of 255 = 19%
B 124 of 255 = 49%

169
49
124

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

Portions of RGB colors in percentages

R + G + B =
169 + 49 + 124 = 342 (100%)
R 169 of 342 ~ 49.42%
G 49 of 342 ~ 14.33%
B 124 of 342 ~ 36.26%

%49.42
%14.33
%36.26

CMYK color model

#A9317C color CMYK value is (0,71,27,34).

  • cyan value is 0.00%
  • magenta value is 71.01%
  • yellow value is 26.63%
  • key color value is 33.73%
CMYK:
(0,71,27,34)
C0M71Y27K34 
(0%,71%,27%,34%)
(0.00/0.71/0.27/0.34)	

CMYK percentages

%0
%71.01
%26.63
%33.73

Codes

Color #A9317C in popluar color models

A9317C
RGB16949124
HSL323°55.05%42.75%
HSB/HSV323°71.01%66.27%
CMYK0.00%71.01%26.63%
33.73%

Color #A9317C in popluar number systems.

HEXA9317C
Decimal16949124
Binary101010011100011111100
Octal25161174

Shades and tints

Shades of #A9317C

#A9317C
(169,49,124)
#9A2D71
(154,45,113)
#8B2966
(139,41,102)
#7C255B
(124,37,91)
#6D2150
(109,33,80)
#5E1D45
(94,29,69)
#4F193A
(79,25,58)
#40152F
(64,21,47)
#311124
(49,17,36)
#220D19
(34,13,25)
#13090E
(19,9,14)
#000000
(0,0,0)

Tints of #A9317C

#A9317C
(169,49,124)
#B04387
(176,67,135)
#B75592
(183,85,146)
#BE679D
(190,103,157)
#C579A8
(197,121,168)
#CC8BB3
(204,139,179)
#D39DBE
(211,157,190)
#DAAFC9
(218,175,201)
#E1C1D4
(225,193,212)
#E8D3DF
(232,211,223)
#EFE5EA
(239,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9317C color. Also use rgb(169,49,124) instead hex code.

Text Font Color

.myTextColor { color: #A9317C; }

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

This text font color is #A9317C.


Background Color

.myBgColor { background-color: #A9317C; }

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

This div background color is #A9317C.


Border color

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

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

This div border color is #A9317C.


Opacity

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

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

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

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

This text has shadow with #A9317C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9317C on black background.


Color preview on white background

This text has color #A9317C on white background.



Black color preview on #A9317C background

This text has black color on #A9317C background.


White color preview on #A9317C background

This text has white color on #A9317C background.