COLOR #A195B7

HEX: #A195B7
RGB: (161,149,183)

Color info

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

RGB color model

#A195B7 color RGB value is (161,149,183).

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

RGB channels and saturation

R 161 of 255 = 63%
G 149 of 255 = 58%
B 183 of 255 = 72%

161
149
183

R + G + B ~ 64%. #A195B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 149 + 183 = 493 (100%)
R 161 of 493 ~ 32.66%
G 149 of 493 ~ 30.22%
B 183 of 493 ~ 37.12%

%32.66
%30.22
%37.12

CMYK color model

#A195B7 color CMYK value is (12,19,0,28).

  • cyan value is 12.02%
  • magenta value is 18.58%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(12,19,0,28)
C12M19Y0K28 
(12%,19%,0%,28%)
(0.12/0.19/0.00/0.28)	

CMYK percentages

%12.02
%18.58
%0
%28.24

Codes

Color #A195B7 in popluar color models

A195B7
RGB161149183
HSL261°19.10%65.10%
HSB/HSV261°18.58%71.76%
CMYK12.02%18.58%0.00%
28.24%

Color #A195B7 in popluar number systems.

HEXA195B7
Decimal161149183
Binary101000011001010110110111
Octal241225267

Shades and tints

Shades of #A195B7

#A195B7
(161,149,183)
#9388A7
(147,136,167)
#857B97
(133,123,151)
#776E87
(119,110,135)
#696177
(105,97,119)
#5B5467
(91,84,103)
#4D4757
(77,71,87)
#3F3A47
(63,58,71)
#312D37
(49,45,55)
#232027
(35,32,39)
#151317
(21,19,23)
#000000
(0,0,0)

Tints of #A195B7

#A195B7
(161,149,183)
#A99EBD
(169,158,189)
#B1A7C3
(177,167,195)
#B9B0C9
(185,176,201)
#C1B9CF
(193,185,207)
#C9C2D5
(201,194,213)
#D1CBDB
(209,203,219)
#D9D4E1
(217,212,225)
#E1DDE7
(225,221,231)
#E9E6ED
(233,230,237)
#F1EFF3
(241,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A195B7; }

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

This text font color is #A195B7.


Background Color

.myBgColor { background-color: #A195B7; }

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

This div background color is #A195B7.


Border color

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

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

This div border color is #A195B7.


Opacity

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

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

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

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

This text has shadow with #A195B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A195B7 on black background.


Color preview on white background

This text has color #A195B7 on white background.



Black color preview on #A195B7 background

This text has black color on #A195B7 background.


White color preview on #A195B7 background

This text has white color on #A195B7 background.