COLOR #A072AA

HEX: #A072AA
RGB: (160,114,170)

Color info

#A072AA contains red, green and blue colors in about the same proportion. Web safe color of #A072AA is #996699 (or #969).

RGB color model

#A072AA color RGB value is (160,114,170).

  • red value is 160;
  • green value is 114;
  • blue value is 170.
RGB:
(160,114,170)
(63%,45%,67%)

RGB channels and saturation

R 160 of 255 = 63%
G 114 of 255 = 45%
B 170 of 255 = 67%

160
114
170

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

Portions of RGB colors in percentages

R + G + B =
160 + 114 + 170 = 444 (100%)
R 160 of 444 ~ 36.04%
G 114 of 444 ~ 25.68%
B 170 of 444 ~ 38.29%

%36.04
%25.68
%38.29

CMYK color model

#A072AA color CMYK value is (6,33,0,33).

  • cyan value is 5.88%
  • magenta value is 32.94%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(6,33,0,33)
C6M33Y0K33 
(6%,33%,0%,33%)
(0.06/0.33/0.00/0.33)	

CMYK percentages

%5.88
%32.94
%0
%33.33

Codes

Color #A072AA in popluar color models

A072AA
RGB160114170
HSL289°24.78%55.69%
HSB/HSV289°32.94%66.67%
CMYK5.88%32.94%0.00%
33.33%

Color #A072AA in popluar number systems.

HEXA072AA
Decimal160114170
Binary10100000111001010101010
Octal240162252

Shades and tints

Shades of #A072AA

#A072AA
(160,114,170)
#92689B
(146,104,155)
#845E8C
(132,94,140)
#76547D
(118,84,125)
#684A6E
(104,74,110)
#5A405F
(90,64,95)
#4C3650
(76,54,80)
#3E2C41
(62,44,65)
#302232
(48,34,50)
#221823
(34,24,35)
#140E14
(20,14,20)
#000000
(0,0,0)

Tints of #A072AA

#A072AA
(160,114,170)
#A87EB1
(168,126,177)
#B08AB8
(176,138,184)
#B896BF
(184,150,191)
#C0A2C6
(192,162,198)
#C8AECD
(200,174,205)
#D0BAD4
(208,186,212)
#D8C6DB
(216,198,219)
#E0D2E2
(224,210,226)
#E8DEE9
(232,222,233)
#F0EAF0
(240,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A072AA color. Also use rgb(160,114,170) instead hex code.

Text Font Color

.myTextColor { color: #A072AA; }

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

This text font color is #A072AA.


Background Color

.myBgColor { background-color: #A072AA; }

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

This div background color is #A072AA.


Border color

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

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

This div border color is #A072AA.


Opacity

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

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

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

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

This text has shadow with #A072AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A072AA on black background.


Color preview on white background

This text has color #A072AA on white background.



Black color preview on #A072AA background

This text has black color on #A072AA background.


White color preview on #A072AA background

This text has white color on #A072AA background.