COLOR #A970A2

HEX: #A970A2
RGB: (169,112,162)

Color info

#A970A2 contains red, green and blue colors in about the same proportion. Web safe color of #A970A2 is #996699 (or #969).

RGB color model

#A970A2 color RGB value is (169,112,162).

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

RGB channels and saturation

R 169 of 255 = 66%
G 112 of 255 = 44%
B 162 of 255 = 64%

169
112
162

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

Portions of RGB colors in percentages

R + G + B =
169 + 112 + 162 = 443 (100%)
R 169 of 443 ~ 38.15%
G 112 of 443 ~ 25.28%
B 162 of 443 ~ 36.57%

%38.15
%25.28
%36.57

CMYK color model

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

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

CMYK percentages

%0
%33.73
%4.14
%33.73

Codes

Color #A970A2 in popluar color models

A970A2
RGB169112162
HSL307°24.89%55.10%
HSB/HSV307°33.73%66.27%
CMYK0.00%33.73%4.14%
33.73%

Color #A970A2 in popluar number systems.

HEXA970A2
Decimal169112162
Binary10101001111000010100010
Octal251160242

Shades and tints

Shades of #A970A2

#A970A2
(169,112,162)
#9A6694
(154,102,148)
#8B5C86
(139,92,134)
#7C5278
(124,82,120)
#6D486A
(109,72,106)
#5E3E5C
(94,62,92)
#4F344E
(79,52,78)
#402A40
(64,42,64)
#312032
(49,32,50)
#221624
(34,22,36)
#130C16
(19,12,22)
#000000
(0,0,0)

Tints of #A970A2

#A970A2
(169,112,162)
#B07DAA
(176,125,170)
#B78AB2
(183,138,178)
#BE97BA
(190,151,186)
#C5A4C2
(197,164,194)
#CCB1CA
(204,177,202)
#D3BED2
(211,190,210)
#DACBDA
(218,203,218)
#E1D8E2
(225,216,226)
#E8E5EA
(232,229,234)
#EFF2F2
(239,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A970A2; }

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

This text font color is #A970A2.


Background Color

.myBgColor { background-color: #A970A2; }

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

This div background color is #A970A2.


Border color

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

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

This div border color is #A970A2.


Opacity

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

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

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

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

This text has shadow with #A970A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A970A2 on black background.


Color preview on white background

This text has color #A970A2 on white background.



Black color preview on #A970A2 background

This text has black color on #A970A2 background.


White color preview on #A970A2 background

This text has white color on #A970A2 background.