COLOR #A15E81

HEX: #A15E81
RGB: (161,94,129)

Color info

#A15E81 contains mainly red and blue colors. Web safe color of #A15E81 is #996699 (or #969).

RGB color model

#A15E81 color RGB value is (161,94,129).

  • red value is 161;
  • green value is 94;
  • blue value is 129.
RGB:
(161,94,129)
(63%,37%,51%)

RGB channels and saturation

R 161 of 255 = 63%
G 94 of 255 = 37%
B 129 of 255 = 51%

161
94
129

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

Portions of RGB colors in percentages

R + G + B =
161 + 94 + 129 = 384 (100%)
R 161 of 384 ~ 41.93%
G 94 of 384 ~ 24.48%
B 129 of 384 ~ 33.59%

%41.93
%24.48
%33.59

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 41.61%
  • yellow value is 19.88%
  • 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
%19.88
%36.86

Codes

Color #A15E81 in popluar color models

A15E81
RGB16194129
HSL329°26.27%50.00%
HSB/HSV329°41.61%63.14%
CMYK0.00%41.61%19.88%
36.86%

Color #A15E81 in popluar number systems.

HEXA15E81
Decimal16194129
Binary10100001101111010000001
Octal241136201

Shades and tints

Shades of #A15E81

#A15E81
(161,94,129)
#935676
(147,86,118)
#854E6B
(133,78,107)
#774660
(119,70,96)
#693E55
(105,62,85)
#5B364A
(91,54,74)
#4D2E3F
(77,46,63)
#3F2634
(63,38,52)
#311E29
(49,30,41)
#23161E
(35,22,30)
#150E13
(21,14,19)
#000000
(0,0,0)

Tints of #A15E81

#A15E81
(161,94,129)
#A96C8C
(169,108,140)
#B17A97
(177,122,151)
#B988A2
(185,136,162)
#C196AD
(193,150,173)
#C9A4B8
(201,164,184)
#D1B2C3
(209,178,195)
#D9C0CE
(217,192,206)
#E1CED9
(225,206,217)
#E9DCE4
(233,220,228)
#F1EAEF
(241,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A15E81; }

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

This text font color is #A15E81.


Background Color

.myBgColor { background-color: #A15E81; }

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

This div background color is #A15E81.


Border color

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

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

This div border color is #A15E81.


Opacity

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

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

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

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

This text has shadow with #A15E81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A15E81 on black background.


Color preview on white background

This text has color #A15E81 on white background.



Black color preview on #A15E81 background

This text has black color on #A15E81 background.


White color preview on #A15E81 background

This text has white color on #A15E81 background.