COLOR #A7639E

HEX: #A7639E
RGB: (167,99,158)

Color info

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

RGB color model

#A7639E color RGB value is (167,99,158).

  • red value is 167;
  • green value is 99;
  • blue value is 158.
RGB:
(167,99,158)
(65%,39%,62%)

RGB channels and saturation

R 167 of 255 = 65%
G 99 of 255 = 39%
B 158 of 255 = 62%

167
99
158

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

Portions of RGB colors in percentages

R + G + B =
167 + 99 + 158 = 424 (100%)
R 167 of 424 ~ 39.39%
G 99 of 424 ~ 23.35%
B 158 of 424 ~ 37.26%

%39.39
%23.35
%37.26

CMYK color model

#A7639E color CMYK value is (0,41,5,35).

  • cyan value is 0.00%
  • magenta value is 40.72%
  • yellow value is 5.39%
  • key color value is 34.51%
CMYK:
(0,41,5,35)
C0M41Y5K35 
(0%,41%,5%,35%)
(0.00/0.41/0.05/0.35)	

CMYK percentages

%0
%40.72
%5.39
%34.51

Codes

Color #A7639E in popluar color models

A7639E
RGB16799158
HSL308°27.87%52.16%
HSB/HSV308°40.72%65.49%
CMYK0.00%40.72%5.39%
34.51%

Color #A7639E in popluar number systems.

HEXA7639E
Decimal16799158
Binary10100111110001110011110
Octal247143236

Shades and tints

Shades of #A7639E

#A7639E
(167,99,158)
#985A90
(152,90,144)
#895182
(137,81,130)
#7A4874
(122,72,116)
#6B3F66
(107,63,102)
#5C3658
(92,54,88)
#4D2D4A
(77,45,74)
#3E243C
(62,36,60)
#2F1B2E
(47,27,46)
#201220
(32,18,32)
#110912
(17,9,18)
#000000
(0,0,0)

Tints of #A7639E

#A7639E
(167,99,158)
#AF71A6
(175,113,166)
#B77FAE
(183,127,174)
#BF8DB6
(191,141,182)
#C79BBE
(199,155,190)
#CFA9C6
(207,169,198)
#D7B7CE
(215,183,206)
#DFC5D6
(223,197,214)
#E7D3DE
(231,211,222)
#EFE1E6
(239,225,230)
#F7EFEE
(247,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7639E color. Also use rgb(167,99,158) instead hex code.

Text Font Color

.myTextColor { color: #A7639E; }

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

This text font color is #A7639E.


Background Color

.myBgColor { background-color: #A7639E; }

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

This div background color is #A7639E.


Border color

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

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

This div border color is #A7639E.


Opacity

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

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

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

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

This text has shadow with #A7639E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7639E on black background.


Color preview on white background

This text has color #A7639E on white background.



Black color preview on #A7639E background

This text has black color on #A7639E background.


White color preview on #A7639E background

This text has white color on #A7639E background.