COLOR #A977D5

HEX: #A977D5 RGB: (169,119,213)

Color info

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

RGB color model

#A977D5 color RGB value is (169,119,213).

RGB: (169,119,213) (66%, 47%, 84%)

RGB channels and saturation

R 169 of 255 = 66%
G 119 of 255 = 47%
B 213 of 255 = 84%

169
119
213

R + G + B ~ 66%. #A977D5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 119 + 213 = 501 (100%)
R 169 of 501 ~ 33.73%
G 119 of 501 ~ 23.75%
B 213 of 501 ~ 42.51'%

%33.73
%23.75
%42.51

CMYK color model

#A977D5 color CMYK value is (21,44,0,16).

  • cyan value is 20.66%
  • magenta value is 44.13%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (21,44,0,16)
C21M44Y0K16 (21%, 44%, 0%, 16%)
(0.21 / 0.44 / 0.00 / 0.16)

CMYK percentages

%20.66
%44.13
%0
%16.47

Codes

Color #A977D5 in popluar color models

A9 77 D5
RGB 169 119 213
HSL 272° 52.81% 65.10%
HSB/HSV 272° 44.13% 83.53%
CMYK 20.66% 44.13% 0.00%
16.47%

Color #A977D5 in popluar number systems.

HEX A9 77 D5
Decimal 169 119 213
Binary 10101001 1110111 11010101
Octal 251 167 325

Shades and tints

Shades of #A977D5

#A977D5
(169,119,213)
#9A6DC2
(154,109,194)
#8B63AF
(139,99,175)
#7C599C
(124,89,156)
#6D4F89
(109,79,137)
#5E4576
(94,69,118)
#4F3B63
(79,59,99)
#403150
(64,49,80)
#31273D
(49,39,61)
#221D2A
(34,29,42)
#131317
(19,19,23)
#000000
(0,0,0)

Tints of #A977D5

#A977D5
(169,119,213)
#B083D8
(176,131,216)
#B78FDB
(183,143,219)
#BE9BDE
(190,155,222)
#C5A7E1
(197,167,225)
#CCB3E4
(204,179,228)
#D3BFE7
(211,191,231)
#DACBEA
(218,203,234)
#E1D7ED
(225,215,237)
#E8E3F0
(232,227,240)
#EFEFF3
(239,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A977D5 color. Also use rgb(169,119,213) instead hex code.

Text Font Color

.myTextColor { color: #A977D5; }

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

This text font color is #A977D5.

Background Color

.myBgColor { background-color: #A977D5; }

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

This div background color is #A977D5.

Border color

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

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

This div border color is #A977D5.

Opacity

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

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

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

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

This text has shadow with #A977D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A977D5.

Preview

Color preview on black background

This text has color #A977D5 on black background.


Color preview on white background

This text has color #A977D5 on white background.


Black color preview on #A977D5 background

This text has black color on #A977D5 background.


White color preview on #A977D5 background

This text has white color on #A977D5 background.


Related colors

Complementary color

Complementary color for #hex is #56882A.


I love getcolorcode.com

Triadic colors

1 #D5A977 and #77D5A9 with #A977D5 are triadic colors.

2 #D577A9 and #77A9D5 with #A977D5 are triadic colors.