COLOR #A7529B

HEX: #A7529B
RGB: (167,82,155)

Color info

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

RGB color model

#A7529B color RGB value is (167,82,155).

  • red value is 167;
  • green value is 82;
  • blue value is 155.
RGB:
(167,82,155)
(65%,32%,61%)

RGB channels and saturation

R 167 of 255 = 65%
G 82 of 255 = 32%
B 155 of 255 = 61%

167
82
155

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

Portions of RGB colors in percentages

R + G + B =
167 + 82 + 155 = 404 (100%)
R 167 of 404 ~ 41.34%
G 82 of 404 ~ 20.3%
B 155 of 404 ~ 38.37%

%41.34
%20.3
%38.37

CMYK color model

#A7529B color CMYK value is (0,51,7,35).

  • cyan value is 0.00%
  • magenta value is 50.90%
  • yellow value is 7.19%
  • key color value is 34.51%
CMYK:
(0,51,7,35)
C0M51Y7K35 
(0%,51%,7%,35%)
(0.00/0.51/0.07/0.35)	

CMYK percentages

%0
%50.9
%7.19
%34.51

Codes

Color #A7529B in popluar color models

A7529B
RGB16782155
HSL308°34.14%48.82%
HSB/HSV308°50.90%65.49%
CMYK0.00%50.90%7.19%
34.51%

Color #A7529B in popluar number systems.

HEXA7529B
Decimal16782155
Binary10100111101001010011011
Octal247122233

Shades and tints

Shades of #A7529B

#A7529B
(167,82,155)
#984B8D
(152,75,141)
#89447F
(137,68,127)
#7A3D71
(122,61,113)
#6B3663
(107,54,99)
#5C2F55
(92,47,85)
#4D2847
(77,40,71)
#3E2139
(62,33,57)
#2F1A2B
(47,26,43)
#20131D
(32,19,29)
#110C0F
(17,12,15)
#000000
(0,0,0)

Tints of #A7529B

#A7529B
(167,82,155)
#AF61A4
(175,97,164)
#B770AD
(183,112,173)
#BF7FB6
(191,127,182)
#C78EBF
(199,142,191)
#CF9DC8
(207,157,200)
#D7ACD1
(215,172,209)
#DFBBDA
(223,187,218)
#E7CAE3
(231,202,227)
#EFD9EC
(239,217,236)
#F7E8F5
(247,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7529B color. Also use rgb(167,82,155) instead hex code.

Text Font Color

.myTextColor { color: #A7529B; }

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

This text font color is #A7529B.


Background Color

.myBgColor { background-color: #A7529B; }

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

This div background color is #A7529B.


Border color

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

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

This div border color is #A7529B.


Opacity

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

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

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

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

This text has shadow with #A7529B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7529B on black background.


Color preview on white background

This text has color #A7529B on white background.



Black color preview on #A7529B background

This text has black color on #A7529B background.


White color preview on #A7529B background

This text has white color on #A7529B background.