COLOR #A773AB

HEX: #A773AB RGB: (167,115,171)

Color info

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

RGB color model

#A773AB color RGB value is (167,115,171).

RGB: (167,115,171) (65%, 45%, 67%)

RGB channels and saturation

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

167
115
171

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

Portions of RGB colors in percentages

R + G + B = 167 + 115 + 171 = 453 (100%)
R 167 of 453 ~ 36.87%
G 115 of 453 ~ 25.39%
B 171 of 453 ~ 37.75'%

%36.87
%25.39
%37.75

CMYK color model

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

  • cyan value is 2.34%
  • magenta value is 32.75%
  • yellow value is 0.00%
  • key color value is 32.94%

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

CMYK percentages

%2.34
%32.75
%0
%32.94

Codes

Color #A773AB in popluar color models

A7 73 AB
RGB 167 115 171
HSL 296° 25.00% 56.08%
HSB/HSV 296° 32.75% 67.06%
CMYK 2.34% 32.75% 0.00%
32.94%

Color #A773AB in popluar number systems.

HEX A7 73 AB
Decimal 167 115 171
Binary 10100111 1110011 10101011
Octal 247 163 253

Shades and tints

Shades of #A773AB

#A773AB
(167,115,171)
#98699C
(152,105,156)
#895F8D
(137,95,141)
#7A557E
(122,85,126)
#6B4B6F
(107,75,111)
#5C4160
(92,65,96)
#4D3751
(77,55,81)
#3E2D42
(62,45,66)
#2F2333
(47,35,51)
#201924
(32,25,36)
#110F15
(17,15,21)
#000000
(0,0,0)

Tints of #A773AB

#A773AB
(167,115,171)
#AF7FB2
(175,127,178)
#B78BB9
(183,139,185)
#BF97C0
(191,151,192)
#C7A3C7
(199,163,199)
#CFAFCE
(207,175,206)
#D7BBD5
(215,187,213)
#DFC7DC
(223,199,220)
#E7D3E3
(231,211,227)
#EFDFEA
(239,223,234)
#F7EBF1
(247,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A773AB; }

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

This text font color is #A773AB.

Background Color

.myBgColor { background-color: #A773AB; }

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

This div background color is #A773AB.

Border color

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

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

This div border color is #A773AB.

Opacity

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

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

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

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

This text has shadow with #A773AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A773AB.

Preview

Color preview on black background

This text has color #A773AB on black background.


Color preview on white background

This text has color #A773AB on white background.


Black color preview on #A773AB background

This text has black color on #A773AB background.


White color preview on #A773AB background

This text has white color on #A773AB background.


Related colors

Complementary color

Complementary color for #hex is #588C54.


I love getcolorcode.com

Triadic colors

1 #ABA773 and #73ABA7 with #A773AB are triadic colors.

2 #AB73A7 and #73A7AB with #A773AB are triadic colors.