COLOR #A971AF

HEX: #A971AF RGB: (169,113,175)

Color info

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

RGB color model

#A971AF color RGB value is (169,113,175).

RGB: (169,113,175) (66%, 44%, 69%)

RGB channels and saturation

R 169 of 255 = 66%
G 113 of 255 = 44%
B 175 of 255 = 69%

169
113
175

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

Portions of RGB colors in percentages

R + G + B = 169 + 113 + 175 = 457 (100%)
R 169 of 457 ~ 36.98%
G 113 of 457 ~ 24.73%
B 175 of 457 ~ 38.29'%

%36.98
%24.73
%38.29

CMYK color model

#A971AF color CMYK value is (3,35,0,31).

  • cyan value is 3.43%
  • magenta value is 35.43%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK: (3,35,0,31) C3M35Y0K31 (3%,35%,0%,31%) (0.03/0.35/0.00/0.31) 

CMYK percentages

%3.43
%35.43
%0
%31.37

Codes

Color #A971AF in popluar color models

A9 71 AF
RGB 169 113 175
HSL 294° 27.93% 56.47%
HSB/HSV 294° 35.43% 68.63%
CMYK 3.43% 35.43% 0.00%
31.37%

Color #A971AF in popluar number systems.

HEX A9 71 AF
Decimal 169 113 175
Binary 10101001 1110001 10101111
Octal 251 161 257

Shades and tints

Shades of #A971AF

#A971AF
(169,113,175)
#9A67A0
(154,103,160)
#8B5D91
(139,93,145)
#7C5382
(124,83,130)
#6D4973
(109,73,115)
#5E3F64
(94,63,100)
#4F3555
(79,53,85)
#402B46
(64,43,70)
#312137
(49,33,55)
#221728
(34,23,40)
#130D19
(19,13,25)
#000000
(0,0,0)

Tints of #A971AF

#A971AF
(169,113,175)
#B07DB6
(176,125,182)
#B789BD
(183,137,189)
#BE95C4
(190,149,196)
#C5A1CB
(197,161,203)
#CCADD2
(204,173,210)
#D3B9D9
(211,185,217)
#DAC5E0
(218,197,224)
#E1D1E7
(225,209,231)
#E8DDEE
(232,221,238)
#EFE9F5
(239,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A971AF color. Also use rgb(169,113,175) instead hex code.

Text Font Color

.myTextColor { color: #A971AF; }

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

This text font color is #A971AF.

Background Color

.myBgColor { background-color: #A971AF; }

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

This div background color is #A971AF.

Border color

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

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

This div border color is #A971AF.

Opacity

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

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

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

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

This text has shadow with #A971AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A971AF.

Preview

Color preview on black background

This text has color #A971AF on black background.


Color preview on white background

This text has color #A971AF on white background.


Black color preview on #A971AF background

This text has black color on #A971AF background.


White color preview on #A971AF background

This text has white color on #A971AF background.


Related colors

Complementary color

Complementary color for #hex is #568E50.


I love getcolorcode.com

Triadic colors

1 #AFA971 and #71AFA9 with #A971AF are triadic colors.

2 #AF71A9 and #71A9AF with #A971AF are triadic colors.