COLOR #A77AB5

HEX: #A77AB5
RGB: (167,122,181)

Color info

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

RGB color model

#A77AB5 color RGB value is (167,122,181).

  • red value is 167;
  • green value is 122;
  • blue value is 181.
RGB:
(167,122,181)
(65%,48%,71%)

RGB channels and saturation

R 167 of 255 = 65%
G 122 of 255 = 48%
B 181 of 255 = 71%

167
122
181

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

Portions of RGB colors in percentages

R + G + B =
167 + 122 + 181 = 470 (100%)
R 167 of 470 ~ 35.53%
G 122 of 470 ~ 25.96%
B 181 of 470 ~ 38.51%

%35.53
%25.96
%38.51

CMYK color model

#A77AB5 color CMYK value is (8,33,0,29).

  • cyan value is 7.73%
  • magenta value is 32.60%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(8,33,0,29)
C8M33Y0K29 
(8%,33%,0%,29%)
(0.08/0.33/0.00/0.29)	

CMYK percentages

%7.73
%32.6
%0
%29.02

Codes

Color #A77AB5 in popluar color models

A77AB5
RGB167122181
HSL286°28.50%59.41%
HSB/HSV286°32.60%70.98%
CMYK7.73%32.60%0.00%
29.02%

Color #A77AB5 in popluar number systems.

HEXA77AB5
Decimal167122181
Binary10100111111101010110101
Octal247172265

Shades and tints

Shades of #A77AB5

#A77AB5
(167,122,181)
#986FA5
(152,111,165)
#896495
(137,100,149)
#7A5985
(122,89,133)
#6B4E75
(107,78,117)
#5C4365
(92,67,101)
#4D3855
(77,56,85)
#3E2D45
(62,45,69)
#2F2235
(47,34,53)
#201725
(32,23,37)
#110C15
(17,12,21)
#000000
(0,0,0)

Tints of #A77AB5

#A77AB5
(167,122,181)
#AF86BB
(175,134,187)
#B792C1
(183,146,193)
#BF9EC7
(191,158,199)
#C7AACD
(199,170,205)
#CFB6D3
(207,182,211)
#D7C2D9
(215,194,217)
#DFCEDF
(223,206,223)
#E7DAE5
(231,218,229)
#EFE6EB
(239,230,235)
#F7F2F1
(247,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A77AB5; }

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

This text font color is #A77AB5.


Background Color

.myBgColor { background-color: #A77AB5; }

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

This div background color is #A77AB5.


Border color

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

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

This div border color is #A77AB5.


Opacity

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

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

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

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

This text has shadow with #A77AB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A77AB5 on black background.


Color preview on white background

This text has color #A77AB5 on white background.



Black color preview on #A77AB5 background

This text has black color on #A77AB5 background.


White color preview on #A77AB5 background

This text has white color on #A77AB5 background.