COLOR #A76190

HEX: #A76190 RGB: (167,97,144)

Color info

#A76190 contains mainly red and blue colors. Web safe color of #A76190 is #996699 (or #969).

RGB color model

#A76190 color RGB value is (167,97,144).

RGB: (167,97,144) (65%, 38%, 56%)

RGB channels and saturation

R 167 of 255 = 65%
G 97 of 255 = 38%
B 144 of 255 = 56%

167
97
144

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

Portions of RGB colors in percentages

R + G + B = 167 + 97 + 144 = 408 (100%)
R 167 of 408 ~ 40.93%
G 97 of 408 ~ 23.77%
B 144 of 408 ~ 35.29'%

%40.93
%23.77
%35.29

CMYK color model

#A76190 color CMYK value is (0,42,14,35).

  • cyan value is 0.00%
  • magenta value is 41.92%
  • yellow value is 13.77%
  • key color value is 34.51%

CMYK: (0,42,14,35)
C0M42Y14K35 (0%, 42%, 14%, 35%)
(0.00 / 0.42 / 0.14 / 0.35)

CMYK percentages

%0
%41.92
%13.77
%34.51

Codes

Color #A76190 in popluar color models

A7 61 90
RGB 167 97 144
HSL 320° 28.46% 51.76%
HSB/HSV 320° 41.92% 65.49%
CMYK 0.00% 41.92% 13.77%
34.51%

Color #A76190 in popluar number systems.

HEX A7 61 90
Decimal 167 97 144
Binary 10100111 1100001 10010000
Octal 247 141 220

Shades and tints

Shades of #A76190

#A76190
(167,97,144)
#985983
(152,89,131)
#895176
(137,81,118)
#7A4969
(122,73,105)
#6B415C
(107,65,92)
#5C394F
(92,57,79)
#4D3142
(77,49,66)
#3E2935
(62,41,53)
#2F2128
(47,33,40)
#20191B
(32,25,27)
#11110E
(17,17,14)
#000000
(0,0,0)

Tints of #A76190

#A76190
(167,97,144)
#AF6F9A
(175,111,154)
#B77DA4
(183,125,164)
#BF8BAE
(191,139,174)
#C799B8
(199,153,184)
#CFA7C2
(207,167,194)
#D7B5CC
(215,181,204)
#DFC3D6
(223,195,214)
#E7D1E0
(231,209,224)
#EFDFEA
(239,223,234)
#F7EDF4
(247,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A76190 color. Also use rgb(167,97,144) instead hex code.

Text Font Color

.myTextColor { color: #A76190; }

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

This text font color is #A76190.

Background Color

.myBgColor { background-color: #A76190; }

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

This div background color is #A76190.

Border color

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

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

This div border color is #A76190.

Opacity

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

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

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

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

This text has shadow with #A76190 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A76190.

Preview

Color preview on black background

This text has color #A76190 on black background.


Color preview on white background

This text has color #A76190 on white background.


Black color preview on #A76190 background

This text has black color on #A76190 background.


White color preview on #A76190 background

This text has white color on #A76190 background.


Related colors

Complementary color

Complementary color for #hex is #589E6F.


I love getcolorcode.com

Triadic colors

1 #90A761 and #6190A7 with #A76190 are triadic colors.

2 #9061A7 and #61A790 with #A76190 are triadic colors.