COLOR #A877A1

HEX: #A877A1
RGB: (168,119,161)

Color info

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

RGB color model

#A877A1 color RGB value is (168,119,161).

  • red value is 168;
  • green value is 119;
  • blue value is 161.
RGB:
(168,119,161)
(66%,47%,63%)

RGB channels and saturation

R 168 of 255 = 66%
G 119 of 255 = 47%
B 161 of 255 = 63%

168
119
161

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

Portions of RGB colors in percentages

R + G + B =
168 + 119 + 161 = 448 (100%)
R 168 of 448 ~ 37.5%
G 119 of 448 ~ 26.56%
B 161 of 448 ~ 35.94%

%37.5
%26.56
%35.94

CMYK color model

#A877A1 color CMYK value is (0,29,4,34).

  • cyan value is 0.00%
  • magenta value is 29.17%
  • yellow value is 4.17%
  • key color value is 34.12%
CMYK:
(0,29,4,34)
C0M29Y4K34 
(0%,29%,4%,34%)
(0.00/0.29/0.04/0.34)	

CMYK percentages

%0
%29.17
%4.17
%34.12

Codes

Color #A877A1 in popluar color models

A877A1
RGB168119161
HSL309°21.97%56.27%
HSB/HSV309°29.17%65.88%
CMYK0.00%29.17%4.17%
34.12%

Color #A877A1 in popluar number systems.

HEXA877A1
Decimal168119161
Binary10101000111011110100001
Octal250167241

Shades and tints

Shades of #A877A1

#A877A1
(168,119,161)
#996D93
(153,109,147)
#8A6385
(138,99,133)
#7B5977
(123,89,119)
#6C4F69
(108,79,105)
#5D455B
(93,69,91)
#4E3B4D
(78,59,77)
#3F313F
(63,49,63)
#302731
(48,39,49)
#211D23
(33,29,35)
#121315
(18,19,21)
#000000
(0,0,0)

Tints of #A877A1

#A877A1
(168,119,161)
#AF83A9
(175,131,169)
#B68FB1
(182,143,177)
#BD9BB9
(189,155,185)
#C4A7C1
(196,167,193)
#CBB3C9
(203,179,201)
#D2BFD1
(210,191,209)
#D9CBD9
(217,203,217)
#E0D7E1
(224,215,225)
#E7E3E9
(231,227,233)
#EEEFF1
(238,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A877A1 color. Also use rgb(168,119,161) instead hex code.

Text Font Color

.myTextColor { color: #A877A1; }

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

This text font color is #A877A1.


Background Color

.myBgColor { background-color: #A877A1; }

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

This div background color is #A877A1.


Border color

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

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

This div border color is #A877A1.


Opacity

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

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

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

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

This text has shadow with #A877A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A877A1 on black background.


Color preview on white background

This text has color #A877A1 on white background.



Black color preview on #A877A1 background

This text has black color on #A877A1 background.


White color preview on #A877A1 background

This text has white color on #A877A1 background.