COLOR #A72AA8

HEX: #A72AA8
RGB: (167,42,168)

Color info

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

RGB color model

#A72AA8 color RGB value is (167,42,168).

  • red value is 167;
  • green value is 42;
  • blue value is 168.
RGB:
(167,42,168)
(65%,16%,66%)

RGB channels and saturation

R 167 of 255 = 65%
G 42 of 255 = 16%
B 168 of 255 = 66%

167
42
168

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

Portions of RGB colors in percentages

R + G + B =
167 + 42 + 168 = 377 (100%)
R 167 of 377 ~ 44.3%
G 42 of 377 ~ 11.14%
B 168 of 377 ~ 44.56%

%44.3
%11.14
%44.56

CMYK color model

#A72AA8 color CMYK value is (1,75,0,34).

  • cyan value is 0.60%
  • magenta value is 75.00%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(1,75,0,34)
C1M75Y0K34 
(1%,75%,0%,34%)
(0.01/0.75/0.00/0.34)	

CMYK percentages

%0.6
%75
%0
%34.12

Codes

Color #A72AA8 in popluar color models

A72AA8
RGB16742168
HSL300°60.00%41.18%
HSB/HSV300°75.00%65.88%
CMYK0.60%75.00%0.00%
34.12%

Color #A72AA8 in popluar number systems.

HEXA72AA8
Decimal16742168
Binary1010011110101010101000
Octal24752250

Shades and tints

Shades of #A72AA8

#A72AA8
(167,42,168)
#982799
(152,39,153)
#89248A
(137,36,138)
#7A217B
(122,33,123)
#6B1E6C
(107,30,108)
#5C1B5D
(92,27,93)
#4D184E
(77,24,78)
#3E153F
(62,21,63)
#2F1230
(47,18,48)
#200F21
(32,15,33)
#110C12
(17,12,18)
#000000
(0,0,0)

Tints of #A72AA8

#A72AA8
(167,42,168)
#AF3DAF
(175,61,175)
#B750B6
(183,80,182)
#BF63BD
(191,99,189)
#C776C4
(199,118,196)
#CF89CB
(207,137,203)
#D79CD2
(215,156,210)
#DFAFD9
(223,175,217)
#E7C2E0
(231,194,224)
#EFD5E7
(239,213,231)
#F7E8EE
(247,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A72AA8 color. Also use rgb(167,42,168) instead hex code.

Text Font Color

.myTextColor { color: #A72AA8; }

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

This text font color is #A72AA8.


Background Color

.myBgColor { background-color: #A72AA8; }

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

This div background color is #A72AA8.


Border color

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

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

This div border color is #A72AA8.


Opacity

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

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

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

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

This text has shadow with #A72AA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A72AA8 on black background.


Color preview on white background

This text has color #A72AA8 on white background.



Black color preview on #A72AA8 background

This text has black color on #A72AA8 background.


White color preview on #A72AA8 background

This text has white color on #A72AA8 background.