COLOR #A977C7

HEX: #A977C7
RGB: (169,119,199)

Color info

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

RGB color model

#A977C7 color RGB value is (169,119,199).

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

RGB channels and saturation

R 169 of 255 = 66%
G 119 of 255 = 47%
B 199 of 255 = 78%

169
119
199

R + G + B ~ 64%. #A977C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 119 + 199 = 487 (100%)
R 169 of 487 ~ 34.7%
G 119 of 487 ~ 24.44%
B 199 of 487 ~ 40.86%

%34.7
%24.44
%40.86

CMYK color model

#A977C7 color CMYK value is (15,40,0,22).

  • cyan value is 15.08%
  • magenta value is 40.20%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(15,40,0,22)
C15M40Y0K22 
(15%,40%,0%,22%)
(0.15/0.40/0.00/0.22)	

CMYK percentages

%15.08
%40.2
%0
%21.96

Codes

Color #A977C7 in popluar color models

A977C7
RGB169119199
HSL278°41.67%62.35%
HSB/HSV278°40.20%78.04%
CMYK15.08%40.20%0.00%
21.96%

Color #A977C7 in popluar number systems.

HEXA977C7
Decimal169119199
Binary10101001111011111000111
Octal251167307

Shades and tints

Shades of #A977C7

#A977C7
(169,119,199)
#9A6DB5
(154,109,181)
#8B63A3
(139,99,163)
#7C5991
(124,89,145)
#6D4F7F
(109,79,127)
#5E456D
(94,69,109)
#4F3B5B
(79,59,91)
#403149
(64,49,73)
#312737
(49,39,55)
#221D25
(34,29,37)
#131313
(19,19,19)
#000000
(0,0,0)

Tints of #A977C7

#A977C7
(169,119,199)
#B083CC
(176,131,204)
#B78FD1
(183,143,209)
#BE9BD6
(190,155,214)
#C5A7DB
(197,167,219)
#CCB3E0
(204,179,224)
#D3BFE5
(211,191,229)
#DACBEA
(218,203,234)
#E1D7EF
(225,215,239)
#E8E3F4
(232,227,244)
#EFEFF9
(239,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A977C7; }

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

This text font color is #A977C7.


Background Color

.myBgColor { background-color: #A977C7; }

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

This div background color is #A977C7.


Border color

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

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

This div border color is #A977C7.


Opacity

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

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

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

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

This text has shadow with #A977C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A977C7 on black background.


Color preview on white background

This text has color #A977C7 on white background.



Black color preview on #A977C7 background

This text has black color on #A977C7 background.


White color preview on #A977C7 background

This text has white color on #A977C7 background.