COLOR #A977AE

HEX: #A977AE
RGB: (169,119,174)

Color info

#A977AE contains red, green and blue colors in about the same proportion. Web safe color of #A977AE is #996699 (or #969).

RGB color model

#A977AE color RGB value is (169,119,174).

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

RGB channels and saturation

R 169 of 255 = 66%
G 119 of 255 = 47%
B 174 of 255 = 68%

169
119
174

R + G + B ~ 60%. #A977AE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
169 + 119 + 174 = 462 (100%)
R 169 of 462 ~ 36.58%
G 119 of 462 ~ 25.76%
B 174 of 462 ~ 37.66%

%36.58
%25.76
%37.66

CMYK color model

#A977AE color CMYK value is (3,32,0,32).

  • cyan value is 2.87%
  • magenta value is 31.61%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(3,32,0,32)
C3M32Y0K32 
(3%,32%,0%,32%)
(0.03/0.32/0.00/0.32)	

CMYK percentages

%2.87
%31.61
%0
%31.76

Codes

Color #A977AE in popluar color models

A977AE
RGB169119174
HSL295°25.35%57.45%
HSB/HSV295°31.61%68.24%
CMYK2.87%31.61%0.00%
31.76%

Color #A977AE in popluar number systems.

HEXA977AE
Decimal169119174
Binary10101001111011110101110
Octal251167256

Shades and tints

Shades of #A977AE

#A977AE
(169,119,174)
#9A6D9F
(154,109,159)
#8B6390
(139,99,144)
#7C5981
(124,89,129)
#6D4F72
(109,79,114)
#5E4563
(94,69,99)
#4F3B54
(79,59,84)
#403145
(64,49,69)
#312736
(49,39,54)
#221D27
(34,29,39)
#131318
(19,19,24)
#000000
(0,0,0)

Tints of #A977AE

#A977AE
(169,119,174)
#B083B5
(176,131,181)
#B78FBC
(183,143,188)
#BE9BC3
(190,155,195)
#C5A7CA
(197,167,202)
#CCB3D1
(204,179,209)
#D3BFD8
(211,191,216)
#DACBDF
(218,203,223)
#E1D7E6
(225,215,230)
#E8E3ED
(232,227,237)
#EFEFF4
(239,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A977AE; }

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

This text font color is #A977AE.


Background Color

.myBgColor { background-color: #A977AE; }

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

This div background color is #A977AE.


Border color

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

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

This div border color is #A977AE.


Opacity

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

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

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

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

This text has shadow with #A977AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A977AE on black background.


Color preview on white background

This text has color #A977AE on white background.



Black color preview on #A977AE background

This text has black color on #A977AE background.


White color preview on #A977AE background

This text has white color on #A977AE background.