COLOR #A87AAB

HEX: #A87AAB RGB: (168,122,171)

Color info

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

RGB color model

#A87AAB color RGB value is (168,122,171).

RGB: (168,122,171) (66%, 48%, 67%)

RGB channels and saturation

R 168 of 255 = 66%
G 122 of 255 = 48%
B 171 of 255 = 67%

168
122
171

R + G + B ~ 60%. #A87AAB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 168 + 122 + 171 = 461 (100%)
R 168 of 461 ~ 36.44%
G 122 of 461 ~ 26.46%
B 171 of 461 ~ 37.09'%

%36.44
%26.46
%37.09

CMYK color model

#A87AAB color CMYK value is (2,29,0,33).

  • cyan value is 1.75%
  • magenta value is 28.65%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (2,29,0,33)
C2M29Y0K33 (2%, 29%, 0%, 33%)
(0.02 / 0.29 / 0.00 / 0.33)

CMYK percentages

%1.75
%28.65
%0
%32.94

Codes

Color #A87AAB in popluar color models

A8 7A AB
RGB 168 122 171
HSL 296° 22.58% 57.45%
HSB/HSV 296° 28.65% 67.06%
CMYK 1.75% 28.65% 0.00%
32.94%

Color #A87AAB in popluar number systems.

HEX A8 7A AB
Decimal 168 122 171
Binary 10101000 1111010 10101011
Octal 250 172 253

Shades and tints

Shades of #A87AAB

#A87AAB
(168,122,171)
#996F9C
(153,111,156)
#8A648D
(138,100,141)
#7B597E
(123,89,126)
#6C4E6F
(108,78,111)
#5D4360
(93,67,96)
#4E3851
(78,56,81)
#3F2D42
(63,45,66)
#302233
(48,34,51)
#211724
(33,23,36)
#120C15
(18,12,21)
#000000
(0,0,0)

Tints of #A87AAB

#A87AAB
(168,122,171)
#AF86B2
(175,134,178)
#B692B9
(182,146,185)
#BD9EC0
(189,158,192)
#C4AAC7
(196,170,199)
#CBB6CE
(203,182,206)
#D2C2D5
(210,194,213)
#D9CEDC
(217,206,220)
#E0DAE3
(224,218,227)
#E7E6EA
(231,230,234)
#EEF2F1
(238,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A87AAB color. Also use rgb(168,122,171) instead hex code.

Text Font Color

.myTextColor { color: #A87AAB; }

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

This text font color is #A87AAB.

Background Color

.myBgColor { background-color: #A87AAB; }

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

This div background color is #A87AAB.

Border color

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

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

This div border color is #A87AAB.

Opacity

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

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

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

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

This text has shadow with #A87AAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A87AAB.

Preview

Color preview on black background

This text has color #A87AAB on black background.


Color preview on white background

This text has color #A87AAB on white background.


Black color preview on #A87AAB background

This text has black color on #A87AAB background.


White color preview on #A87AAB background

This text has white color on #A87AAB background.


Related colors

Complementary color

Complementary color for #hex is #578554.


I love getcolorcode.com

Triadic colors

1 #ABA87A and #7AABA8 with #A87AAB are triadic colors.

2 #AB7AA8 and #7AA8AB with #A87AAB are triadic colors.