COLOR #A970AA

HEX: #A970AA
RGB: (169,112,170)

Color info

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

RGB color model

#A970AA color RGB value is (169,112,170).

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

RGB channels and saturation

R 169 of 255 = 66%
G 112 of 255 = 44%
B 170 of 255 = 67%

169
112
170

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

Portions of RGB colors in percentages

R + G + B =
169 + 112 + 170 = 451 (100%)
R 169 of 451 ~ 37.47%
G 112 of 451 ~ 24.83%
B 170 of 451 ~ 37.69%

%37.47
%24.83
%37.69

CMYK color model

#A970AA color CMYK value is (1,34,0,33).

  • cyan value is 0.59%
  • magenta value is 34.12%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(1,34,0,33)
C1M34Y0K33 
(1%,34%,0%,33%)
(0.01/0.34/0.00/0.33)	

CMYK percentages

%0.59
%34.12
%0
%33.33

Codes

Color #A970AA in popluar color models

A970AA
RGB169112170
HSL299°25.44%55.29%
HSB/HSV299°34.12%66.67%
CMYK0.59%34.12%0.00%
33.33%

Color #A970AA in popluar number systems.

HEXA970AA
Decimal169112170
Binary10101001111000010101010
Octal251160252

Shades and tints

Shades of #A970AA

#A970AA
(169,112,170)
#9A669B
(154,102,155)
#8B5C8C
(139,92,140)
#7C527D
(124,82,125)
#6D486E
(109,72,110)
#5E3E5F
(94,62,95)
#4F3450
(79,52,80)
#402A41
(64,42,65)
#312032
(49,32,50)
#221623
(34,22,35)
#130C14
(19,12,20)
#000000
(0,0,0)

Tints of #A970AA

#A970AA
(169,112,170)
#B07DB1
(176,125,177)
#B78AB8
(183,138,184)
#BE97BF
(190,151,191)
#C5A4C6
(197,164,198)
#CCB1CD
(204,177,205)
#D3BED4
(211,190,212)
#DACBDB
(218,203,219)
#E1D8E2
(225,216,226)
#E8E5E9
(232,229,233)
#EFF2F0
(239,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A970AA; }

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

This text font color is #A970AA.


Background Color

.myBgColor { background-color: #A970AA; }

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

This div background color is #A970AA.


Border color

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

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

This div border color is #A970AA.


Opacity

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

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

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

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

This text has shadow with #A970AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A970AA on black background.


Color preview on white background

This text has color #A970AA on white background.



Black color preview on #A970AA background

This text has black color on #A970AA background.


White color preview on #A970AA background

This text has white color on #A970AA background.