COLOR #A15584

HEX: #A15584
RGB: (161,85,132)

Color info

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

RGB color model

#A15584 color RGB value is (161,85,132).

  • red value is 161;
  • green value is 85;
  • blue value is 132.
RGB:
(161,85,132)
(63%,33%,52%)

RGB channels and saturation

R 161 of 255 = 63%
G 85 of 255 = 33%
B 132 of 255 = 52%

161
85
132

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

Portions of RGB colors in percentages

R + G + B =
161 + 85 + 132 = 378 (100%)
R 161 of 378 ~ 42.59%
G 85 of 378 ~ 22.49%
B 132 of 378 ~ 34.92%

%42.59
%22.49
%34.92

CMYK color model

#A15584 color CMYK value is (0,47,18,37).

  • cyan value is 0.00%
  • magenta value is 47.20%
  • yellow value is 18.01%
  • key color value is 36.86%
CMYK:
(0,47,18,37)
C0M47Y18K37 
(0%,47%,18%,37%)
(0.00/0.47/0.18/0.37)	

CMYK percentages

%0
%47.2
%18.01
%36.86

Codes

Color #A15584 in popluar color models

A15584
RGB16185132
HSL323°30.89%48.24%
HSB/HSV323°47.20%63.14%
CMYK0.00%47.20%18.01%
36.86%

Color #A15584 in popluar number systems.

HEXA15584
Decimal16185132
Binary10100001101010110000100
Octal241125204

Shades and tints

Shades of #A15584

#A15584
(161,85,132)
#934E78
(147,78,120)
#85476C
(133,71,108)
#774060
(119,64,96)
#693954
(105,57,84)
#5B3248
(91,50,72)
#4D2B3C
(77,43,60)
#3F2430
(63,36,48)
#311D24
(49,29,36)
#231618
(35,22,24)
#150F0C
(21,15,12)
#000000
(0,0,0)

Tints of #A15584

#A15584
(161,85,132)
#A9648F
(169,100,143)
#B1739A
(177,115,154)
#B982A5
(185,130,165)
#C191B0
(193,145,176)
#C9A0BB
(201,160,187)
#D1AFC6
(209,175,198)
#D9BED1
(217,190,209)
#E1CDDC
(225,205,220)
#E9DCE7
(233,220,231)
#F1EBF2
(241,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A15584 color. Also use rgb(161,85,132) instead hex code.

Text Font Color

.myTextColor { color: #A15584; }

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

This text font color is #A15584.


Background Color

.myBgColor { background-color: #A15584; }

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

This div background color is #A15584.


Border color

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

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

This div border color is #A15584.


Opacity

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

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

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

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

This text has shadow with #A15584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A15584 on black background.


Color preview on white background

This text has color #A15584 on white background.



Black color preview on #A15584 background

This text has black color on #A15584 background.


White color preview on #A15584 background

This text has white color on #A15584 background.