COLOR #A880B1

HEX: #A880B1
RGB: (168,128,177)

Color info

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

RGB color model

#A880B1 color RGB value is (168,128,177).

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

RGB channels and saturation

R 168 of 255 = 66%
G 128 of 255 = 50%
B 177 of 255 = 69%

168
128
177

R + G + B ~ 62%. #A880B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 128 + 177 = 473 (100%)
R 168 of 473 ~ 35.52%
G 128 of 473 ~ 27.06%
B 177 of 473 ~ 37.42%

%35.52
%27.06
%37.42

CMYK color model

#A880B1 color CMYK value is (5,28,0,31).

  • cyan value is 5.08%
  • magenta value is 27.68%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(5,28,0,31)
C5M28Y0K31 
(5%,28%,0%,31%)
(0.05/0.28/0.00/0.31)	

CMYK percentages

%5.08
%27.68
%0
%30.59

Codes

Color #A880B1 in popluar color models

A880B1
RGB168128177
HSL289°23.90%59.80%
HSB/HSV289°27.68%69.41%
CMYK5.08%27.68%0.00%
30.59%

Color #A880B1 in popluar number systems.

HEXA880B1
Decimal168128177
Binary101010001000000010110001
Octal250200261

Shades and tints

Shades of #A880B1

#A880B1
(168,128,177)
#9975A1
(153,117,161)
#8A6A91
(138,106,145)
#7B5F81
(123,95,129)
#6C5471
(108,84,113)
#5D4961
(93,73,97)
#4E3E51
(78,62,81)
#3F3341
(63,51,65)
#302831
(48,40,49)
#211D21
(33,29,33)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #A880B1

#A880B1
(168,128,177)
#AF8BB8
(175,139,184)
#B696BF
(182,150,191)
#BDA1C6
(189,161,198)
#C4ACCD
(196,172,205)
#CBB7D4
(203,183,212)
#D2C2DB
(210,194,219)
#D9CDE2
(217,205,226)
#E0D8E9
(224,216,233)
#E7E3F0
(231,227,240)
#EEEEF7
(238,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A880B1; }

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

This text font color is #A880B1.


Background Color

.myBgColor { background-color: #A880B1; }

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

This div background color is #A880B1.


Border color

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

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

This div border color is #A880B1.


Opacity

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

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

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

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

This text has shadow with #A880B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A880B1 on black background.


Color preview on white background

This text has color #A880B1 on white background.



Black color preview on #A880B1 background

This text has black color on #A880B1 background.


White color preview on #A880B1 background

This text has white color on #A880B1 background.