COLOR #A955A3

HEX: #A955A3
RGB: (169,85,163)

Color info

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

RGB color model

#A955A3 color RGB value is (169,85,163).

  • red value is 169;
  • green value is 85;
  • blue value is 163.
RGB:
(169,85,163)
(66%,33%,64%)

RGB channels and saturation

R 169 of 255 = 66%
G 85 of 255 = 33%
B 163 of 255 = 64%

169
85
163

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

Portions of RGB colors in percentages

R + G + B =
169 + 85 + 163 = 417 (100%)
R 169 of 417 ~ 40.53%
G 85 of 417 ~ 20.38%
B 163 of 417 ~ 39.09%

%40.53
%20.38
%39.09

CMYK color model

#A955A3 color CMYK value is (0,50,4,34).

  • cyan value is 0.00%
  • magenta value is 49.70%
  • yellow value is 3.55%
  • key color value is 33.73%
CMYK:
(0,50,4,34)
C0M50Y4K34 
(0%,50%,4%,34%)
(0.00/0.50/0.04/0.34)	

CMYK percentages

%0
%49.7
%3.55
%33.73

Codes

Color #A955A3 in popluar color models

A955A3
RGB16985163
HSL304°33.07%49.80%
HSB/HSV304°49.70%66.27%
CMYK0.00%49.70%3.55%
33.73%

Color #A955A3 in popluar number systems.

HEXA955A3
Decimal16985163
Binary10101001101010110100011
Octal251125243

Shades and tints

Shades of #A955A3

#A955A3
(169,85,163)
#9A4E95
(154,78,149)
#8B4787
(139,71,135)
#7C4079
(124,64,121)
#6D396B
(109,57,107)
#5E325D
(94,50,93)
#4F2B4F
(79,43,79)
#402441
(64,36,65)
#311D33
(49,29,51)
#221625
(34,22,37)
#130F17
(19,15,23)
#000000
(0,0,0)

Tints of #A955A3

#A955A3
(169,85,163)
#B064AB
(176,100,171)
#B773B3
(183,115,179)
#BE82BB
(190,130,187)
#C591C3
(197,145,195)
#CCA0CB
(204,160,203)
#D3AFD3
(211,175,211)
#DABEDB
(218,190,219)
#E1CDE3
(225,205,227)
#E8DCEB
(232,220,235)
#EFEBF3
(239,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A955A3 color. Also use rgb(169,85,163) instead hex code.

Text Font Color

.myTextColor { color: #A955A3; }

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

This text font color is #A955A3.


Background Color

.myBgColor { background-color: #A955A3; }

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

This div background color is #A955A3.


Border color

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

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

This div border color is #A955A3.


Opacity

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

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

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

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

This text has shadow with #A955A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A955A3 on black background.


Color preview on white background

This text has color #A955A3 on white background.



Black color preview on #A955A3 background

This text has black color on #A955A3 background.


White color preview on #A955A3 background

This text has white color on #A955A3 background.