COLOR #A995AF

HEX: #A995AF
RGB: (169,149,175)

Color info

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

RGB color model

#A995AF color RGB value is (169,149,175).

  • red value is 169;
  • green value is 149;
  • blue value is 175.
RGB:
(169,149,175)
(66%,58%,69%)

RGB channels and saturation

R 169 of 255 = 66%
G 149 of 255 = 58%
B 175 of 255 = 69%

169
149
175

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

Portions of RGB colors in percentages

R + G + B =
169 + 149 + 175 = 493 (100%)
R 169 of 493 ~ 34.28%
G 149 of 493 ~ 30.22%
B 175 of 493 ~ 35.5%

%34.28
%30.22
%35.5

CMYK color model

#A995AF color CMYK value is (3,15,0,31).

  • cyan value is 3.43%
  • magenta value is 14.86%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(3,15,0,31)
C3M15Y0K31 
(3%,15%,0%,31%)
(0.03/0.15/0.00/0.31)	

CMYK percentages

%3.43
%14.86
%0
%31.37

Codes

Color #A995AF in popluar color models

A995AF
RGB169149175
HSL286°13.98%63.53%
HSB/HSV286°14.86%68.63%
CMYK3.43%14.86%0.00%
31.37%

Color #A995AF in popluar number systems.

HEXA995AF
Decimal169149175
Binary101010011001010110101111
Octal251225257

Shades and tints

Shades of #A995AF

#A995AF
(169,149,175)
#9A88A0
(154,136,160)
#8B7B91
(139,123,145)
#7C6E82
(124,110,130)
#6D6173
(109,97,115)
#5E5464
(94,84,100)
#4F4755
(79,71,85)
#403A46
(64,58,70)
#312D37
(49,45,55)
#222028
(34,32,40)
#131319
(19,19,25)
#000000
(0,0,0)

Tints of #A995AF

#A995AF
(169,149,175)
#B09EB6
(176,158,182)
#B7A7BD
(183,167,189)
#BEB0C4
(190,176,196)
#C5B9CB
(197,185,203)
#CCC2D2
(204,194,210)
#D3CBD9
(211,203,217)
#DAD4E0
(218,212,224)
#E1DDE7
(225,221,231)
#E8E6EE
(232,230,238)
#EFEFF5
(239,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A995AF color. Also use rgb(169,149,175) instead hex code.

Text Font Color

.myTextColor { color: #A995AF; }

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

This text font color is #A995AF.


Background Color

.myBgColor { background-color: #A995AF; }

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

This div background color is #A995AF.


Border color

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

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

This div border color is #A995AF.


Opacity

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

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

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

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

This text has shadow with #A995AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A995AF on black background.


Color preview on white background

This text has color #A995AF on white background.



Black color preview on #A995AF background

This text has black color on #A995AF background.


White color preview on #A995AF background

This text has white color on #A995AF background.