COLOR #A773AA

HEX: #A773AA
RGB: (167,115,170)

Color info

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

RGB color model

#A773AA color RGB value is (167,115,170).

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

RGB channels and saturation

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

167
115
170

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

Portions of RGB colors in percentages

R + G + B =
167 + 115 + 170 = 452 (100%)
R 167 of 452 ~ 36.95%
G 115 of 452 ~ 25.44%
B 170 of 452 ~ 37.61%

%36.95
%25.44
%37.61

CMYK color model

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

  • cyan value is 1.76%
  • magenta value is 32.35%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(2,32,0,33)
C2M32Y0K33 
(2%,32%,0%,33%)
(0.02/0.32/0.00/0.33)	

CMYK percentages

%1.76
%32.35
%0
%33.33

Codes

Color #A773AA in popluar color models

A773AA
RGB167115170
HSL297°24.44%55.88%
HSB/HSV297°32.35%66.67%
CMYK1.76%32.35%0.00%
33.33%

Color #A773AA in popluar number systems.

HEXA773AA
Decimal167115170
Binary10100111111001110101010
Octal247163252

Shades and tints

Shades of #A773AA

#A773AA
(167,115,170)
#98699B
(152,105,155)
#895F8C
(137,95,140)
#7A557D
(122,85,125)
#6B4B6E
(107,75,110)
#5C415F
(92,65,95)
#4D3750
(77,55,80)
#3E2D41
(62,45,65)
#2F2332
(47,35,50)
#201923
(32,25,35)
#110F14
(17,15,20)
#000000
(0,0,0)

Tints of #A773AA

#A773AA
(167,115,170)
#AF7FB1
(175,127,177)
#B78BB8
(183,139,184)
#BF97BF
(191,151,191)
#C7A3C6
(199,163,198)
#CFAFCD
(207,175,205)
#D7BBD4
(215,187,212)
#DFC7DB
(223,199,219)
#E7D3E2
(231,211,226)
#EFDFE9
(239,223,233)
#F7EBF0
(247,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A773AA; }

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

This text font color is #A773AA.


Background Color

.myBgColor { background-color: #A773AA; }

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

This div background color is #A773AA.


Border color

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

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

This div border color is #A773AA.


Opacity

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

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

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

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

This text has shadow with #A773AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A773AA on black background.


Color preview on white background

This text has color #A773AA on white background.



Black color preview on #A773AA background

This text has black color on #A773AA background.


White color preview on #A773AA background

This text has white color on #A773AA background.