COLOR #A1627E

HEX: #A1627E RGB: (161,98,126)

Color info

#A1627E contains mainly red and blue colors. Web safe color of #A1627E is #996666 (or #966).

RGB color model

#A1627E color RGB value is (161,98,126).

RGB: (161,98,126) (63%, 38%, 49%)

RGB channels and saturation

R 161 of 255 = 63%
G 98 of 255 = 38%
B 126 of 255 = 49%

161
98
126

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

Portions of RGB colors in percentages

R + G + B = 161 + 98 + 126 = 385 (100%)
R 161 of 385 ~ 41.82%
G 98 of 385 ~ 25.45%
B 126 of 385 ~ 32.73'%

%41.82
%25.45
%32.73

CMYK color model

#A1627E color CMYK value is (0,39,22,37).

  • cyan value is 0.00%
  • magenta value is 39.13%
  • yellow value is 21.74%
  • key color value is 36.86%
CMYK: (0,39,22,37) C0M39Y22K37 (0%,39%,22%,37%) (0.00/0.39/0.22/0.37) 

CMYK percentages

%0
%39.13
%21.74
%36.86

Codes

Color #A1627E in popluar color models

A1 62 7E
RGB 161 98 126
HSL 333° 25.10% 50.78%
HSB/HSV 333° 39.13% 63.14%
CMYK 0.00% 39.13% 21.74%
36.86%

Color #A1627E in popluar number systems.

HEX A1 62 7E
Decimal 161 98 126
Binary 10100001 1100010 1111110
Octal 241 142 176

Shades and tints

Shades of #A1627E

#A1627E
(161,98,126)
#935A73
(147,90,115)
#855268
(133,82,104)
#774A5D
(119,74,93)
#694252
(105,66,82)
#5B3A47
(91,58,71)
#4D323C
(77,50,60)
#3F2A31
(63,42,49)
#312226
(49,34,38)
#231A1B
(35,26,27)
#151210
(21,18,16)
#000000
(0,0,0)

Tints of #A1627E

#A1627E
(161,98,126)
#A97089
(169,112,137)
#B17E94
(177,126,148)
#B98C9F
(185,140,159)
#C19AAA
(193,154,170)
#C9A8B5
(201,168,181)
#D1B6C0
(209,182,192)
#D9C4CB
(217,196,203)
#E1D2D6
(225,210,214)
#E9E0E1
(233,224,225)
#F1EEEC
(241,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1627E; }

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

This text font color is #A1627E.

Background Color

.myBgColor { background-color: #A1627E; }

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

This div background color is #A1627E.

Border color

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

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

This div border color is #A1627E.

Opacity

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

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

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

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

This text has shadow with #A1627E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1627E.

Preview

Color preview on black background

This text has color #A1627E on black background.


Color preview on white background

This text has color #A1627E on white background.


Black color preview on #A1627E background

This text has black color on #A1627E background.


White color preview on #A1627E background

This text has white color on #A1627E background.


Related colors

Complementary color

Complementary color for #hex is #5E9D81.


I love getcolorcode.com

Triadic colors

1 #7EA162 and #627EA1 with #A1627E are triadic colors.

2 #7E62A1 and #62A17E with #A1627E are triadic colors.