COLOR #A77BBE

HEX: #A77BBE
RGB: (167,123,190)

Color info

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

RGB color model

#A77BBE color RGB value is (167,123,190).

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

RGB channels and saturation

R 167 of 255 = 65%
G 123 of 255 = 48%
B 190 of 255 = 75%

167
123
190

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

Portions of RGB colors in percentages

R + G + B =
167 + 123 + 190 = 480 (100%)
R 167 of 480 ~ 34.79%
G 123 of 480 ~ 25.63%
B 190 of 480 ~ 39.58%

%34.79
%25.63
%39.58

CMYK color model

#A77BBE color CMYK value is (12,35,0,25).

  • cyan value is 12.11%
  • magenta value is 35.26%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(12,35,0,25)
C12M35Y0K25 
(12%,35%,0%,25%)
(0.12/0.35/0.00/0.25)	

CMYK percentages

%12.11
%35.26
%0
%25.49

Codes

Color #A77BBE in popluar color models

A77BBE
RGB167123190
HSL279°34.01%61.37%
HSB/HSV279°35.26%74.51%
CMYK12.11%35.26%0.00%
25.49%

Color #A77BBE in popluar number systems.

HEXA77BBE
Decimal167123190
Binary10100111111101110111110
Octal247173276

Shades and tints

Shades of #A77BBE

#A77BBE
(167,123,190)
#9870AD
(152,112,173)
#89659C
(137,101,156)
#7A5A8B
(122,90,139)
#6B4F7A
(107,79,122)
#5C4469
(92,68,105)
#4D3958
(77,57,88)
#3E2E47
(62,46,71)
#2F2336
(47,35,54)
#201825
(32,24,37)
#110D14
(17,13,20)
#000000
(0,0,0)

Tints of #A77BBE

#A77BBE
(167,123,190)
#AF87C3
(175,135,195)
#B793C8
(183,147,200)
#BF9FCD
(191,159,205)
#C7ABD2
(199,171,210)
#CFB7D7
(207,183,215)
#D7C3DC
(215,195,220)
#DFCFE1
(223,207,225)
#E7DBE6
(231,219,230)
#EFE7EB
(239,231,235)
#F7F3F0
(247,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A77BBE; }

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

This text font color is #A77BBE.


Background Color

.myBgColor { background-color: #A77BBE; }

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

This div background color is #A77BBE.


Border color

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

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

This div border color is #A77BBE.


Opacity

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

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

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

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

This text has shadow with #A77BBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A77BBE on black background.


Color preview on white background

This text has color #A77BBE on white background.



Black color preview on #A77BBE background

This text has black color on #A77BBE background.


White color preview on #A77BBE background

This text has white color on #A77BBE background.