COLOR #A195AA

HEX: #A195AA
RGB: (161,149,170)

Color info

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

RGB color model

#A195AA color RGB value is (161,149,170).

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

RGB channels and saturation

R 161 of 255 = 63%
G 149 of 255 = 58%
B 170 of 255 = 67%

161
149
170

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

Portions of RGB colors in percentages

R + G + B =
161 + 149 + 170 = 480 (100%)
R 161 of 480 ~ 33.54%
G 149 of 480 ~ 31.04%
B 170 of 480 ~ 35.42%

%33.54
%31.04
%35.42

CMYK color model

#A195AA color CMYK value is (5,12,0,33).

  • cyan value is 5.29%
  • magenta value is 12.35%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(5,12,0,33)
C5M12Y0K33 
(5%,12%,0%,33%)
(0.05/0.12/0.00/0.33)	

CMYK percentages

%5.29
%12.35
%0
%33.33

Codes

Color #A195AA in popluar color models

A195AA
RGB161149170
HSL274°10.99%62.55%
HSB/HSV274°12.35%66.67%
CMYK5.29%12.35%0.00%
33.33%

Color #A195AA in popluar number systems.

HEXA195AA
Decimal161149170
Binary101000011001010110101010
Octal241225252

Shades and tints

Shades of #A195AA

#A195AA
(161,149,170)
#93889B
(147,136,155)
#857B8C
(133,123,140)
#776E7D
(119,110,125)
#69616E
(105,97,110)
#5B545F
(91,84,95)
#4D4750
(77,71,80)
#3F3A41
(63,58,65)
#312D32
(49,45,50)
#232023
(35,32,35)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #A195AA

#A195AA
(161,149,170)
#A99EB1
(169,158,177)
#B1A7B8
(177,167,184)
#B9B0BF
(185,176,191)
#C1B9C6
(193,185,198)
#C9C2CD
(201,194,205)
#D1CBD4
(209,203,212)
#D9D4DB
(217,212,219)
#E1DDE2
(225,221,226)
#E9E6E9
(233,230,233)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A195AA; }

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

This text font color is #A195AA.


Background Color

.myBgColor { background-color: #A195AA; }

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

This div background color is #A195AA.


Border color

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

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

This div border color is #A195AA.


Opacity

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

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

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

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

This text has shadow with #A195AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A195AA on black background.


Color preview on white background

This text has color #A195AA on white background.



Black color preview on #A195AA background

This text has black color on #A195AA background.


White color preview on #A195AA background

This text has white color on #A195AA background.