COLOR #A7649E

HEX: #A7649E
RGB: (167,100,158)

Color info

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

RGB color model

#A7649E color RGB value is (167,100,158).

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

RGB channels and saturation

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

167
100
158

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

Portions of RGB colors in percentages

R + G + B =
167 + 100 + 158 = 425 (100%)
R 167 of 425 ~ 39.29%
G 100 of 425 ~ 23.53%
B 158 of 425 ~ 37.18%

%39.29
%23.53
%37.18

CMYK color model

#A7649E color CMYK value is (0,40,5,35).

  • cyan value is 0.00%
  • magenta value is 40.12%
  • yellow value is 5.39%
  • key color value is 34.51%
CMYK:
(0,40,5,35)
C0M40Y5K35 
(0%,40%,5%,35%)
(0.00/0.40/0.05/0.35)	

CMYK percentages

%0
%40.12
%5.39
%34.51

Codes

Color #A7649E in popluar color models

A7649E
RGB167100158
HSL308°27.57%52.35%
HSB/HSV308°40.12%65.49%
CMYK0.00%40.12%5.39%
34.51%

Color #A7649E in popluar number systems.

HEXA7649E
Decimal167100158
Binary10100111110010010011110
Octal247144236

Shades and tints

Shades of #A7649E

#A7649E
(167,100,158)
#985B90
(152,91,144)
#895282
(137,82,130)
#7A4974
(122,73,116)
#6B4066
(107,64,102)
#5C3758
(92,55,88)
#4D2E4A
(77,46,74)
#3E253C
(62,37,60)
#2F1C2E
(47,28,46)
#201320
(32,19,32)
#110A12
(17,10,18)
#000000
(0,0,0)

Tints of #A7649E

#A7649E
(167,100,158)
#AF72A6
(175,114,166)
#B780AE
(183,128,174)
#BF8EB6
(191,142,182)
#C79CBE
(199,156,190)
#CFAAC6
(207,170,198)
#D7B8CE
(215,184,206)
#DFC6D6
(223,198,214)
#E7D4DE
(231,212,222)
#EFE2E6
(239,226,230)
#F7F0EE
(247,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7649E; }

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

This text font color is #A7649E.


Background Color

.myBgColor { background-color: #A7649E; }

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

This div background color is #A7649E.


Border color

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

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

This div border color is #A7649E.


Opacity

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

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

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

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

This text has shadow with #A7649E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7649E on black background.


Color preview on white background

This text has color #A7649E on white background.



Black color preview on #A7649E background

This text has black color on #A7649E background.


White color preview on #A7649E background

This text has white color on #A7649E background.