COLOR #A7289E

HEX: #A7289E
RGB: (167,40,158)

Color info

#A7289E contains mainly red and blue colors. Web safe color of #A7289E is #993399 (or #939).

RGB color model

#A7289E color RGB value is (167,40,158).

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

RGB channels and saturation

R 167 of 255 = 65%
G 40 of 255 = 16%
B 158 of 255 = 62%

167
40
158

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

Portions of RGB colors in percentages

R + G + B =
167 + 40 + 158 = 365 (100%)
R 167 of 365 ~ 45.75%
G 40 of 365 ~ 10.96%
B 158 of 365 ~ 43.29%

%45.75
%10.96
%43.29

CMYK color model

#A7289E color CMYK value is (0,76,5,35).

  • cyan value is 0.00%
  • magenta value is 76.05%
  • yellow value is 5.39%
  • key color value is 34.51%
CMYK:
(0,76,5,35)
C0M76Y5K35 
(0%,76%,5%,35%)
(0.00/0.76/0.05/0.35)	

CMYK percentages

%0
%76.05
%5.39
%34.51

Codes

Color #A7289E in popluar color models

A7289E
RGB16740158
HSL304°61.35%40.59%
HSB/HSV304°76.05%65.49%
CMYK0.00%76.05%5.39%
34.51%

Color #A7289E in popluar number systems.

HEXA7289E
Decimal16740158
Binary1010011110100010011110
Octal24750236

Shades and tints

Shades of #A7289E

#A7289E
(167,40,158)
#982590
(152,37,144)
#892282
(137,34,130)
#7A1F74
(122,31,116)
#6B1C66
(107,28,102)
#5C1958
(92,25,88)
#4D164A
(77,22,74)
#3E133C
(62,19,60)
#2F102E
(47,16,46)
#200D20
(32,13,32)
#110A12
(17,10,18)
#000000
(0,0,0)

Tints of #A7289E

#A7289E
(167,40,158)
#AF3BA6
(175,59,166)
#B74EAE
(183,78,174)
#BF61B6
(191,97,182)
#C774BE
(199,116,190)
#CF87C6
(207,135,198)
#D79ACE
(215,154,206)
#DFADD6
(223,173,214)
#E7C0DE
(231,192,222)
#EFD3E6
(239,211,230)
#F7E6EE
(247,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7289E; }

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

This text font color is #A7289E.


Background Color

.myBgColor { background-color: #A7289E; }

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

This div background color is #A7289E.


Border color

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

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

This div border color is #A7289E.


Opacity

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

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

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

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

This text has shadow with #A7289E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7289E on black background.


Color preview on white background

This text has color #A7289E on white background.



Black color preview on #A7289E background

This text has black color on #A7289E background.


White color preview on #A7289E background

This text has white color on #A7289E background.