COLOR #A1718E

HEX: #A1718E RGB: (161,113,142)

Color info

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

RGB color model

#A1718E color RGB value is (161,113,142).

RGB: (161,113,142) (63%, 44%, 56%)

RGB channels and saturation

R 161 of 255 = 63%
G 113 of 255 = 44%
B 142 of 255 = 56%

161
113
142

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

Portions of RGB colors in percentages

R + G + B = 161 + 113 + 142 = 416 (100%)
R 161 of 416 ~ 38.7%
G 113 of 416 ~ 27.16%
B 142 of 416 ~ 34.13'%

%38.7
%27.16
%34.13

CMYK color model

#A1718E color CMYK value is (0,30,12,37).

  • cyan value is 0.00%
  • magenta value is 29.81%
  • yellow value is 11.80%
  • key color value is 36.86%

CMYK: (0,30,12,37)
C0M30Y12K37 (0%, 30%, 12%, 37%)
(0.00 / 0.30 / 0.12 / 0.37)

CMYK percentages

%0
%29.81
%11.8
%36.86

Codes

Color #A1718E in popluar color models

A1 71 8E
RGB 161 113 142
HSL 324° 20.34% 53.73%
HSB/HSV 324° 29.81% 63.14%
CMYK 0.00% 29.81% 11.80%
36.86%

Color #A1718E in popluar number systems.

HEX A1 71 8E
Decimal 161 113 142
Binary 10100001 1110001 10001110
Octal 241 161 216

Shades and tints

Shades of #A1718E

#A1718E
(161,113,142)
#936782
(147,103,130)
#855D76
(133,93,118)
#77536A
(119,83,106)
#69495E
(105,73,94)
#5B3F52
(91,63,82)
#4D3546
(77,53,70)
#3F2B3A
(63,43,58)
#31212E
(49,33,46)
#231722
(35,23,34)
#150D16
(21,13,22)
#000000
(0,0,0)

Tints of #A1718E

#A1718E
(161,113,142)
#A97D98
(169,125,152)
#B189A2
(177,137,162)
#B995AC
(185,149,172)
#C1A1B6
(193,161,182)
#C9ADC0
(201,173,192)
#D1B9CA
(209,185,202)
#D9C5D4
(217,197,212)
#E1D1DE
(225,209,222)
#E9DDE8
(233,221,232)
#F1E9F2
(241,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1718E color. Also use rgb(161,113,142) instead hex code.

Text Font Color

.myTextColor { color: #A1718E; }

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

This text font color is #A1718E.

Background Color

.myBgColor { background-color: #A1718E; }

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

This div background color is #A1718E.

Border color

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

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

This div border color is #A1718E.

Opacity

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

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

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

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

This text has shadow with #A1718E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1718E.

Preview

Color preview on black background

This text has color #A1718E on black background.


Color preview on white background

This text has color #A1718E on white background.


Black color preview on #A1718E background

This text has black color on #A1718E background.


White color preview on #A1718E background

This text has white color on #A1718E background.


Related colors

Complementary color

Complementary color for #hex is #5E8E71.


I love getcolorcode.com

Triadic colors

1 #8EA171 and #718EA1 with #A1718E are triadic colors.

2 #8E71A1 and #71A18E with #A1718E are triadic colors.