COLOR #A95EA2

HEX: #A95EA2
RGB: (169,94,162)

Color info

#A95EA2 contains mainly red and blue colors. Web safe color of #A95EA2 is #996699 (or #969).

RGB color model

#A95EA2 color RGB value is (169,94,162).

  • red value is 169;
  • green value is 94;
  • blue value is 162.
RGB:
(169,94,162)
(66%,37%,64%)

RGB channels and saturation

R 169 of 255 = 66%
G 94 of 255 = 37%
B 162 of 255 = 64%

169
94
162

R + G + B ~ 56%. #A95EA2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
169 + 94 + 162 = 425 (100%)
R 169 of 425 ~ 39.76%
G 94 of 425 ~ 22.12%
B 162 of 425 ~ 38.12%

%39.76
%22.12
%38.12

CMYK color model

#A95EA2 color CMYK value is (0,44,4,34).

  • cyan value is 0.00%
  • magenta value is 44.38%
  • yellow value is 4.14%
  • key color value is 33.73%
CMYK:
(0,44,4,34)
C0M44Y4K34 
(0%,44%,4%,34%)
(0.00/0.44/0.04/0.34)	

CMYK percentages

%0
%44.38
%4.14
%33.73

Codes

Color #A95EA2 in popluar color models

A95EA2
RGB16994162
HSL306°30.36%51.57%
HSB/HSV306°44.38%66.27%
CMYK0.00%44.38%4.14%
33.73%

Color #A95EA2 in popluar number systems.

HEXA95EA2
Decimal16994162
Binary10101001101111010100010
Octal251136242

Shades and tints

Shades of #A95EA2

#A95EA2
(169,94,162)
#9A5694
(154,86,148)
#8B4E86
(139,78,134)
#7C4678
(124,70,120)
#6D3E6A
(109,62,106)
#5E365C
(94,54,92)
#4F2E4E
(79,46,78)
#402640
(64,38,64)
#311E32
(49,30,50)
#221624
(34,22,36)
#130E16
(19,14,22)
#000000
(0,0,0)

Tints of #A95EA2

#A95EA2
(169,94,162)
#B06CAA
(176,108,170)
#B77AB2
(183,122,178)
#BE88BA
(190,136,186)
#C596C2
(197,150,194)
#CCA4CA
(204,164,202)
#D3B2D2
(211,178,210)
#DAC0DA
(218,192,218)
#E1CEE2
(225,206,226)
#E8DCEA
(232,220,234)
#EFEAF2
(239,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A95EA2 color. Also use rgb(169,94,162) instead hex code.

Text Font Color

.myTextColor { color: #A95EA2; }

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

This text font color is #A95EA2.


Background Color

.myBgColor { background-color: #A95EA2; }

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

This div background color is #A95EA2.


Border color

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

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

This div border color is #A95EA2.


Opacity

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

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

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

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

This text has shadow with #A95EA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A95EA2 on black background.


Color preview on white background

This text has color #A95EA2 on white background.



Black color preview on #A95EA2 background

This text has black color on #A95EA2 background.


White color preview on #A95EA2 background

This text has white color on #A95EA2 background.