COLOR #A780B1

HEX: #A780B1
RGB: (167,128,177)

Color info

#A780B1 contains red, green and blue colors in about the same proportion. Web safe color of #A780B1 is #996699 (or #969).

RGB color model

#A780B1 color RGB value is (167,128,177).

  • red value is 167;
  • green value is 128;
  • blue value is 177.
RGB:
(167,128,177)
(65%,50%,69%)

RGB channels and saturation

R 167 of 255 = 65%
G 128 of 255 = 50%
B 177 of 255 = 69%

167
128
177

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

Portions of RGB colors in percentages

R + G + B =
167 + 128 + 177 = 472 (100%)
R 167 of 472 ~ 35.38%
G 128 of 472 ~ 27.12%
B 177 of 472 ~ 37.5%

%35.38
%27.12
%37.5

CMYK color model

#A780B1 color CMYK value is (6,28,0,31).

  • cyan value is 5.65%
  • magenta value is 27.68%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(6,28,0,31)
C6M28Y0K31 
(6%,28%,0%,31%)
(0.06/0.28/0.00/0.31)	

CMYK percentages

%5.65
%27.68
%0
%30.59

Codes

Color #A780B1 in popluar color models

A780B1
RGB167128177
HSL288°23.90%59.80%
HSB/HSV288°27.68%69.41%
CMYK5.65%27.68%0.00%
30.59%

Color #A780B1 in popluar number systems.

HEXA780B1
Decimal167128177
Binary101001111000000010110001
Octal247200261

Shades and tints

Shades of #A780B1

#A780B1
(167,128,177)
#9875A1
(152,117,161)
#896A91
(137,106,145)
#7A5F81
(122,95,129)
#6B5471
(107,84,113)
#5C4961
(92,73,97)
#4D3E51
(77,62,81)
#3E3341
(62,51,65)
#2F2831
(47,40,49)
#201D21
(32,29,33)
#111211
(17,18,17)
#000000
(0,0,0)

Tints of #A780B1

#A780B1
(167,128,177)
#AF8BB8
(175,139,184)
#B796BF
(183,150,191)
#BFA1C6
(191,161,198)
#C7ACCD
(199,172,205)
#CFB7D4
(207,183,212)
#D7C2DB
(215,194,219)
#DFCDE2
(223,205,226)
#E7D8E9
(231,216,233)
#EFE3F0
(239,227,240)
#F7EEF7
(247,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A780B1 color. Also use rgb(167,128,177) instead hex code.

Text Font Color

.myTextColor { color: #A780B1; }

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

This text font color is #A780B1.


Background Color

.myBgColor { background-color: #A780B1; }

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

This div background color is #A780B1.


Border color

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

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

This div border color is #A780B1.


Opacity

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

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

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

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

This text has shadow with #A780B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A780B1 on black background.


Color preview on white background

This text has color #A780B1 on white background.



Black color preview on #A780B1 background

This text has black color on #A780B1 background.


White color preview on #A780B1 background

This text has white color on #A780B1 background.