COLOR #A77AB0

HEX: #A77AB0 RGB: (167,122,176)

Color info

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

RGB color model

#A77AB0 color RGB value is (167,122,176).

RGB: (167,122,176) (65%, 48%, 69%)

RGB channels and saturation

R 167 of 255 = 65%
G 122 of 255 = 48%
B 176 of 255 = 69%

167
122
176

R + G + B ~ 61%. #A77AB0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 122 + 176 = 465 (100%)
R 167 of 465 ~ 35.91%
G 122 of 465 ~ 26.24%
B 176 of 465 ~ 37.85'%

%35.91
%26.24
%37.85

CMYK color model

#A77AB0 color CMYK value is (5,31,0,31).

  • cyan value is 5.11%
  • magenta value is 30.68%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (5,31,0,31)
C5M31Y0K31 (5%, 31%, 0%, 31%)
(0.05 / 0.31 / 0.00 / 0.31)

CMYK percentages

%5.11
%30.68
%0
%30.98

Codes

Color #A77AB0 in popluar color models

A7 7A B0
RGB 167 122 176
HSL 290° 25.47% 58.43%
HSB/HSV 290° 30.68% 69.02%
CMYK 5.11% 30.68% 0.00%
30.98%

Color #A77AB0 in popluar number systems.

HEX A7 7A B0
Decimal 167 122 176
Binary 10100111 1111010 10110000
Octal 247 172 260

Shades and tints

Shades of #A77AB0

#A77AB0
(167,122,176)
#986FA0
(152,111,160)
#896490
(137,100,144)
#7A5980
(122,89,128)
#6B4E70
(107,78,112)
#5C4360
(92,67,96)
#4D3850
(77,56,80)
#3E2D40
(62,45,64)
#2F2230
(47,34,48)
#201720
(32,23,32)
#110C10
(17,12,16)
#000000
(0,0,0)

Tints of #A77AB0

#A77AB0
(167,122,176)
#AF86B7
(175,134,183)
#B792BE
(183,146,190)
#BF9EC5
(191,158,197)
#C7AACC
(199,170,204)
#CFB6D3
(207,182,211)
#D7C2DA
(215,194,218)
#DFCEE1
(223,206,225)
#E7DAE8
(231,218,232)
#EFE6EF
(239,230,239)
#F7F2F6
(247,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A77AB0 color. Also use rgb(167,122,176) instead hex code.

Text Font Color

.myTextColor { color: #A77AB0; }

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

This text font color is #A77AB0.

Background Color

.myBgColor { background-color: #A77AB0; }

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

This div background color is #A77AB0.

Border color

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

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

This div border color is #A77AB0.

Opacity

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

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

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

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

This text has shadow with #A77AB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A77AB0.

Preview

Color preview on black background

This text has color #A77AB0 on black background.


Color preview on white background

This text has color #A77AB0 on white background.


Black color preview on #A77AB0 background

This text has black color on #A77AB0 background.


White color preview on #A77AB0 background

This text has white color on #A77AB0 background.


Related colors

Complementary color

Complementary color for #hex is #58854F.


I love getcolorcode.com

Triadic colors

1 #B0A77A and #7AB0A7 with #A77AB0 are triadic colors.

2 #B07AA7 and #7AA7B0 with #A77AB0 are triadic colors.