COLOR #A7539E

HEX: #A7539E
RGB: (167,83,158)

Color info

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

RGB color model

#A7539E color RGB value is (167,83,158).

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

RGB channels and saturation

R 167 of 255 = 65%
G 83 of 255 = 33%
B 158 of 255 = 62%

167
83
158

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

Portions of RGB colors in percentages

R + G + B =
167 + 83 + 158 = 408 (100%)
R 167 of 408 ~ 40.93%
G 83 of 408 ~ 20.34%
B 158 of 408 ~ 38.73%

%40.93
%20.34
%38.73

CMYK color model

#A7539E color CMYK value is (0,50,5,35).

  • cyan value is 0.00%
  • magenta value is 50.30%
  • yellow value is 5.39%
  • key color value is 34.51%
CMYK:
(0,50,5,35)
C0M50Y5K35 
(0%,50%,5%,35%)
(0.00/0.50/0.05/0.35)	

CMYK percentages

%0
%50.3
%5.39
%34.51

Codes

Color #A7539E in popluar color models

A7539E
RGB16783158
HSL306°33.60%49.02%
HSB/HSV306°50.30%65.49%
CMYK0.00%50.30%5.39%
34.51%

Color #A7539E in popluar number systems.

HEXA7539E
Decimal16783158
Binary10100111101001110011110
Octal247123236

Shades and tints

Shades of #A7539E

#A7539E
(167,83,158)
#984C90
(152,76,144)
#894582
(137,69,130)
#7A3E74
(122,62,116)
#6B3766
(107,55,102)
#5C3058
(92,48,88)
#4D294A
(77,41,74)
#3E223C
(62,34,60)
#2F1B2E
(47,27,46)
#201420
(32,20,32)
#110D12
(17,13,18)
#000000
(0,0,0)

Tints of #A7539E

#A7539E
(167,83,158)
#AF62A6
(175,98,166)
#B771AE
(183,113,174)
#BF80B6
(191,128,182)
#C78FBE
(199,143,190)
#CF9EC6
(207,158,198)
#D7ADCE
(215,173,206)
#DFBCD6
(223,188,214)
#E7CBDE
(231,203,222)
#EFDAE6
(239,218,230)
#F7E9EE
(247,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7539E; }

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

This text font color is #A7539E.


Background Color

.myBgColor { background-color: #A7539E; }

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

This div background color is #A7539E.


Border color

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

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

This div border color is #A7539E.


Opacity

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

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

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

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

This text has shadow with #A7539E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7539E on black background.


Color preview on white background

This text has color #A7539E on white background.



Black color preview on #A7539E background

This text has black color on #A7539E background.


White color preview on #A7539E background

This text has white color on #A7539E background.