COLOR #A77BCF

HEX: #A77BCF
RGB: (167,123,207)

Color info

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

RGB color model

#A77BCF color RGB value is (167,123,207).

  • red value is 167;
  • green value is 123;
  • blue value is 207.
RGB:
(167,123,207)
(65%,48%,81%)

RGB channels and saturation

R 167 of 255 = 65%
G 123 of 255 = 48%
B 207 of 255 = 81%

167
123
207

R + G + B ~ 65%. #A77BCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 123 + 207 = 497 (100%)
R 167 of 497 ~ 33.6%
G 123 of 497 ~ 24.75%
B 207 of 497 ~ 41.65%

%33.6
%24.75
%41.65

CMYK color model

#A77BCF color CMYK value is (19,41,0,19).

  • cyan value is 19.32%
  • magenta value is 40.58%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(19,41,0,19)
C19M41Y0K19 
(19%,41%,0%,19%)
(0.19/0.41/0.00/0.19)	

CMYK percentages

%19.32
%40.58
%0
%18.82

Codes

Color #A77BCF in popluar color models

A77BCF
RGB167123207
HSL271°46.67%64.71%
HSB/HSV271°40.58%81.18%
CMYK19.32%40.58%0.00%
18.82%

Color #A77BCF in popluar number systems.

HEXA77BCF
Decimal167123207
Binary10100111111101111001111
Octal247173317

Shades and tints

Shades of #A77BCF

#A77BCF
(167,123,207)
#9870BD
(152,112,189)
#8965AB
(137,101,171)
#7A5A99
(122,90,153)
#6B4F87
(107,79,135)
#5C4475
(92,68,117)
#4D3963
(77,57,99)
#3E2E51
(62,46,81)
#2F233F
(47,35,63)
#20182D
(32,24,45)
#110D1B
(17,13,27)
#000000
(0,0,0)

Tints of #A77BCF

#A77BCF
(167,123,207)
#AF87D3
(175,135,211)
#B793D7
(183,147,215)
#BF9FDB
(191,159,219)
#C7ABDF
(199,171,223)
#CFB7E3
(207,183,227)
#D7C3E7
(215,195,231)
#DFCFEB
(223,207,235)
#E7DBEF
(231,219,239)
#EFE7F3
(239,231,243)
#F7F3F7
(247,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A77BCF color. Also use rgb(167,123,207) instead hex code.

Text Font Color

.myTextColor { color: #A77BCF; }

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

This text font color is #A77BCF.


Background Color

.myBgColor { background-color: #A77BCF; }

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

This div background color is #A77BCF.


Border color

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

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

This div border color is #A77BCF.


Opacity

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

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

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

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

This text has shadow with #A77BCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A77BCF on black background.


Color preview on white background

This text has color #A77BCF on white background.



Black color preview on #A77BCF background

This text has black color on #A77BCF background.


White color preview on #A77BCF background

This text has white color on #A77BCF background.