COLOR #A957AA

HEX: #A957AA
RGB: (169,87,170)

Color info

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

RGB color model

#A957AA color RGB value is (169,87,170).

  • red value is 169;
  • green value is 87;
  • blue value is 170.
RGB:
(169,87,170)
(66%,34%,67%)

RGB channels and saturation

R 169 of 255 = 66%
G 87 of 255 = 34%
B 170 of 255 = 67%

169
87
170

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

Portions of RGB colors in percentages

R + G + B =
169 + 87 + 170 = 426 (100%)
R 169 of 426 ~ 39.67%
G 87 of 426 ~ 20.42%
B 170 of 426 ~ 39.91%

%39.67
%20.42
%39.91

CMYK color model

#A957AA color CMYK value is (1,49,0,33).

  • cyan value is 0.59%
  • magenta value is 48.82%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(1,49,0,33)
C1M49Y0K33 
(1%,49%,0%,33%)
(0.01/0.49/0.00/0.33)	

CMYK percentages

%0.59
%48.82
%0
%33.33

Codes

Color #A957AA in popluar color models

A957AA
RGB16987170
HSL299°32.81%50.39%
HSB/HSV299°48.82%66.67%
CMYK0.59%48.82%0.00%
33.33%

Color #A957AA in popluar number systems.

HEXA957AA
Decimal16987170
Binary10101001101011110101010
Octal251127252

Shades and tints

Shades of #A957AA

#A957AA
(169,87,170)
#9A509B
(154,80,155)
#8B498C
(139,73,140)
#7C427D
(124,66,125)
#6D3B6E
(109,59,110)
#5E345F
(94,52,95)
#4F2D50
(79,45,80)
#402641
(64,38,65)
#311F32
(49,31,50)
#221823
(34,24,35)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #A957AA

#A957AA
(169,87,170)
#B066B1
(176,102,177)
#B775B8
(183,117,184)
#BE84BF
(190,132,191)
#C593C6
(197,147,198)
#CCA2CD
(204,162,205)
#D3B1D4
(211,177,212)
#DAC0DB
(218,192,219)
#E1CFE2
(225,207,226)
#E8DEE9
(232,222,233)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A957AA color. Also use rgb(169,87,170) instead hex code.

Text Font Color

.myTextColor { color: #A957AA; }

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

This text font color is #A957AA.


Background Color

.myBgColor { background-color: #A957AA; }

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

This div background color is #A957AA.


Border color

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

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

This div border color is #A957AA.


Opacity

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

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

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

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

This text has shadow with #A957AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A957AA on black background.


Color preview on white background

This text has color #A957AA on white background.



Black color preview on #A957AA background

This text has black color on #A957AA background.


White color preview on #A957AA background

This text has white color on #A957AA background.