COLOR #A185B7

HEX: #A185B7
RGB: (161,133,183)

Color info

#A185B7 contains red, green and blue colors in about the same proportion. Web safe color of #A185B7 is #9999CC (or #99C).

RGB color model

#A185B7 color RGB value is (161,133,183).

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

RGB channels and saturation

R 161 of 255 = 63%
G 133 of 255 = 52%
B 183 of 255 = 72%

161
133
183

R + G + B ~ 62%. #A185B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 133 + 183 = 477 (100%)
R 161 of 477 ~ 33.75%
G 133 of 477 ~ 27.88%
B 183 of 477 ~ 38.36%

%33.75
%27.88
%38.36

CMYK color model

#A185B7 color CMYK value is (12,27,0,28).

  • cyan value is 12.02%
  • magenta value is 27.32%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(12,27,0,28)
C12M27Y0K28 
(12%,27%,0%,28%)
(0.12/0.27/0.00/0.28)	

CMYK percentages

%12.02
%27.32
%0
%28.24

Codes

Color #A185B7 in popluar color models

A185B7
RGB161133183
HSL274°25.77%61.96%
HSB/HSV274°27.32%71.76%
CMYK12.02%27.32%0.00%
28.24%

Color #A185B7 in popluar number systems.

HEXA185B7
Decimal161133183
Binary101000011000010110110111
Octal241205267

Shades and tints

Shades of #A185B7

#A185B7
(161,133,183)
#9379A7
(147,121,167)
#856D97
(133,109,151)
#776187
(119,97,135)
#695577
(105,85,119)
#5B4967
(91,73,103)
#4D3D57
(77,61,87)
#3F3147
(63,49,71)
#312537
(49,37,55)
#231927
(35,25,39)
#150D17
(21,13,23)
#000000
(0,0,0)

Tints of #A185B7

#A185B7
(161,133,183)
#A990BD
(169,144,189)
#B19BC3
(177,155,195)
#B9A6C9
(185,166,201)
#C1B1CF
(193,177,207)
#C9BCD5
(201,188,213)
#D1C7DB
(209,199,219)
#D9D2E1
(217,210,225)
#E1DDE7
(225,221,231)
#E9E8ED
(233,232,237)
#F1F3F3
(241,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A185B7; }

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

This text font color is #A185B7.


Background Color

.myBgColor { background-color: #A185B7; }

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

This div background color is #A185B7.


Border color

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

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

This div border color is #A185B7.


Opacity

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

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

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

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

This text has shadow with #A185B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A185B7 on black background.


Color preview on white background

This text has color #A185B7 on white background.



Black color preview on #A185B7 background

This text has black color on #A185B7 background.


White color preview on #A185B7 background

This text has white color on #A185B7 background.