COLOR #A72EAA

HEX: #A72EAA
RGB: (167,46,170)

Color info

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

RGB color model

#A72EAA color RGB value is (167,46,170).

  • red value is 167;
  • green value is 46;
  • blue value is 170.
RGB:
(167,46,170)
(65%,18%,67%)

RGB channels and saturation

R 167 of 255 = 65%
G 46 of 255 = 18%
B 170 of 255 = 67%

167
46
170

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

Portions of RGB colors in percentages

R + G + B =
167 + 46 + 170 = 383 (100%)
R 167 of 383 ~ 43.6%
G 46 of 383 ~ 12.01%
B 170 of 383 ~ 44.39%

%43.6
%12.01
%44.39

CMYK color model

#A72EAA color CMYK value is (2,73,0,33).

  • cyan value is 1.76%
  • magenta value is 72.94%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(2,73,0,33)
C2M73Y0K33 
(2%,73%,0%,33%)
(0.02/0.73/0.00/0.33)	

CMYK percentages

%1.76
%72.94
%0
%33.33

Codes

Color #A72EAA in popluar color models

A72EAA
RGB16746170
HSL299°57.41%42.35%
HSB/HSV299°72.94%66.67%
CMYK1.76%72.94%0.00%
33.33%

Color #A72EAA in popluar number systems.

HEXA72EAA
Decimal16746170
Binary1010011110111010101010
Octal24756252

Shades and tints

Shades of #A72EAA

#A72EAA
(167,46,170)
#982A9B
(152,42,155)
#89268C
(137,38,140)
#7A227D
(122,34,125)
#6B1E6E
(107,30,110)
#5C1A5F
(92,26,95)
#4D1650
(77,22,80)
#3E1241
(62,18,65)
#2F0E32
(47,14,50)
#200A23
(32,10,35)
#110614
(17,6,20)
#000000
(0,0,0)

Tints of #A72EAA

#A72EAA
(167,46,170)
#AF41B1
(175,65,177)
#B754B8
(183,84,184)
#BF67BF
(191,103,191)
#C77AC6
(199,122,198)
#CF8DCD
(207,141,205)
#D7A0D4
(215,160,212)
#DFB3DB
(223,179,219)
#E7C6E2
(231,198,226)
#EFD9E9
(239,217,233)
#F7ECF0
(247,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A72EAA color. Also use rgb(167,46,170) instead hex code.

Text Font Color

.myTextColor { color: #A72EAA; }

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

This text font color is #A72EAA.


Background Color

.myBgColor { background-color: #A72EAA; }

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

This div background color is #A72EAA.


Border color

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

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

This div border color is #A72EAA.


Opacity

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

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

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

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

This text has shadow with #A72EAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A72EAA on black background.


Color preview on white background

This text has color #A72EAA on white background.



Black color preview on #A72EAA background

This text has black color on #A72EAA background.


White color preview on #A72EAA background

This text has white color on #A72EAA background.