COLOR #A1749F

HEX: #A1749F
RGB: (161,116,159)

Color info

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

RGB color model

#A1749F color RGB value is (161,116,159).

  • red value is 161;
  • green value is 116;
  • blue value is 159.
RGB:
(161,116,159)
(63%,45%,62%)

RGB channels and saturation

R 161 of 255 = 63%
G 116 of 255 = 45%
B 159 of 255 = 62%

161
116
159

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

Portions of RGB colors in percentages

R + G + B =
161 + 116 + 159 = 436 (100%)
R 161 of 436 ~ 36.93%
G 116 of 436 ~ 26.61%
B 159 of 436 ~ 36.47%

%36.93
%26.61
%36.47

CMYK color model

#A1749F color CMYK value is (0,28,1,37).

  • cyan value is 0.00%
  • magenta value is 27.95%
  • yellow value is 1.24%
  • key color value is 36.86%
CMYK:
(0,28,1,37)
C0M28Y1K37 
(0%,28%,1%,37%)
(0.00/0.28/0.01/0.37)	

CMYK percentages

%0
%27.95
%1.24
%36.86

Codes

Color #A1749F in popluar color models

A1749F
RGB161116159
HSL303°19.31%54.31%
HSB/HSV303°27.95%63.14%
CMYK0.00%27.95%1.24%
36.86%

Color #A1749F in popluar number systems.

HEXA1749F
Decimal161116159
Binary10100001111010010011111
Octal241164237

Shades and tints

Shades of #A1749F

#A1749F
(161,116,159)
#936A91
(147,106,145)
#856083
(133,96,131)
#775675
(119,86,117)
#694C67
(105,76,103)
#5B4259
(91,66,89)
#4D384B
(77,56,75)
#3F2E3D
(63,46,61)
#31242F
(49,36,47)
#231A21
(35,26,33)
#151013
(21,16,19)
#000000
(0,0,0)

Tints of #A1749F

#A1749F
(161,116,159)
#A980A7
(169,128,167)
#B18CAF
(177,140,175)
#B998B7
(185,152,183)
#C1A4BF
(193,164,191)
#C9B0C7
(201,176,199)
#D1BCCF
(209,188,207)
#D9C8D7
(217,200,215)
#E1D4DF
(225,212,223)
#E9E0E7
(233,224,231)
#F1ECEF
(241,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1749F color. Also use rgb(161,116,159) instead hex code.

Text Font Color

.myTextColor { color: #A1749F; }

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

This text font color is #A1749F.


Background Color

.myBgColor { background-color: #A1749F; }

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

This div background color is #A1749F.


Border color

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

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

This div border color is #A1749F.


Opacity

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

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

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

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

This text has shadow with #A1749F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1749F on black background.


Color preview on white background

This text has color #A1749F on white background.



Black color preview on #A1749F background

This text has black color on #A1749F background.


White color preview on #A1749F background

This text has white color on #A1749F background.