COLOR #A971D7

HEX: #A971D7 RGB: (169,113,215)

Color info

#A971D7 contains mainly red and blue colors. Web safe color of #A971D7 is #9966CC (or #96C).

RGB color model

#A971D7 color RGB value is (169,113,215).

RGB: (169,113,215) (66%, 44%, 84%)

RGB channels and saturation

R 169 of 255 = 66%
G 113 of 255 = 44%
B 215 of 255 = 84%

169
113
215

R + G + B ~ 65%. #A971D7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 113 + 215 = 497 (100%)
R 169 of 497 ~ 34%
G 113 of 497 ~ 22.74%
B 215 of 497 ~ 43.26'%

%34
%22.74
%43.26

CMYK color model

#A971D7 color CMYK value is (21,47,0,16).

  • cyan value is 21.40%
  • magenta value is 47.44%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (21,47,0,16)
C21M47Y0K16 (21%, 47%, 0%, 16%)
(0.21 / 0.47 / 0.00 / 0.16)

CMYK percentages

%21.4
%47.44
%0
%15.69

Codes

Color #A971D7 in popluar color models

A9 71 D7
RGB 169 113 215
HSL 273° 56.04% 64.31%
HSB/HSV 273° 47.44% 84.31%
CMYK 21.40% 47.44% 0.00%
15.69%

Color #A971D7 in popluar number systems.

HEX A9 71 D7
Decimal 169 113 215
Binary 10101001 1110001 11010111
Octal 251 161 327

Shades and tints

Shades of #A971D7

#A971D7
(169,113,215)
#9A67C4
(154,103,196)
#8B5DB1
(139,93,177)
#7C539E
(124,83,158)
#6D498B
(109,73,139)
#5E3F78
(94,63,120)
#4F3565
(79,53,101)
#402B52
(64,43,82)
#31213F
(49,33,63)
#22172C
(34,23,44)
#130D19
(19,13,25)
#000000
(0,0,0)

Tints of #A971D7

#A971D7
(169,113,215)
#B07DDA
(176,125,218)
#B789DD
(183,137,221)
#BE95E0
(190,149,224)
#C5A1E3
(197,161,227)
#CCADE6
(204,173,230)
#D3B9E9
(211,185,233)
#DAC5EC
(218,197,236)
#E1D1EF
(225,209,239)
#E8DDF2
(232,221,242)
#EFE9F5
(239,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A971D7; }

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

This text font color is #A971D7.

Background Color

.myBgColor { background-color: #A971D7; }

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

This div background color is #A971D7.

Border color

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

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

This div border color is #A971D7.

Opacity

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

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

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

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

This text has shadow with #A971D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A971D7.

Preview

Color preview on black background

This text has color #A971D7 on black background.


Color preview on white background

This text has color #A971D7 on white background.


Black color preview on #A971D7 background

This text has black color on #A971D7 background.


White color preview on #A971D7 background

This text has white color on #A971D7 background.


Related colors

Complementary color

Complementary color for #hex is #568E28.


I love getcolorcode.com

Triadic colors

1 #D7A971 and #71D7A9 with #A971D7 are triadic colors.

2 #D771A9 and #71A9D7 with #A971D7 are triadic colors.