COLOR #A970BD

HEX: #A970BD RGB: (169,112,189)

Color info

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

RGB color model

#A970BD color RGB value is (169,112,189).

RGB: (169,112,189) (66%, 44%, 74%)

RGB channels and saturation

R 169 of 255 = 66%
G 112 of 255 = 44%
B 189 of 255 = 74%

169
112
189

R + G + B ~ 61%. #A970BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 112 + 189 = 470 (100%)
R 169 of 470 ~ 35.96%
G 112 of 470 ~ 23.83%
B 189 of 470 ~ 40.21'%

%35.96
%23.83
%40.21

CMYK color model

#A970BD color CMYK value is (11,41,0,26).

  • cyan value is 10.58%
  • magenta value is 40.74%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (11,41,0,26)
C11M41Y0K26 (11%, 41%, 0%, 26%)
(0.11 / 0.41 / 0.00 / 0.26)

CMYK percentages

%10.58
%40.74
%0
%25.88

Codes

Color #A970BD in popluar color models

A9 70 BD
RGB 169 112 189
HSL 284° 36.84% 59.02%
HSB/HSV 284° 40.74% 74.12%
CMYK 10.58% 40.74% 0.00%
25.88%

Color #A970BD in popluar number systems.

HEX A9 70 BD
Decimal 169 112 189
Binary 10101001 1110000 10111101
Octal 251 160 275

Shades and tints

Shades of #A970BD

#A970BD
(169,112,189)
#9A66AC
(154,102,172)
#8B5C9B
(139,92,155)
#7C528A
(124,82,138)
#6D4879
(109,72,121)
#5E3E68
(94,62,104)
#4F3457
(79,52,87)
#402A46
(64,42,70)
#312035
(49,32,53)
#221624
(34,22,36)
#130C13
(19,12,19)
#000000
(0,0,0)

Tints of #A970BD

#A970BD
(169,112,189)
#B07DC3
(176,125,195)
#B78AC9
(183,138,201)
#BE97CF
(190,151,207)
#C5A4D5
(197,164,213)
#CCB1DB
(204,177,219)
#D3BEE1
(211,190,225)
#DACBE7
(218,203,231)
#E1D8ED
(225,216,237)
#E8E5F3
(232,229,243)
#EFF2F9
(239,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A970BD; }

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

This text font color is #A970BD.

Background Color

.myBgColor { background-color: #A970BD; }

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

This div background color is #A970BD.

Border color

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

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

This div border color is #A970BD.

Opacity

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

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

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

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

This text has shadow with #A970BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A970BD.

Preview

Color preview on black background

This text has color #A970BD on black background.


Color preview on white background

This text has color #A970BD on white background.


Black color preview on #A970BD background

This text has black color on #A970BD background.


White color preview on #A970BD background

This text has white color on #A970BD background.


Related colors

Complementary color

Complementary color for #hex is #568F42.


I love getcolorcode.com

Triadic colors

1 #BDA970 and #70BDA9 with #A970BD are triadic colors.

2 #BD70A9 and #70A9BD with #A970BD are triadic colors.