COLOR #A7679A

HEX: #A7679A
RGB: (167,103,154)

Color info

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

RGB color model

#A7679A color RGB value is (167,103,154).

  • red value is 167;
  • green value is 103;
  • blue value is 154.
RGB:
(167,103,154)
(65%,40%,60%)

RGB channels and saturation

R 167 of 255 = 65%
G 103 of 255 = 40%
B 154 of 255 = 60%

167
103
154

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

Portions of RGB colors in percentages

R + G + B =
167 + 103 + 154 = 424 (100%)
R 167 of 424 ~ 39.39%
G 103 of 424 ~ 24.29%
B 154 of 424 ~ 36.32%

%39.39
%24.29
%36.32

CMYK color model

#A7679A color CMYK value is (0,38,8,35).

  • cyan value is 0.00%
  • magenta value is 38.32%
  • yellow value is 7.78%
  • key color value is 34.51%
CMYK:
(0,38,8,35)
C0M38Y8K35 
(0%,38%,8%,35%)
(0.00/0.38/0.08/0.35)	

CMYK percentages

%0
%38.32
%7.78
%34.51

Codes

Color #A7679A in popluar color models

A7679A
RGB167103154
HSL312°26.67%52.94%
HSB/HSV312°38.32%65.49%
CMYK0.00%38.32%7.78%
34.51%

Color #A7679A in popluar number systems.

HEXA7679A
Decimal167103154
Binary10100111110011110011010
Octal247147232

Shades and tints

Shades of #A7679A

#A7679A
(167,103,154)
#985E8C
(152,94,140)
#89557E
(137,85,126)
#7A4C70
(122,76,112)
#6B4362
(107,67,98)
#5C3A54
(92,58,84)
#4D3146
(77,49,70)
#3E2838
(62,40,56)
#2F1F2A
(47,31,42)
#20161C
(32,22,28)
#110D0E
(17,13,14)
#000000
(0,0,0)

Tints of #A7679A

#A7679A
(167,103,154)
#AF74A3
(175,116,163)
#B781AC
(183,129,172)
#BF8EB5
(191,142,181)
#C79BBE
(199,155,190)
#CFA8C7
(207,168,199)
#D7B5D0
(215,181,208)
#DFC2D9
(223,194,217)
#E7CFE2
(231,207,226)
#EFDCEB
(239,220,235)
#F7E9F4
(247,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7679A color. Also use rgb(167,103,154) instead hex code.

Text Font Color

.myTextColor { color: #A7679A; }

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

This text font color is #A7679A.


Background Color

.myBgColor { background-color: #A7679A; }

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

This div background color is #A7679A.


Border color

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

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

This div border color is #A7679A.


Opacity

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

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

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

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

This text has shadow with #A7679A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7679A on black background.


Color preview on white background

This text has color #A7679A on white background.



Black color preview on #A7679A background

This text has black color on #A7679A background.


White color preview on #A7679A background

This text has white color on #A7679A background.