COLOR #A72D9A

HEX: #A72D9A
RGB: (167,45,154)

Color info

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

RGB color model

#A72D9A color RGB value is (167,45,154).

  • red value is 167;
  • green value is 45;
  • blue value is 154.
RGB:
(167,45,154)
(65%,18%,60%)

RGB channels and saturation

R 167 of 255 = 65%
G 45 of 255 = 18%
B 154 of 255 = 60%

167
45
154

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

Portions of RGB colors in percentages

R + G + B =
167 + 45 + 154 = 366 (100%)
R 167 of 366 ~ 45.63%
G 45 of 366 ~ 12.3%
B 154 of 366 ~ 42.08%

%45.63
%12.3
%42.08

CMYK color model

#A72D9A color CMYK value is (0,73,8,35).

  • cyan value is 0.00%
  • magenta value is 73.05%
  • yellow value is 7.78%
  • key color value is 34.51%
CMYK:
(0,73,8,35)
C0M73Y8K35 
(0%,73%,8%,35%)
(0.00/0.73/0.08/0.35)	

CMYK percentages

%0
%73.05
%7.78
%34.51

Codes

Color #A72D9A in popluar color models

A72D9A
RGB16745154
HSL306°57.55%41.57%
HSB/HSV306°73.05%65.49%
CMYK0.00%73.05%7.78%
34.51%

Color #A72D9A in popluar number systems.

HEXA72D9A
Decimal16745154
Binary1010011110110110011010
Octal24755232

Shades and tints

Shades of #A72D9A

#A72D9A
(167,45,154)
#98298C
(152,41,140)
#89257E
(137,37,126)
#7A2170
(122,33,112)
#6B1D62
(107,29,98)
#5C1954
(92,25,84)
#4D1546
(77,21,70)
#3E1138
(62,17,56)
#2F0D2A
(47,13,42)
#20091C
(32,9,28)
#11050E
(17,5,14)
#000000
(0,0,0)

Tints of #A72D9A

#A72D9A
(167,45,154)
#AF40A3
(175,64,163)
#B753AC
(183,83,172)
#BF66B5
(191,102,181)
#C779BE
(199,121,190)
#CF8CC7
(207,140,199)
#D79FD0
(215,159,208)
#DFB2D9
(223,178,217)
#E7C5E2
(231,197,226)
#EFD8EB
(239,216,235)
#F7EBF4
(247,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A72D9A color. Also use rgb(167,45,154) instead hex code.

Text Font Color

.myTextColor { color: #A72D9A; }

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

This text font color is #A72D9A.


Background Color

.myBgColor { background-color: #A72D9A; }

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

This div background color is #A72D9A.


Border color

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

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

This div border color is #A72D9A.


Opacity

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

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

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

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

This text has shadow with #A72D9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A72D9A on black background.


Color preview on white background

This text has color #A72D9A on white background.



Black color preview on #A72D9A background

This text has black color on #A72D9A background.


White color preview on #A72D9A background

This text has white color on #A72D9A background.