COLOR #A15E80

HEX: #A15E80 RGB: (161,94,128)

Color info

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

RGB color model

#A15E80 color RGB value is (161,94,128).

RGB: (161,94,128) (63%, 37%, 50%)

RGB channels and saturation

R 161 of 255 = 63%
G 94 of 255 = 37%
B 128 of 255 = 50%

161
94
128

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

Portions of RGB colors in percentages

R + G + B = 161 + 94 + 128 = 383 (100%)
R 161 of 383 ~ 42.04%
G 94 of 383 ~ 24.54%
B 128 of 383 ~ 33.42'%

%42.04
%24.54
%33.42

CMYK color model

#A15E80 color CMYK value is (0,42,20,37).

  • cyan value is 0.00%
  • magenta value is 41.61%
  • yellow value is 20.50%
  • key color value is 36.86%

CMYK: (0,42,20,37)
C0M42Y20K37 (0%, 42%, 20%, 37%)
(0.00 / 0.42 / 0.20 / 0.37)

CMYK percentages

%0
%41.61
%20.5
%36.86

Codes

Color #A15E80 in popluar color models

A1 5E 80
RGB 161 94 128
HSL 330° 26.27% 50.00%
HSB/HSV 330° 41.61% 63.14%
CMYK 0.00% 41.61% 20.50%
36.86%

Color #A15E80 in popluar number systems.

HEX A1 5E 80
Decimal 161 94 128
Binary 10100001 1011110 10000000
Octal 241 136 200

Shades and tints

Shades of #A15E80

#A15E80
(161,94,128)
#935675
(147,86,117)
#854E6A
(133,78,106)
#77465F
(119,70,95)
#693E54
(105,62,84)
#5B3649
(91,54,73)
#4D2E3E
(77,46,62)
#3F2633
(63,38,51)
#311E28
(49,30,40)
#23161D
(35,22,29)
#150E12
(21,14,18)
#000000
(0,0,0)

Tints of #A15E80

#A15E80
(161,94,128)
#A96C8B
(169,108,139)
#B17A96
(177,122,150)
#B988A1
(185,136,161)
#C196AC
(193,150,172)
#C9A4B7
(201,164,183)
#D1B2C2
(209,178,194)
#D9C0CD
(217,192,205)
#E1CED8
(225,206,216)
#E9DCE3
(233,220,227)
#F1EAEE
(241,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A15E80 color. Also use rgb(161,94,128) instead hex code.

Text Font Color

.myTextColor { color: #A15E80; }

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

This text font color is #A15E80.

Background Color

.myBgColor { background-color: #A15E80; }

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

This div background color is #A15E80.

Border color

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

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

This div border color is #A15E80.

Opacity

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

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

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

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

This text has shadow with #A15E80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A15E80.

Preview

Color preview on black background

This text has color #A15E80 on black background.


Color preview on white background

This text has color #A15E80 on white background.


Black color preview on #A15E80 background

This text has black color on #A15E80 background.


White color preview on #A15E80 background

This text has white color on #A15E80 background.


Related colors

Complementary color

Complementary color for #hex is #5EA17F.


I love getcolorcode.com

Triadic colors

1 #80A15E and #5E80A1 with #A15E80 are triadic colors.

2 #805EA1 and #5EA180 with #A15E80 are triadic colors.