COLOR #A184A0

HEX: #A184A0
RGB: (161,132,160)

Color info

#A184A0 contains red, green and blue colors in about the same proportion. Web safe color of #A184A0 is #999999 (or #999).

RGB color model

#A184A0 color RGB value is (161,132,160).

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

RGB channels and saturation

R 161 of 255 = 63%
G 132 of 255 = 52%
B 160 of 255 = 63%

161
132
160

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

Portions of RGB colors in percentages

R + G + B =
161 + 132 + 160 = 453 (100%)
R 161 of 453 ~ 35.54%
G 132 of 453 ~ 29.14%
B 160 of 453 ~ 35.32%

%35.54
%29.14
%35.32

CMYK color model

#A184A0 color CMYK value is (0,18,1,37).

  • cyan value is 0.00%
  • magenta value is 18.01%
  • yellow value is 0.62%
  • key color value is 36.86%
CMYK:
(0,18,1,37)
C0M18Y1K37 
(0%,18%,1%,37%)
(0.00/0.18/0.01/0.37)	

CMYK percentages

%0
%18.01
%0.62
%36.86

Codes

Color #A184A0 in popluar color models

A184A0
RGB161132160
HSL302°13.36%57.45%
HSB/HSV302°18.01%63.14%
CMYK0.00%18.01%0.62%
36.86%

Color #A184A0 in popluar number systems.

HEXA184A0
Decimal161132160
Binary101000011000010010100000
Octal241204240

Shades and tints

Shades of #A184A0

#A184A0
(161,132,160)
#937892
(147,120,146)
#856C84
(133,108,132)
#776076
(119,96,118)
#695468
(105,84,104)
#5B485A
(91,72,90)
#4D3C4C
(77,60,76)
#3F303E
(63,48,62)
#312430
(49,36,48)
#231822
(35,24,34)
#150C14
(21,12,20)
#000000
(0,0,0)

Tints of #A184A0

#A184A0
(161,132,160)
#A98FA8
(169,143,168)
#B19AB0
(177,154,176)
#B9A5B8
(185,165,184)
#C1B0C0
(193,176,192)
#C9BBC8
(201,187,200)
#D1C6D0
(209,198,208)
#D9D1D8
(217,209,216)
#E1DCE0
(225,220,224)
#E9E7E8
(233,231,232)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A184A0; }

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

This text font color is #A184A0.


Background Color

.myBgColor { background-color: #A184A0; }

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

This div background color is #A184A0.


Border color

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

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

This div border color is #A184A0.


Opacity

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

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

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

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

This text has shadow with #A184A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A184A0 on black background.


Color preview on white background

This text has color #A184A0 on white background.



Black color preview on #A184A0 background

This text has black color on #A184A0 background.


White color preview on #A184A0 background

This text has white color on #A184A0 background.