COLOR #A77FB0

HEX: #A77FB0
RGB: (167,127,176)

Color info

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

RGB color model

#A77FB0 color RGB value is (167,127,176).

  • red value is 167;
  • green value is 127;
  • blue value is 176.
RGB: (167,127,176) (65%,50%,69%)

RGB channels and saturation

R 167 of 255 = 65%
G 127 of 255 = 50%
B 176 of 255 = 69%

167
127
176

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

Portions of RGB colors in percentages

R + G + B =
167 + 127 + 176 = 470 (100%)
R 167 of 470 ~ 35.53%
G 127 of 470 ~ 27.02%
B 176 of 470 ~ 37.45%

%35.53
%27.02
%37.45

CMYK color model

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

  • cyan value is 5.11%
  • magenta value is 27.84%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK: (5,28,0,31) C5M28Y0K31 (5%,28%,0%,31%) (0.05/0.28/0.00/0.31)

CMYK percentages

%5.11
%27.84
%0
%30.98

Codes

Color #A77FB0 in popluar color models

A77FB0
RGB167127176
HSL289°23.67%59.41%
HSB/HSV289°27.84%69.02%
CMYK5.11%27.84%0.00%
30.98%

Color #A77FB0 in popluar number systems.

HEXA77FB0
Decimal167127176
Binary10100111111111110110000
Octal247177260

Shades and tints

Shades of #A77FB0

#A77FB0
(167,127,176)
#9874A0
(152,116,160)
#896990
(137,105,144)
#7A5E80
(122,94,128)
#6B5370
(107,83,112)
#5C4860
(92,72,96)
#4D3D50
(77,61,80)
#3E3240
(62,50,64)
#2F2730
(47,39,48)
#201C20
(32,28,32)
#111110
(17,17,16)
#000000
(0,0,0)

Tints of #A77FB0

#A77FB0
(167,127,176)
#AF8AB7
(175,138,183)
#B795BE
(183,149,190)
#BFA0C5
(191,160,197)
#C7ABCC
(199,171,204)
#CFB6D3
(207,182,211)
#D7C1DA
(215,193,218)
#DFCCE1
(223,204,225)
#E7D7E8
(231,215,232)
#EFE2EF
(239,226,239)
#F7EDF6
(247,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A77FB0; }

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

This text font color is #A77FB0.


Background Color

.myBgColor { background-color: #A77FB0; }

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

This div background color is #A77FB0.


Border color

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

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

This div border color is #A77FB0.


Opacity

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

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

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

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

This text has shadow with #A77FB0 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A77FB0 on black background.


Color preview on white background

This text has color #A77FB0 on white background.



Black color preview on #A77FB0 background

This text has black color on #A77FB0 background.


White color preview on #A77FB0 background

This text has white color on #A77FB0 background.