COLOR #A880AA

HEX: #A880AA
RGB: (168,128,170)

Color info

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

RGB color model

#A880AA color RGB value is (168,128,170).

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

RGB channels and saturation

R 168 of 255 = 66%
G 128 of 255 = 50%
B 170 of 255 = 67%

168
128
170

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

Portions of RGB colors in percentages

R + G + B =
168 + 128 + 170 = 466 (100%)
R 168 of 466 ~ 36.05%
G 128 of 466 ~ 27.47%
B 170 of 466 ~ 36.48%

%36.05
%27.47
%36.48

CMYK color model

#A880AA color CMYK value is (1,25,0,33).

  • cyan value is 1.18%
  • magenta value is 24.71%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(1,25,0,33)
C1M25Y0K33 
(1%,25%,0%,33%)
(0.01/0.25/0.00/0.33)	

CMYK percentages

%1.18
%24.71
%0
%33.33

Codes

Color #A880AA in popluar color models

A880AA
RGB168128170
HSL297°19.81%58.43%
HSB/HSV297°24.71%66.67%
CMYK1.18%24.71%0.00%
33.33%

Color #A880AA in popluar number systems.

HEXA880AA
Decimal168128170
Binary101010001000000010101010
Octal250200252

Shades and tints

Shades of #A880AA

#A880AA
(168,128,170)
#99759B
(153,117,155)
#8A6A8C
(138,106,140)
#7B5F7D
(123,95,125)
#6C546E
(108,84,110)
#5D495F
(93,73,95)
#4E3E50
(78,62,80)
#3F3341
(63,51,65)
#302832
(48,40,50)
#211D23
(33,29,35)
#121214
(18,18,20)
#000000
(0,0,0)

Tints of #A880AA

#A880AA
(168,128,170)
#AF8BB1
(175,139,177)
#B696B8
(182,150,184)
#BDA1BF
(189,161,191)
#C4ACC6
(196,172,198)
#CBB7CD
(203,183,205)
#D2C2D4
(210,194,212)
#D9CDDB
(217,205,219)
#E0D8E2
(224,216,226)
#E7E3E9
(231,227,233)
#EEEEF0
(238,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A880AA; }

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

This text font color is #A880AA.


Background Color

.myBgColor { background-color: #A880AA; }

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

This div background color is #A880AA.


Border color

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

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

This div border color is #A880AA.


Opacity

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

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

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

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

This text has shadow with #A880AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A880AA on black background.


Color preview on white background

This text has color #A880AA on white background.



Black color preview on #A880AA background

This text has black color on #A880AA background.


White color preview on #A880AA background

This text has white color on #A880AA background.