COLOR #A882AA

HEX: #A882AA
RGB: (168,130,170)

Color info

#A882AA contains red, green and blue colors in about the same proportion. Web safe color of #A882AA is #999999 (or #999).

RGB color model

#A882AA color RGB value is (168,130,170).

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

RGB channels and saturation

R 168 of 255 = 66%
G 130 of 255 = 51%
B 170 of 255 = 67%

168
130
170

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

Portions of RGB colors in percentages

R + G + B =
168 + 130 + 170 = 468 (100%)
R 168 of 468 ~ 35.9%
G 130 of 468 ~ 27.78%
B 170 of 468 ~ 36.32%

%35.9
%27.78
%36.32

CMYK color model

#A882AA color CMYK value is (1,24,0,33).

  • cyan value is 1.18%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(1,24,0,33)
C1M24Y0K33 
(1%,24%,0%,33%)
(0.01/0.24/0.00/0.33)	

CMYK percentages

%1.18
%23.53
%0
%33.33

Codes

Color #A882AA in popluar color models

A882AA
RGB168130170
HSL297°19.05%58.82%
HSB/HSV297°23.53%66.67%
CMYK1.18%23.53%0.00%
33.33%

Color #A882AA in popluar number systems.

HEXA882AA
Decimal168130170
Binary101010001000001010101010
Octal250202252

Shades and tints

Shades of #A882AA

#A882AA
(168,130,170)
#99779B
(153,119,155)
#8A6C8C
(138,108,140)
#7B617D
(123,97,125)
#6C566E
(108,86,110)
#5D4B5F
(93,75,95)
#4E4050
(78,64,80)
#3F3541
(63,53,65)
#302A32
(48,42,50)
#211F23
(33,31,35)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #A882AA

#A882AA
(168,130,170)
#AF8DB1
(175,141,177)
#B698B8
(182,152,184)
#BDA3BF
(189,163,191)
#C4AEC6
(196,174,198)
#CBB9CD
(203,185,205)
#D2C4D4
(210,196,212)
#D9CFDB
(217,207,219)
#E0DAE2
(224,218,226)
#E7E5E9
(231,229,233)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A882AA; }

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

This text font color is #A882AA.


Background Color

.myBgColor { background-color: #A882AA; }

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

This div background color is #A882AA.


Border color

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

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

This div border color is #A882AA.


Opacity

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

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

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

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

This text has shadow with #A882AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A882AA on black background.


Color preview on white background

This text has color #A882AA on white background.



Black color preview on #A882AA background

This text has black color on #A882AA background.


White color preview on #A882AA background

This text has white color on #A882AA background.