COLOR #A77EB7

HEX: #A77EB7
RGB: (167,126,183)

Color info

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

RGB color model

#A77EB7 color RGB value is (167,126,183).

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

RGB channels and saturation

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

167
126
183

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

Portions of RGB colors in percentages

R + G + B =
167 + 126 + 183 = 476 (100%)
R 167 of 476 ~ 35.08%
G 126 of 476 ~ 26.47%
B 183 of 476 ~ 38.45%

%35.08
%26.47
%38.45

CMYK color model

#A77EB7 color CMYK value is (9,31,0,28).

  • cyan value is 8.74%
  • magenta value is 31.15%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(9,31,0,28)
C9M31Y0K28 
(9%,31%,0%,28%)
(0.09/0.31/0.00/0.28)	

CMYK percentages

%8.74
%31.15
%0
%28.24

Codes

Color #A77EB7 in popluar color models

A77EB7
RGB167126183
HSL283°28.36%60.59%
HSB/HSV283°31.15%71.76%
CMYK8.74%31.15%0.00%
28.24%

Color #A77EB7 in popluar number systems.

HEXA77EB7
Decimal167126183
Binary10100111111111010110111
Octal247176267

Shades and tints

Shades of #A77EB7

#A77EB7
(167,126,183)
#9873A7
(152,115,167)
#896897
(137,104,151)
#7A5D87
(122,93,135)
#6B5277
(107,82,119)
#5C4767
(92,71,103)
#4D3C57
(77,60,87)
#3E3147
(62,49,71)
#2F2637
(47,38,55)
#201B27
(32,27,39)
#111017
(17,16,23)
#000000
(0,0,0)

Tints of #A77EB7

#A77EB7
(167,126,183)
#AF89BD
(175,137,189)
#B794C3
(183,148,195)
#BF9FC9
(191,159,201)
#C7AACF
(199,170,207)
#CFB5D5
(207,181,213)
#D7C0DB
(215,192,219)
#DFCBE1
(223,203,225)
#E7D6E7
(231,214,231)
#EFE1ED
(239,225,237)
#F7ECF3
(247,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A77EB7; }

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

This text font color is #A77EB7.


Background Color

.myBgColor { background-color: #A77EB7; }

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

This div background color is #A77EB7.


Border color

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

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

This div border color is #A77EB7.


Opacity

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

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

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

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

This text has shadow with #A77EB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A77EB7 on black background.


Color preview on white background

This text has color #A77EB7 on white background.



Black color preview on #A77EB7 background

This text has black color on #A77EB7 background.


White color preview on #A77EB7 background

This text has white color on #A77EB7 background.