COLOR #A15689

HEX: #A15689
RGB: (161,86,137)

Color info

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

RGB color model

#A15689 color RGB value is (161,86,137).

  • red value is 161;
  • green value is 86;
  • blue value is 137.
RGB:
(161,86,137)
(63%,34%,54%)

RGB channels and saturation

R 161 of 255 = 63%
G 86 of 255 = 34%
B 137 of 255 = 54%

161
86
137

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

Portions of RGB colors in percentages

R + G + B =
161 + 86 + 137 = 384 (100%)
R 161 of 384 ~ 41.93%
G 86 of 384 ~ 22.4%
B 137 of 384 ~ 35.68%

%41.93
%22.4
%35.68

CMYK color model

#A15689 color CMYK value is (0,47,15,37).

  • cyan value is 0.00%
  • magenta value is 46.58%
  • yellow value is 14.91%
  • key color value is 36.86%
CMYK:
(0,47,15,37)
C0M47Y15K37 
(0%,47%,15%,37%)
(0.00/0.47/0.15/0.37)	

CMYK percentages

%0
%46.58
%14.91
%36.86

Codes

Color #A15689 in popluar color models

A15689
RGB16186137
HSL319°30.36%48.43%
HSB/HSV319°46.58%63.14%
CMYK0.00%46.58%14.91%
36.86%

Color #A15689 in popluar number systems.

HEXA15689
Decimal16186137
Binary10100001101011010001001
Octal241126211

Shades and tints

Shades of #A15689

#A15689
(161,86,137)
#934F7D
(147,79,125)
#854871
(133,72,113)
#774165
(119,65,101)
#693A59
(105,58,89)
#5B334D
(91,51,77)
#4D2C41
(77,44,65)
#3F2535
(63,37,53)
#311E29
(49,30,41)
#23171D
(35,23,29)
#151011
(21,16,17)
#000000
(0,0,0)

Tints of #A15689

#A15689
(161,86,137)
#A96593
(169,101,147)
#B1749D
(177,116,157)
#B983A7
(185,131,167)
#C192B1
(193,146,177)
#C9A1BB
(201,161,187)
#D1B0C5
(209,176,197)
#D9BFCF
(217,191,207)
#E1CED9
(225,206,217)
#E9DDE3
(233,221,227)
#F1ECED
(241,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A15689 color. Also use rgb(161,86,137) instead hex code.

Text Font Color

.myTextColor { color: #A15689; }

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

This text font color is #A15689.


Background Color

.myBgColor { background-color: #A15689; }

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

This div background color is #A15689.


Border color

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

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

This div border color is #A15689.


Opacity

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

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

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

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

This text has shadow with #A15689 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A15689 on black background.


Color preview on white background

This text has color #A15689 on white background.



Black color preview on #A15689 background

This text has black color on #A15689 background.


White color preview on #A15689 background

This text has white color on #A15689 background.