COLOR #A176B7

HEX: #A176B7 RGB: (161,118,183)

Color info

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

RGB color model

#A176B7 color RGB value is (161,118,183).

RGB: (161,118,183) (63%, 46%, 72%)

RGB channels and saturation

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

161
118
183

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

Portions of RGB colors in percentages

R + G + B = 161 + 118 + 183 = 462 (100%)
R 161 of 462 ~ 34.85%
G 118 of 462 ~ 25.54%
B 183 of 462 ~ 39.61'%

%34.85
%25.54
%39.61

CMYK color model

#A176B7 color CMYK value is (12,36,0,28).

  • cyan value is 12.02%
  • magenta value is 35.52%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (12,36,0,28)
C12M36Y0K28 (12%, 36%, 0%, 28%)
(0.12 / 0.36 / 0.00 / 0.28)

CMYK percentages

%12.02
%35.52
%0
%28.24

Codes

Color #A176B7 in popluar color models

A1 76 B7
RGB 161 118 183
HSL 280° 31.10% 59.02%
HSB/HSV 280° 35.52% 71.76%
CMYK 12.02% 35.52% 0.00%
28.24%

Color #A176B7 in popluar number systems.

HEX A1 76 B7
Decimal 161 118 183
Binary 10100001 1110110 10110111
Octal 241 166 267

Shades and tints

Shades of #A176B7

#A176B7
(161,118,183)
#936CA7
(147,108,167)
#856297
(133,98,151)
#775887
(119,88,135)
#694E77
(105,78,119)
#5B4467
(91,68,103)
#4D3A57
(77,58,87)
#3F3047
(63,48,71)
#312637
(49,38,55)
#231C27
(35,28,39)
#151217
(21,18,23)
#000000
(0,0,0)

Tints of #A176B7

#A176B7
(161,118,183)
#A982BD
(169,130,189)
#B18EC3
(177,142,195)
#B99AC9
(185,154,201)
#C1A6CF
(193,166,207)
#C9B2D5
(201,178,213)
#D1BEDB
(209,190,219)
#D9CAE1
(217,202,225)
#E1D6E7
(225,214,231)
#E9E2ED
(233,226,237)
#F1EEF3
(241,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A176B7; }

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

This text font color is #A176B7.

Background Color

.myBgColor { background-color: #A176B7; }

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

This div background color is #A176B7.

Border color

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

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

This div border color is #A176B7.

Opacity

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

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

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

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

This text has shadow with #A176B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A176B7.

Preview

Color preview on black background

This text has color #A176B7 on black background.


Color preview on white background

This text has color #A176B7 on white background.


Black color preview on #A176B7 background

This text has black color on #A176B7 background.


White color preview on #A176B7 background

This text has white color on #A176B7 background.


Related colors

Complementary color

Complementary color for #hex is #5E8948.


I love getcolorcode.com

Triadic colors

1 #B7A176 and #76B7A1 with #A176B7 are triadic colors.

2 #B776A1 and #76A1B7 with #A176B7 are triadic colors.