COLOR #A770B0

HEX: #A770B0
RGB: (167,112,176)

Color info

#A770B0 contains mainly red and blue colors. Web safe color of #A770B0 is #996699 (or #969).

RGB color model

#A770B0 color RGB value is (167,112,176).

  • red value is 167;
  • green value is 112;
  • blue value is 176.
RGB:
(167,112,176)
(65%,44%,69%)

RGB channels and saturation

R 167 of 255 = 65%
G 112 of 255 = 44%
B 176 of 255 = 69%

167
112
176

R + G + B ~ 59%. #A770B0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
167 + 112 + 176 = 455 (100%)
R 167 of 455 ~ 36.7%
G 112 of 455 ~ 24.62%
B 176 of 455 ~ 38.68%

%36.7
%24.62
%38.68

CMYK color model

#A770B0 color CMYK value is (5,36,0,31).

  • cyan value is 5.11%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(5,36,0,31)
C5M36Y0K31 
(5%,36%,0%,31%)
(0.05/0.36/0.00/0.31)	

CMYK percentages

%5.11
%36.36
%0
%30.98

Codes

Color #A770B0 in popluar color models

A770B0
RGB167112176
HSL292°28.83%56.47%
HSB/HSV292°36.36%69.02%
CMYK5.11%36.36%0.00%
30.98%

Color #A770B0 in popluar number systems.

HEXA770B0
Decimal167112176
Binary10100111111000010110000
Octal247160260

Shades and tints

Shades of #A770B0

#A770B0
(167,112,176)
#9866A0
(152,102,160)
#895C90
(137,92,144)
#7A5280
(122,82,128)
#6B4870
(107,72,112)
#5C3E60
(92,62,96)
#4D3450
(77,52,80)
#3E2A40
(62,42,64)
#2F2030
(47,32,48)
#201620
(32,22,32)
#110C10
(17,12,16)
#000000
(0,0,0)

Tints of #A770B0

#A770B0
(167,112,176)
#AF7DB7
(175,125,183)
#B78ABE
(183,138,190)
#BF97C5
(191,151,197)
#C7A4CC
(199,164,204)
#CFB1D3
(207,177,211)
#D7BEDA
(215,190,218)
#DFCBE1
(223,203,225)
#E7D8E8
(231,216,232)
#EFE5EF
(239,229,239)
#F7F2F6
(247,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A770B0 color. Also use rgb(167,112,176) instead hex code.

Text Font Color

.myTextColor { color: #A770B0; }

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

This text font color is #A770B0.


Background Color

.myBgColor { background-color: #A770B0; }

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

This div background color is #A770B0.


Border color

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

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

This div border color is #A770B0.


Opacity

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

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

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

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

This text has shadow with #A770B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A770B0 on black background.


Color preview on white background

This text has color #A770B0 on white background.



Black color preview on #A770B0 background

This text has black color on #A770B0 background.


White color preview on #A770B0 background

This text has white color on #A770B0 background.