COLOR #A185BA

HEX: #A185BA
RGB: (161,133,186)

Color info

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

RGB color model

#A185BA color RGB value is (161,133,186).

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

RGB channels and saturation

R 161 of 255 = 63%
G 133 of 255 = 52%
B 186 of 255 = 73%

161
133
186

R + G + B ~ 63%. #A185BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 133 + 186 = 480 (100%)
R 161 of 480 ~ 33.54%
G 133 of 480 ~ 27.71%
B 186 of 480 ~ 38.75%

%33.54
%27.71
%38.75

CMYK color model

#A185BA color CMYK value is (13,28,0,27).

  • cyan value is 13.44%
  • magenta value is 28.49%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(13,28,0,27)
C13M28Y0K27 
(13%,28%,0%,27%)
(0.13/0.28/0.00/0.27)	

CMYK percentages

%13.44
%28.49
%0
%27.06

Codes

Color #A185BA in popluar color models

A185BA
RGB161133186
HSL272°27.75%62.55%
HSB/HSV272°28.49%72.94%
CMYK13.44%28.49%0.00%
27.06%

Color #A185BA in popluar number systems.

HEXA185BA
Decimal161133186
Binary101000011000010110111010
Octal241205272

Shades and tints

Shades of #A185BA

#A185BA
(161,133,186)
#9379AA
(147,121,170)
#856D9A
(133,109,154)
#77618A
(119,97,138)
#69557A
(105,85,122)
#5B496A
(91,73,106)
#4D3D5A
(77,61,90)
#3F314A
(63,49,74)
#31253A
(49,37,58)
#23192A
(35,25,42)
#150D1A
(21,13,26)
#000000
(0,0,0)

Tints of #A185BA

#A185BA
(161,133,186)
#A990C0
(169,144,192)
#B19BC6
(177,155,198)
#B9A6CC
(185,166,204)
#C1B1D2
(193,177,210)
#C9BCD8
(201,188,216)
#D1C7DE
(209,199,222)
#D9D2E4
(217,210,228)
#E1DDEA
(225,221,234)
#E9E8F0
(233,232,240)
#F1F3F6
(241,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A185BA; }

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

This text font color is #A185BA.


Background Color

.myBgColor { background-color: #A185BA; }

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

This div background color is #A185BA.


Border color

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

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

This div border color is #A185BA.


Opacity

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

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

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

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

This text has shadow with #A185BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A185BA on black background.


Color preview on white background

This text has color #A185BA on white background.



Black color preview on #A185BA background

This text has black color on #A185BA background.


White color preview on #A185BA background

This text has white color on #A185BA background.