COLOR #A77AC5

HEX: #A77AC5
RGB: (167,122,197)

Color info

#A77AC5 contains mainly red and blue colors. Web safe color of #A77AC5 is #9966CC (or #96C).

RGB color model

#A77AC5 color RGB value is (167,122,197).

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

RGB channels and saturation

R 167 of 255 = 65%
G 122 of 255 = 48%
B 197 of 255 = 77%

167
122
197

R + G + B ~ 63%. #A77AC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 122 + 197 = 486 (100%)
R 167 of 486 ~ 34.36%
G 122 of 486 ~ 25.1%
B 197 of 486 ~ 40.53%

%34.36
%25.1
%40.53

CMYK color model

#A77AC5 color CMYK value is (15,38,0,23).

  • cyan value is 15.23%
  • magenta value is 38.07%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(15,38,0,23)
C15M38Y0K23 
(15%,38%,0%,23%)
(0.15/0.38/0.00/0.23)	

CMYK percentages

%15.23
%38.07
%0
%22.75

Codes

Color #A77AC5 in popluar color models

A77AC5
RGB167122197
HSL276°39.27%62.55%
HSB/HSV276°38.07%77.25%
CMYK15.23%38.07%0.00%
22.75%

Color #A77AC5 in popluar number systems.

HEXA77AC5
Decimal167122197
Binary10100111111101011000101
Octal247172305

Shades and tints

Shades of #A77AC5

#A77AC5
(167,122,197)
#986FB4
(152,111,180)
#8964A3
(137,100,163)
#7A5992
(122,89,146)
#6B4E81
(107,78,129)
#5C4370
(92,67,112)
#4D385F
(77,56,95)
#3E2D4E
(62,45,78)
#2F223D
(47,34,61)
#20172C
(32,23,44)
#110C1B
(17,12,27)
#000000
(0,0,0)

Tints of #A77AC5

#A77AC5
(167,122,197)
#AF86CA
(175,134,202)
#B792CF
(183,146,207)
#BF9ED4
(191,158,212)
#C7AAD9
(199,170,217)
#CFB6DE
(207,182,222)
#D7C2E3
(215,194,227)
#DFCEE8
(223,206,232)
#E7DAED
(231,218,237)
#EFE6F2
(239,230,242)
#F7F2F7
(247,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A77AC5; }

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

This text font color is #A77AC5.


Background Color

.myBgColor { background-color: #A77AC5; }

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

This div background color is #A77AC5.


Border color

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

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

This div border color is #A77AC5.


Opacity

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

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

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

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

This text has shadow with #A77AC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A77AC5 on black background.


Color preview on white background

This text has color #A77AC5 on white background.



Black color preview on #A77AC5 background

This text has black color on #A77AC5 background.


White color preview on #A77AC5 background

This text has white color on #A77AC5 background.