COLOR #A1749C

HEX: #A1749C
RGB: (161,116,156)

Color info

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

RGB color model

#A1749C color RGB value is (161,116,156).

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

RGB channels and saturation

R 161 of 255 = 63%
G 116 of 255 = 45%
B 156 of 255 = 61%

161
116
156

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

Portions of RGB colors in percentages

R + G + B =
161 + 116 + 156 = 433 (100%)
R 161 of 433 ~ 37.18%
G 116 of 433 ~ 26.79%
B 156 of 433 ~ 36.03%

%37.18
%26.79
%36.03

CMYK color model

#A1749C color CMYK value is (0,28,3,37).

  • cyan value is 0.00%
  • magenta value is 27.95%
  • yellow value is 3.11%
  • key color value is 36.86%
CMYK:
(0,28,3,37)
C0M28Y3K37 
(0%,28%,3%,37%)
(0.00/0.28/0.03/0.37)	

CMYK percentages

%0
%27.95
%3.11
%36.86

Codes

Color #A1749C in popluar color models

A1749C
RGB161116156
HSL307°19.31%54.31%
HSB/HSV307°27.95%63.14%
CMYK0.00%27.95%3.11%
36.86%

Color #A1749C in popluar number systems.

HEXA1749C
Decimal161116156
Binary10100001111010010011100
Octal241164234

Shades and tints

Shades of #A1749C

#A1749C
(161,116,156)
#936A8E
(147,106,142)
#856080
(133,96,128)
#775672
(119,86,114)
#694C64
(105,76,100)
#5B4256
(91,66,86)
#4D3848
(77,56,72)
#3F2E3A
(63,46,58)
#31242C
(49,36,44)
#231A1E
(35,26,30)
#151010
(21,16,16)
#000000
(0,0,0)

Tints of #A1749C

#A1749C
(161,116,156)
#A980A5
(169,128,165)
#B18CAE
(177,140,174)
#B998B7
(185,152,183)
#C1A4C0
(193,164,192)
#C9B0C9
(201,176,201)
#D1BCD2
(209,188,210)
#D9C8DB
(217,200,219)
#E1D4E4
(225,212,228)
#E9E0ED
(233,224,237)
#F1ECF6
(241,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1749C; }

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

This text font color is #A1749C.


Background Color

.myBgColor { background-color: #A1749C; }

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

This div background color is #A1749C.


Border color

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

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

This div border color is #A1749C.


Opacity

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

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

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

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

This text has shadow with #A1749C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1749C on black background.


Color preview on white background

This text has color #A1749C on white background.



Black color preview on #A1749C background

This text has black color on #A1749C background.


White color preview on #A1749C background

This text has white color on #A1749C background.