COLOR #A87DAA

HEX: #A87DAA RGB: (168,125,170)

Color info

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

RGB color model

#A87DAA color RGB value is (168,125,170).

RGB: (168,125,170) (66%, 49%, 67%)

RGB channels and saturation

R 168 of 255 = 66%
G 125 of 255 = 49%
B 170 of 255 = 67%

168
125
170

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

Portions of RGB colors in percentages

R + G + B = 168 + 125 + 170 = 463 (100%)
R 168 of 463 ~ 36.29%
G 125 of 463 ~ 27%
B 170 of 463 ~ 36.72'%

%36.29
%27
%36.72

CMYK color model

#A87DAA color CMYK value is (1,26,0,33).

  • cyan value is 1.18%
  • magenta value is 26.47%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (1,26,0,33)
C1M26Y0K33 (1%, 26%, 0%, 33%)
(0.01 / 0.26 / 0.00 / 0.33)

CMYK percentages

%1.18
%26.47
%0
%33.33

Codes

Color #A87DAA in popluar color models

A8 7D AA
RGB 168 125 170
HSL 297° 20.93% 57.84%
HSB/HSV 297° 26.47% 66.67%
CMYK 1.18% 26.47% 0.00%
33.33%

Color #A87DAA in popluar number systems.

HEX A8 7D AA
Decimal 168 125 170
Binary 10101000 1111101 10101010
Octal 250 175 252

Shades and tints

Shades of #A87DAA

#A87DAA
(168,125,170)
#99729B
(153,114,155)
#8A678C
(138,103,140)
#7B5C7D
(123,92,125)
#6C516E
(108,81,110)
#5D465F
(93,70,95)
#4E3B50
(78,59,80)
#3F3041
(63,48,65)
#302532
(48,37,50)
#211A23
(33,26,35)
#120F14
(18,15,20)
#000000
(0,0,0)

Tints of #A87DAA

#A87DAA
(168,125,170)
#AF88B1
(175,136,177)
#B693B8
(182,147,184)
#BD9EBF
(189,158,191)
#C4A9C6
(196,169,198)
#CBB4CD
(203,180,205)
#D2BFD4
(210,191,212)
#D9CADB
(217,202,219)
#E0D5E2
(224,213,226)
#E7E0E9
(231,224,233)
#EEEBF0
(238,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A87DAA; }

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

This text font color is #A87DAA.

Background Color

.myBgColor { background-color: #A87DAA; }

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

This div background color is #A87DAA.

Border color

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

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

This div border color is #A87DAA.

Opacity

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

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

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

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

This text has shadow with #A87DAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A87DAA.

Preview

Color preview on black background

This text has color #A87DAA on black background.


Color preview on white background

This text has color #A87DAA on white background.


Black color preview on #A87DAA background

This text has black color on #A87DAA background.


White color preview on #A87DAA background

This text has white color on #A87DAA background.


Related colors

Complementary color

Complementary color for #A87DAA is #578255.


I love getcolorcode.com

Triadic colors

1 #AAA87D and #7DAAA8 with #A87DAA are triadic colors.

2 #AA7DA8 and #7DA8AA with #A87DAA are triadic colors.