COLOR #A295A7

HEX: #A295A7
RGB: (162,149,167)

Color info

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

RGB color model

#A295A7 color RGB value is (162,149,167).

  • red value is 162;
  • green value is 149;
  • blue value is 167.
RGB:
(162,149,167)
(64%,58%,65%)

RGB channels and saturation

R 162 of 255 = 64%
G 149 of 255 = 58%
B 167 of 255 = 65%

162
149
167

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

Portions of RGB colors in percentages

R + G + B =
162 + 149 + 167 = 478 (100%)
R 162 of 478 ~ 33.89%
G 149 of 478 ~ 31.17%
B 167 of 478 ~ 34.94%

%33.89
%31.17
%34.94

CMYK color model

#A295A7 color CMYK value is (3,11,0,35).

  • cyan value is 2.99%
  • magenta value is 10.78%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(3,11,0,35)
C3M11Y0K35 
(3%,11%,0%,35%)
(0.03/0.11/0.00/0.35)	

CMYK percentages

%2.99
%10.78
%0
%34.51

Codes

Color #A295A7 in popluar color models

A295A7
RGB162149167
HSL283°9.28%61.96%
HSB/HSV283°10.78%65.49%
CMYK2.99%10.78%0.00%
34.51%

Color #A295A7 in popluar number systems.

HEXA295A7
Decimal162149167
Binary101000101001010110100111
Octal242225247

Shades and tints

Shades of #A295A7

#A295A7
(162,149,167)
#948898
(148,136,152)
#867B89
(134,123,137)
#786E7A
(120,110,122)
#6A616B
(106,97,107)
#5C545C
(92,84,92)
#4E474D
(78,71,77)
#403A3E
(64,58,62)
#322D2F
(50,45,47)
#242020
(36,32,32)
#161311
(22,19,17)
#000000
(0,0,0)

Tints of #A295A7

#A295A7
(162,149,167)
#AA9EAF
(170,158,175)
#B2A7B7
(178,167,183)
#BAB0BF
(186,176,191)
#C2B9C7
(194,185,199)
#CAC2CF
(202,194,207)
#D2CBD7
(210,203,215)
#DAD4DF
(218,212,223)
#E2DDE7
(226,221,231)
#EAE6EF
(234,230,239)
#F2EFF7
(242,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A295A7 color. Also use rgb(162,149,167) instead hex code.

Text Font Color

.myTextColor { color: #A295A7; }

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

This text font color is #A295A7.


Background Color

.myBgColor { background-color: #A295A7; }

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

This div background color is #A295A7.


Border color

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

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

This div border color is #A295A7.


Opacity

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

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

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

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

This text has shadow with #A295A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A295A7 on black background.


Color preview on white background

This text has color #A295A7 on white background.



Black color preview on #A295A7 background

This text has black color on #A295A7 background.


White color preview on #A295A7 background

This text has white color on #A295A7 background.