COLOR #A195B1

HEX: #A195B1
RGB: (161,149,177)

Color info

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

RGB color model

#A195B1 color RGB value is (161,149,177).

  • red value is 161;
  • green value is 149;
  • blue value is 177.
RGB:
(161,149,177)
(63%,58%,69%)

RGB channels and saturation

R 161 of 255 = 63%
G 149 of 255 = 58%
B 177 of 255 = 69%

161
149
177

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

Portions of RGB colors in percentages

R + G + B =
161 + 149 + 177 = 487 (100%)
R 161 of 487 ~ 33.06%
G 149 of 487 ~ 30.6%
B 177 of 487 ~ 36.34%

%33.06
%30.6
%36.34

CMYK color model

#A195B1 color CMYK value is (9,16,0,31).

  • cyan value is 9.04%
  • magenta value is 15.82%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(9,16,0,31)
C9M16Y0K31 
(9%,16%,0%,31%)
(0.09/0.16/0.00/0.31)	

CMYK percentages

%9.04
%15.82
%0
%30.59

Codes

Color #A195B1 in popluar color models

A195B1
RGB161149177
HSL266°15.22%63.92%
HSB/HSV266°15.82%69.41%
CMYK9.04%15.82%0.00%
30.59%

Color #A195B1 in popluar number systems.

HEXA195B1
Decimal161149177
Binary101000011001010110110001
Octal241225261

Shades and tints

Shades of #A195B1

#A195B1
(161,149,177)
#9388A1
(147,136,161)
#857B91
(133,123,145)
#776E81
(119,110,129)
#696171
(105,97,113)
#5B5461
(91,84,97)
#4D4751
(77,71,81)
#3F3A41
(63,58,65)
#312D31
(49,45,49)
#232021
(35,32,33)
#151311
(21,19,17)
#000000
(0,0,0)

Tints of #A195B1

#A195B1
(161,149,177)
#A99EB8
(169,158,184)
#B1A7BF
(177,167,191)
#B9B0C6
(185,176,198)
#C1B9CD
(193,185,205)
#C9C2D4
(201,194,212)
#D1CBDB
(209,203,219)
#D9D4E2
(217,212,226)
#E1DDE9
(225,221,233)
#E9E6F0
(233,230,240)
#F1EFF7
(241,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A195B1 color. Also use rgb(161,149,177) instead hex code.

Text Font Color

.myTextColor { color: #A195B1; }

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

This text font color is #A195B1.


Background Color

.myBgColor { background-color: #A195B1; }

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

This div background color is #A195B1.


Border color

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

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

This div border color is #A195B1.


Opacity

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

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

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

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

This text has shadow with #A195B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A195B1 on black background.


Color preview on white background

This text has color #A195B1 on white background.



Black color preview on #A195B1 background

This text has black color on #A195B1 background.


White color preview on #A195B1 background

This text has white color on #A195B1 background.