COLOR #A977BD

HEX: #A977BD
RGB: (169,119,189)

Color info

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

RGB color model

#A977BD color RGB value is (169,119,189).

  • red value is 169;
  • green value is 119;
  • blue value is 189.
RGB:
(169,119,189)
(66%,47%,74%)

RGB channels and saturation

R 169 of 255 = 66%
G 119 of 255 = 47%
B 189 of 255 = 74%

169
119
189

R + G + B ~ 62%. #A977BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 119 + 189 = 477 (100%)
R 169 of 477 ~ 35.43%
G 119 of 477 ~ 24.95%
B 189 of 477 ~ 39.62%

%35.43
%24.95
%39.62

CMYK color model

#A977BD color CMYK value is (11,37,0,26).

  • cyan value is 10.58%
  • magenta value is 37.04%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(11,37,0,26)
C11M37Y0K26 
(11%,37%,0%,26%)
(0.11/0.37/0.00/0.26)	

CMYK percentages

%10.58
%37.04
%0
%25.88

Codes

Color #A977BD in popluar color models

A977BD
RGB169119189
HSL283°34.65%60.39%
HSB/HSV283°37.04%74.12%
CMYK10.58%37.04%0.00%
25.88%

Color #A977BD in popluar number systems.

HEXA977BD
Decimal169119189
Binary10101001111011110111101
Octal251167275

Shades and tints

Shades of #A977BD

#A977BD
(169,119,189)
#9A6DAC
(154,109,172)
#8B639B
(139,99,155)
#7C598A
(124,89,138)
#6D4F79
(109,79,121)
#5E4568
(94,69,104)
#4F3B57
(79,59,87)
#403146
(64,49,70)
#312735
(49,39,53)
#221D24
(34,29,36)
#131313
(19,19,19)
#000000
(0,0,0)

Tints of #A977BD

#A977BD
(169,119,189)
#B083C3
(176,131,195)
#B78FC9
(183,143,201)
#BE9BCF
(190,155,207)
#C5A7D5
(197,167,213)
#CCB3DB
(204,179,219)
#D3BFE1
(211,191,225)
#DACBE7
(218,203,231)
#E1D7ED
(225,215,237)
#E8E3F3
(232,227,243)
#EFEFF9
(239,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A977BD; }

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

This text font color is #A977BD.


Background Color

.myBgColor { background-color: #A977BD; }

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

This div background color is #A977BD.


Border color

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

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

This div border color is #A977BD.


Opacity

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

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

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

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

This text has shadow with #A977BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A977BD on black background.


Color preview on white background

This text has color #A977BD on white background.



Black color preview on #A977BD background

This text has black color on #A977BD background.


White color preview on #A977BD background

This text has white color on #A977BD background.