COLOR #A1757E

HEX: #A1757E RGB: (161,117,126)

Color info

#A1757E contains red, green and blue colors in about the same proportion. Web safe color of #A1757E is #996666 (or #966).

RGB color model

#A1757E color RGB value is (161,117,126).

RGB: (161,117,126) (63%, 46%, 49%)

RGB channels and saturation

R 161 of 255 = 63%
G 117 of 255 = 46%
B 126 of 255 = 49%

161
117
126

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

Portions of RGB colors in percentages

R + G + B = 161 + 117 + 126 = 404 (100%)
R 161 of 404 ~ 39.85%
G 117 of 404 ~ 28.96%
B 126 of 404 ~ 31.19'%

%39.85
%28.96
%31.19

CMYK color model

#A1757E color CMYK value is (0,27,22,37).

  • cyan value is 0.00%
  • magenta value is 27.33%
  • yellow value is 21.74%
  • key color value is 36.86%

CMYK: (0,27,22,37)
C0M27Y22K37 (0%, 27%, 22%, 37%)
(0.00 / 0.27 / 0.22 / 0.37)

CMYK percentages

%0
%27.33
%21.74
%36.86

Codes

Color #A1757E in popluar color models

A1 75 7E
RGB 161 117 126
HSL 348° 18.97% 54.51%
HSB/HSV 348° 27.33% 63.14%
CMYK 0.00% 27.33% 21.74%
36.86%

Color #A1757E in popluar number systems.

HEX A1 75 7E
Decimal 161 117 126
Binary 10100001 1110101 1111110
Octal 241 165 176

Shades and tints

Shades of #A1757E

#A1757E
(161,117,126)
#936B73
(147,107,115)
#856168
(133,97,104)
#77575D
(119,87,93)
#694D52
(105,77,82)
#5B4347
(91,67,71)
#4D393C
(77,57,60)
#3F2F31
(63,47,49)
#312526
(49,37,38)
#231B1B
(35,27,27)
#151110
(21,17,16)
#000000
(0,0,0)

Tints of #A1757E

#A1757E
(161,117,126)
#A98189
(169,129,137)
#B18D94
(177,141,148)
#B9999F
(185,153,159)
#C1A5AA
(193,165,170)
#C9B1B5
(201,177,181)
#D1BDC0
(209,189,192)
#D9C9CB
(217,201,203)
#E1D5D6
(225,213,214)
#E9E1E1
(233,225,225)
#F1EDEC
(241,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1757E color. Also use rgb(161,117,126) instead hex code.

Text Font Color

.myTextColor { color: #A1757E; }

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

This text font color is #A1757E.

Background Color

.myBgColor { background-color: #A1757E; }

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

This div background color is #A1757E.

Border color

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

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

This div border color is #A1757E.

Opacity

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

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

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

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

This text has shadow with #A1757E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1757E.

Preview

Color preview on black background

This text has color #A1757E on black background.


Color preview on white background

This text has color #A1757E on white background.


Black color preview on #A1757E background

This text has black color on #A1757E background.


White color preview on #A1757E background

This text has white color on #A1757E background.


Related colors

Complementary color

Complementary color for #hex is #5E8A81.


I love getcolorcode.com

Triadic colors

1 #7EA175 and #757EA1 with #A1757E are triadic colors.

2 #7E75A1 and #75A17E with #A1757E are triadic colors.