COLOR #A185A0

HEX: #A185A0
RGB: (161,133,160)

Color info

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

RGB color model

#A185A0 color RGB value is (161,133,160).

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

RGB channels and saturation

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

161
133
160

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

Portions of RGB colors in percentages

R + G + B =
161 + 133 + 160 = 454 (100%)
R 161 of 454 ~ 35.46%
G 133 of 454 ~ 29.3%
B 160 of 454 ~ 35.24%

%35.46
%29.3
%35.24

CMYK color model

#A185A0 color CMYK value is (0,17,1,37).

  • cyan value is 0.00%
  • magenta value is 17.39%
  • yellow value is 0.62%
  • key color value is 36.86%
CMYK:
(0,17,1,37)
C0M17Y1K37 
(0%,17%,1%,37%)
(0.00/0.17/0.01/0.37)	

CMYK percentages

%0
%17.39
%0.62
%36.86

Codes

Color #A185A0 in popluar color models

A185A0
RGB161133160
HSL302°12.96%57.65%
HSB/HSV302°17.39%63.14%
CMYK0.00%17.39%0.62%
36.86%

Color #A185A0 in popluar number systems.

HEXA185A0
Decimal161133160
Binary101000011000010110100000
Octal241205240

Shades and tints

Shades of #A185A0

#A185A0
(161,133,160)
#937992
(147,121,146)
#856D84
(133,109,132)
#776176
(119,97,118)
#695568
(105,85,104)
#5B495A
(91,73,90)
#4D3D4C
(77,61,76)
#3F313E
(63,49,62)
#312530
(49,37,48)
#231922
(35,25,34)
#150D14
(21,13,20)
#000000
(0,0,0)

Tints of #A185A0

#A185A0
(161,133,160)
#A990A8
(169,144,168)
#B19BB0
(177,155,176)
#B9A6B8
(185,166,184)
#C1B1C0
(193,177,192)
#C9BCC8
(201,188,200)
#D1C7D0
(209,199,208)
#D9D2D8
(217,210,216)
#E1DDE0
(225,221,224)
#E9E8E8
(233,232,232)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A185A0; }

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

This text font color is #A185A0.


Background Color

.myBgColor { background-color: #A185A0; }

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

This div background color is #A185A0.


Border color

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

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

This div border color is #A185A0.


Opacity

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

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

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

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

This text has shadow with #A185A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A185A0 on black background.


Color preview on white background

This text has color #A185A0 on white background.



Black color preview on #A185A0 background

This text has black color on #A185A0 background.


White color preview on #A185A0 background

This text has white color on #A185A0 background.