COLOR #A772AA

HEX: #A772AA RGB: (167,114,170)

Color info

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

RGB color model

#A772AA color RGB value is (167,114,170).

RGB: (167,114,170) (65%, 45%, 67%)

RGB channels and saturation

R 167 of 255 = 65%
G 114 of 255 = 45%
B 170 of 255 = 67%

167
114
170

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

Portions of RGB colors in percentages

R + G + B = 167 + 114 + 170 = 451 (100%)
R 167 of 451 ~ 37.03%
G 114 of 451 ~ 25.28%
B 170 of 451 ~ 37.69'%

%37.03
%25.28
%37.69

CMYK color model

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

  • cyan value is 1.76%
  • magenta value is 32.94%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (2,33,0,33)
C2M33Y0K33 (2%, 33%, 0%, 33%)
(0.02 / 0.33 / 0.00 / 0.33)

CMYK percentages

%1.76
%32.94
%0
%33.33

Codes

Color #A772AA in popluar color models

A7 72 AA
RGB 167 114 170
HSL 297° 24.78% 55.69%
HSB/HSV 297° 32.94% 66.67%
CMYK 1.76% 32.94% 0.00%
33.33%

Color #A772AA in popluar number systems.

HEX A7 72 AA
Decimal 167 114 170
Binary 10100111 1110010 10101010
Octal 247 162 252

Shades and tints

Shades of #A772AA

#A772AA
(167,114,170)
#98689B
(152,104,155)
#895E8C
(137,94,140)
#7A547D
(122,84,125)
#6B4A6E
(107,74,110)
#5C405F
(92,64,95)
#4D3650
(77,54,80)
#3E2C41
(62,44,65)
#2F2232
(47,34,50)
#201823
(32,24,35)
#110E14
(17,14,20)
#000000
(0,0,0)

Tints of #A772AA

#A772AA
(167,114,170)
#AF7EB1
(175,126,177)
#B78AB8
(183,138,184)
#BF96BF
(191,150,191)
#C7A2C6
(199,162,198)
#CFAECD
(207,174,205)
#D7BAD4
(215,186,212)
#DFC6DB
(223,198,219)
#E7D2E2
(231,210,226)
#EFDEE9
(239,222,233)
#F7EAF0
(247,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A772AA; }

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

This text font color is #A772AA.

Background Color

.myBgColor { background-color: #A772AA; }

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

This div background color is #A772AA.

Border color

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

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

This div border color is #A772AA.

Opacity

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

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

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

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

This text has shadow with #A772AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A772AA.

Preview

Color preview on black background

This text has color #A772AA on black background.


Color preview on white background

This text has color #A772AA on white background.


Black color preview on #A772AA background

This text has black color on #A772AA background.


White color preview on #A772AA background

This text has white color on #A772AA background.


Related colors

Complementary color

Complementary color for #hex is #588D55.


I love getcolorcode.com

Triadic colors

1 #AAA772 and #72AAA7 with #A772AA are triadic colors.

2 #AA72A7 and #72A7AA with #A772AA are triadic colors.