COLOR #A15980

HEX: #A15980
RGB: (161,89,128)

Color info

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

RGB color model

#A15980 color RGB value is (161,89,128).

  • red value is 161;
  • green value is 89;
  • blue value is 128.
RGB:
(161,89,128)
(63%,35%,50%)

RGB channels and saturation

R 161 of 255 = 63%
G 89 of 255 = 35%
B 128 of 255 = 50%

161
89
128

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

Portions of RGB colors in percentages

R + G + B =
161 + 89 + 128 = 378 (100%)
R 161 of 378 ~ 42.59%
G 89 of 378 ~ 23.54%
B 128 of 378 ~ 33.86%

%42.59
%23.54
%33.86

CMYK color model

#A15980 color CMYK value is (0,45,20,37).

  • cyan value is 0.00%
  • magenta value is 44.72%
  • yellow value is 20.50%
  • key color value is 36.86%
CMYK:
(0,45,20,37)
C0M45Y20K37 
(0%,45%,20%,37%)
(0.00/0.45/0.20/0.37)	

CMYK percentages

%0
%44.72
%20.5
%36.86

Codes

Color #A15980 in popluar color models

A15980
RGB16189128
HSL328°28.80%49.02%
HSB/HSV328°44.72%63.14%
CMYK0.00%44.72%20.50%
36.86%

Color #A15980 in popluar number systems.

HEXA15980
Decimal16189128
Binary10100001101100110000000
Octal241131200

Shades and tints

Shades of #A15980

#A15980
(161,89,128)
#935175
(147,81,117)
#85496A
(133,73,106)
#77415F
(119,65,95)
#693954
(105,57,84)
#5B3149
(91,49,73)
#4D293E
(77,41,62)
#3F2133
(63,33,51)
#311928
(49,25,40)
#23111D
(35,17,29)
#150912
(21,9,18)
#000000
(0,0,0)

Tints of #A15980

#A15980
(161,89,128)
#A9688B
(169,104,139)
#B17796
(177,119,150)
#B986A1
(185,134,161)
#C195AC
(193,149,172)
#C9A4B7
(201,164,183)
#D1B3C2
(209,179,194)
#D9C2CD
(217,194,205)
#E1D1D8
(225,209,216)
#E9E0E3
(233,224,227)
#F1EFEE
(241,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A15980; }

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

This text font color is #A15980.


Background Color

.myBgColor { background-color: #A15980; }

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

This div background color is #A15980.


Border color

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

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

This div border color is #A15980.


Opacity

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

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

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

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

This text has shadow with #A15980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A15980 on black background.


Color preview on white background

This text has color #A15980 on white background.



Black color preview on #A15980 background

This text has black color on #A15980 background.


White color preview on #A15980 background

This text has white color on #A15980 background.