COLOR #A876AB

HEX: #A876AB RGB: (168,118,171)

Color info

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

RGB color model

#A876AB color RGB value is (168,118,171).

RGB: (168,118,171) (66%, 46%, 67%)

RGB channels and saturation

R 168 of 255 = 66%
G 118 of 255 = 46%
B 171 of 255 = 67%

168
118
171

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

Portions of RGB colors in percentages

R + G + B = 168 + 118 + 171 = 457 (100%)
R 168 of 457 ~ 36.76%
G 118 of 457 ~ 25.82%
B 171 of 457 ~ 37.42'%

%36.76
%25.82
%37.42

CMYK color model

#A876AB color CMYK value is (2,31,0,33).

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

CMYK: (2,31,0,33)
C2M31Y0K33 (2%, 31%, 0%, 33%)
(0.02 / 0.31 / 0.00 / 0.33)

CMYK percentages

%1.75
%30.99
%0
%32.94

Codes

Color #A876AB in popluar color models

A8 76 AB
RGB 168 118 171
HSL 297° 23.98% 56.67%
HSB/HSV 297° 30.99% 67.06%
CMYK 1.75% 30.99% 0.00%
32.94%

Color #A876AB in popluar number systems.

HEX A8 76 AB
Decimal 168 118 171
Binary 10101000 1110110 10101011
Octal 250 166 253

Shades and tints

Shades of #A876AB

#A876AB
(168,118,171)
#996C9C
(153,108,156)
#8A628D
(138,98,141)
#7B587E
(123,88,126)
#6C4E6F
(108,78,111)
#5D4460
(93,68,96)
#4E3A51
(78,58,81)
#3F3042
(63,48,66)
#302633
(48,38,51)
#211C24
(33,28,36)
#121215
(18,18,21)
#000000
(0,0,0)

Tints of #A876AB

#A876AB
(168,118,171)
#AF82B2
(175,130,178)
#B68EB9
(182,142,185)
#BD9AC0
(189,154,192)
#C4A6C7
(196,166,199)
#CBB2CE
(203,178,206)
#D2BED5
(210,190,213)
#D9CADC
(217,202,220)
#E0D6E3
(224,214,227)
#E7E2EA
(231,226,234)
#EEEEF1
(238,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A876AB; }

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

This text font color is #A876AB.

Background Color

.myBgColor { background-color: #A876AB; }

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

This div background color is #A876AB.

Border color

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

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

This div border color is #A876AB.

Opacity

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

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

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

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

This text has shadow with #A876AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A876AB.

Preview

Color preview on black background

This text has color #A876AB on black background.


Color preview on white background

This text has color #A876AB on white background.


Black color preview on #A876AB background

This text has black color on #A876AB background.


White color preview on #A876AB background

This text has white color on #A876AB background.


Related colors

Complementary color

Complementary color for #hex is #578954.


I love getcolorcode.com

Triadic colors

1 #ABA876 and #76ABA8 with #A876AB are triadic colors.

2 #AB76A8 and #76A8AB with #A876AB are triadic colors.