COLOR #A77EB8

HEX: #A77EB8
RGB: (167,126,184)

Color info

#A77EB8 contains red, green and blue colors in about the same proportion. Web safe color of #A77EB8 is #9966CC (or #96C).

RGB color model

#A77EB8 color RGB value is (167,126,184).

  • red value is 167;
  • green value is 126;
  • blue value is 184.
RGB:
(167,126,184)
(65%,49%,72%)

RGB channels and saturation

R 167 of 255 = 65%
G 126 of 255 = 49%
B 184 of 255 = 72%

167
126
184

R + G + B ~ 62%. #A77EB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 126 + 184 = 477 (100%)
R 167 of 477 ~ 35.01%
G 126 of 477 ~ 26.42%
B 184 of 477 ~ 38.57%

%35.01
%26.42
%38.57

CMYK color model

#A77EB8 color CMYK value is (9,32,0,28).

  • cyan value is 9.24%
  • magenta value is 31.52%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(9,32,0,28)
C9M32Y0K28 
(9%,32%,0%,28%)
(0.09/0.32/0.00/0.28)	

CMYK percentages

%9.24
%31.52
%0
%27.84

Codes

Color #A77EB8 in popluar color models

A77EB8
RGB167126184
HSL282°29.00%60.78%
HSB/HSV282°31.52%72.16%
CMYK9.24%31.52%0.00%
27.84%

Color #A77EB8 in popluar number systems.

HEXA77EB8
Decimal167126184
Binary10100111111111010111000
Octal247176270

Shades and tints

Shades of #A77EB8

#A77EB8
(167,126,184)
#9873A8
(152,115,168)
#896898
(137,104,152)
#7A5D88
(122,93,136)
#6B5278
(107,82,120)
#5C4768
(92,71,104)
#4D3C58
(77,60,88)
#3E3148
(62,49,72)
#2F2638
(47,38,56)
#201B28
(32,27,40)
#111018
(17,16,24)
#000000
(0,0,0)

Tints of #A77EB8

#A77EB8
(167,126,184)
#AF89BE
(175,137,190)
#B794C4
(183,148,196)
#BF9FCA
(191,159,202)
#C7AAD0
(199,170,208)
#CFB5D6
(207,181,214)
#D7C0DC
(215,192,220)
#DFCBE2
(223,203,226)
#E7D6E8
(231,214,232)
#EFE1EE
(239,225,238)
#F7ECF4
(247,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A77EB8 color. Also use rgb(167,126,184) instead hex code.

Text Font Color

.myTextColor { color: #A77EB8; }

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

This text font color is #A77EB8.


Background Color

.myBgColor { background-color: #A77EB8; }

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

This div background color is #A77EB8.


Border color

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

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

This div border color is #A77EB8.


Opacity

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

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

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

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

This text has shadow with #A77EB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A77EB8 on black background.


Color preview on white background

This text has color #A77EB8 on white background.



Black color preview on #A77EB8 background

This text has black color on #A77EB8 background.


White color preview on #A77EB8 background

This text has white color on #A77EB8 background.