COLOR #A176A1

HEX: #A176A1
RGB: (161,118,161)

Color info

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

RGB color model

#A176A1 color RGB value is (161,118,161).

  • red value is 161;
  • green value is 118;
  • blue value is 161.
RGB:
(161,118,161)
(63%,46%,63%)

RGB channels and saturation

R 161 of 255 = 63%
G 118 of 255 = 46%
B 161 of 255 = 63%

161
118
161

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

Portions of RGB colors in percentages

R + G + B =
161 + 118 + 161 = 440 (100%)
R 161 of 440 ~ 36.59%
G 118 of 440 ~ 26.82%
B 161 of 440 ~ 36.59%

%36.59
%26.82
%36.59

CMYK color model

#A176A1 color CMYK value is (0,27,0,37).

  • cyan value is 0.00%
  • magenta value is 26.71%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(0,27,0,37)
C0M27Y0K37 
(0%,27%,0%,37%)
(0.00/0.27/0.00/0.37)	

CMYK percentages

%0
%26.71
%0
%36.86

Codes

Color #A176A1 in popluar color models

A176A1
RGB161118161
HSL300°18.61%54.71%
HSB/HSV300°26.71%63.14%
CMYK0.00%26.71%0.00%
36.86%

Color #A176A1 in popluar number systems.

HEXA176A1
Decimal161118161
Binary10100001111011010100001
Octal241166241

Shades and tints

Shades of #A176A1

#A176A1
(161,118,161)
#936C93
(147,108,147)
#856285
(133,98,133)
#775877
(119,88,119)
#694E69
(105,78,105)
#5B445B
(91,68,91)
#4D3A4D
(77,58,77)
#3F303F
(63,48,63)
#312631
(49,38,49)
#231C23
(35,28,35)
#151215
(21,18,21)
#000000
(0,0,0)

Tints of #A176A1

#A176A1
(161,118,161)
#A982A9
(169,130,169)
#B18EB1
(177,142,177)
#B99AB9
(185,154,185)
#C1A6C1
(193,166,193)
#C9B2C9
(201,178,201)
#D1BED1
(209,190,209)
#D9CAD9
(217,202,217)
#E1D6E1
(225,214,225)
#E9E2E9
(233,226,233)
#F1EEF1
(241,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A176A1; }

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

This text font color is #A176A1.


Background Color

.myBgColor { background-color: #A176A1; }

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

This div background color is #A176A1.


Border color

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

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

This div border color is #A176A1.


Opacity

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

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

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

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

This text has shadow with #A176A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A176A1 on black background.


Color preview on white background

This text has color #A176A1 on white background.



Black color preview on #A176A1 background

This text has black color on #A176A1 background.


White color preview on #A176A1 background

This text has white color on #A176A1 background.