COLOR #A195A4

HEX: #A195A4
RGB: (161,149,164)

Color info

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

RGB color model

#A195A4 color RGB value is (161,149,164).

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

RGB channels and saturation

R 161 of 255 = 63%
G 149 of 255 = 58%
B 164 of 255 = 64%

161
149
164

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

Portions of RGB colors in percentages

R + G + B =
161 + 149 + 164 = 474 (100%)
R 161 of 474 ~ 33.97%
G 149 of 474 ~ 31.43%
B 164 of 474 ~ 34.6%

%33.97
%31.43
%34.6

CMYK color model

#A195A4 color CMYK value is (2,9,0,36).

  • cyan value is 1.83%
  • magenta value is 9.15%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(2,9,0,36)
C2M9Y0K36 
(2%,9%,0%,36%)
(0.02/0.09/0.00/0.36)	

CMYK percentages

%1.83
%9.15
%0
%35.69

Codes

Color #A195A4 in popluar color models

A195A4
RGB161149164
HSL288°7.61%61.37%
HSB/HSV288°9.15%64.31%
CMYK1.83%9.15%0.00%
35.69%

Color #A195A4 in popluar number systems.

HEXA195A4
Decimal161149164
Binary101000011001010110100100
Octal241225244

Shades and tints

Shades of #A195A4

#A195A4
(161,149,164)
#938896
(147,136,150)
#857B88
(133,123,136)
#776E7A
(119,110,122)
#69616C
(105,97,108)
#5B545E
(91,84,94)
#4D4750
(77,71,80)
#3F3A42
(63,58,66)
#312D34
(49,45,52)
#232026
(35,32,38)
#151318
(21,19,24)
#000000
(0,0,0)

Tints of #A195A4

#A195A4
(161,149,164)
#A99EAC
(169,158,172)
#B1A7B4
(177,167,180)
#B9B0BC
(185,176,188)
#C1B9C4
(193,185,196)
#C9C2CC
(201,194,204)
#D1CBD4
(209,203,212)
#D9D4DC
(217,212,220)
#E1DDE4
(225,221,228)
#E9E6EC
(233,230,236)
#F1EFF4
(241,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A195A4; }

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

This text font color is #A195A4.


Background Color

.myBgColor { background-color: #A195A4; }

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

This div background color is #A195A4.


Border color

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

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

This div border color is #A195A4.


Opacity

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

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

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

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

This text has shadow with #A195A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A195A4 on black background.


Color preview on white background

This text has color #A195A4 on white background.



Black color preview on #A195A4 background

This text has black color on #A195A4 background.


White color preview on #A195A4 background

This text has white color on #A195A4 background.