COLOR #A977CC

HEX: #A977CC
RGB: (169,119,204)

Color info

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

RGB color model

#A977CC color RGB value is (169,119,204).

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

RGB channels and saturation

R 169 of 255 = 66%
G 119 of 255 = 47%
B 204 of 255 = 80%

169
119
204

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

Portions of RGB colors in percentages

R + G + B =
169 + 119 + 204 = 492 (100%)
R 169 of 492 ~ 34.35%
G 119 of 492 ~ 24.19%
B 204 of 492 ~ 41.46%

%34.35
%24.19
%41.46

CMYK color model

#A977CC color CMYK value is (17,42,0,20).

  • cyan value is 17.16%
  • magenta value is 41.67%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(17,42,0,20)
C17M42Y0K20 
(17%,42%,0%,20%)
(0.17/0.42/0.00/0.20)	

CMYK percentages

%17.16
%41.67
%0
%20

Codes

Color #A977CC in popluar color models

A977CC
RGB169119204
HSL275°45.45%63.33%
HSB/HSV275°41.67%80.00%
CMYK17.16%41.67%0.00%
20.00%

Color #A977CC in popluar number systems.

HEXA977CC
Decimal169119204
Binary10101001111011111001100
Octal251167314

Shades and tints

Shades of #A977CC

#A977CC
(169,119,204)
#9A6DBA
(154,109,186)
#8B63A8
(139,99,168)
#7C5996
(124,89,150)
#6D4F84
(109,79,132)
#5E4572
(94,69,114)
#4F3B60
(79,59,96)
#40314E
(64,49,78)
#31273C
(49,39,60)
#221D2A
(34,29,42)
#131318
(19,19,24)
#000000
(0,0,0)

Tints of #A977CC

#A977CC
(169,119,204)
#B083D0
(176,131,208)
#B78FD4
(183,143,212)
#BE9BD8
(190,155,216)
#C5A7DC
(197,167,220)
#CCB3E0
(204,179,224)
#D3BFE4
(211,191,228)
#DACBE8
(218,203,232)
#E1D7EC
(225,215,236)
#E8E3F0
(232,227,240)
#EFEFF4
(239,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A977CC; }

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

This text font color is #A977CC.


Background Color

.myBgColor { background-color: #A977CC; }

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

This div background color is #A977CC.


Border color

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

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

This div border color is #A977CC.


Opacity

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

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

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

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

This text has shadow with #A977CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A977CC on black background.


Color preview on white background

This text has color #A977CC on white background.



Black color preview on #A977CC background

This text has black color on #A977CC background.


White color preview on #A977CC background

This text has white color on #A977CC background.