COLOR #A7819D

HEX: #A7819D
RGB: (167,129,157)

Color info

#A7819D contains red, green and blue colors in about the same proportion. Web safe color of #A7819D is #999999 (or #999).

RGB color model

#A7819D color RGB value is (167,129,157).

  • red value is 167;
  • green value is 129;
  • blue value is 157.
RGB:
(167,129,157)
(65%,51%,62%)

RGB channels and saturation

R 167 of 255 = 65%
G 129 of 255 = 51%
B 157 of 255 = 62%

167
129
157

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

Portions of RGB colors in percentages

R + G + B =
167 + 129 + 157 = 453 (100%)
R 167 of 453 ~ 36.87%
G 129 of 453 ~ 28.48%
B 157 of 453 ~ 34.66%

%36.87
%28.48
%34.66

CMYK color model

#A7819D color CMYK value is (0,23,6,35).

  • cyan value is 0.00%
  • magenta value is 22.75%
  • yellow value is 5.99%
  • key color value is 34.51%
CMYK:
(0,23,6,35)
C0M23Y6K35 
(0%,23%,6%,35%)
(0.00/0.23/0.06/0.35)	

CMYK percentages

%0
%22.75
%5.99
%34.51

Codes

Color #A7819D in popluar color models

A7819D
RGB167129157
HSL316°17.76%58.04%
HSB/HSV316°22.75%65.49%
CMYK0.00%22.75%5.99%
34.51%

Color #A7819D in popluar number systems.

HEXA7819D
Decimal167129157
Binary101001111000000110011101
Octal247201235

Shades and tints

Shades of #A7819D

#A7819D
(167,129,157)
#98768F
(152,118,143)
#896B81
(137,107,129)
#7A6073
(122,96,115)
#6B5565
(107,85,101)
#5C4A57
(92,74,87)
#4D3F49
(77,63,73)
#3E343B
(62,52,59)
#2F292D
(47,41,45)
#201E1F
(32,30,31)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #A7819D

#A7819D
(167,129,157)
#AF8CA5
(175,140,165)
#B797AD
(183,151,173)
#BFA2B5
(191,162,181)
#C7ADBD
(199,173,189)
#CFB8C5
(207,184,197)
#D7C3CD
(215,195,205)
#DFCED5
(223,206,213)
#E7D9DD
(231,217,221)
#EFE4E5
(239,228,229)
#F7EFED
(247,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7819D color. Also use rgb(167,129,157) instead hex code.

Text Font Color

.myTextColor { color: #A7819D; }

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

This text font color is #A7819D.


Background Color

.myBgColor { background-color: #A7819D; }

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

This div background color is #A7819D.


Border color

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

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

This div border color is #A7819D.


Opacity

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

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

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

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

This text has shadow with #A7819D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7819D on black background.


Color preview on white background

This text has color #A7819D on white background.



Black color preview on #A7819D background

This text has black color on #A7819D background.


White color preview on #A7819D background

This text has white color on #A7819D background.