COLOR #A87AAF

HEX: #A87AAF RGB: (168,122,175)

Color info

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

RGB color model

#A87AAF color RGB value is (168,122,175).

RGB: (168,122,175) (66%, 48%, 69%)

RGB channels and saturation

R 168 of 255 = 66%
G 122 of 255 = 48%
B 175 of 255 = 69%

168
122
175

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

Portions of RGB colors in percentages

R + G + B = 168 + 122 + 175 = 465 (100%)
R 168 of 465 ~ 36.13%
G 122 of 465 ~ 26.24%
B 175 of 465 ~ 37.63'%

%36.13
%26.24
%37.63

CMYK color model

#A87AAF color CMYK value is (4,30,0,31).

  • cyan value is 4.00%
  • magenta value is 30.29%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (4,30,0,31)
C4M30Y0K31 (4%, 30%, 0%, 31%)
(0.04 / 0.30 / 0.00 / 0.31)

CMYK percentages

%4
%30.29
%0
%31.37

Codes

Color #A87AAF in popluar color models

A8 7A AF
RGB 168 122 175
HSL 292° 24.88% 58.24%
HSB/HSV 292° 30.29% 68.63%
CMYK 4.00% 30.29% 0.00%
31.37%

Color #A87AAF in popluar number systems.

HEX A8 7A AF
Decimal 168 122 175
Binary 10101000 1111010 10101111
Octal 250 172 257

Shades and tints

Shades of #A87AAF

#A87AAF
(168,122,175)
#996FA0
(153,111,160)
#8A6491
(138,100,145)
#7B5982
(123,89,130)
#6C4E73
(108,78,115)
#5D4364
(93,67,100)
#4E3855
(78,56,85)
#3F2D46
(63,45,70)
#302237
(48,34,55)
#211728
(33,23,40)
#120C19
(18,12,25)
#000000
(0,0,0)

Tints of #A87AAF

#A87AAF
(168,122,175)
#AF86B6
(175,134,182)
#B692BD
(182,146,189)
#BD9EC4
(189,158,196)
#C4AACB
(196,170,203)
#CBB6D2
(203,182,210)
#D2C2D9
(210,194,217)
#D9CEE0
(217,206,224)
#E0DAE7
(224,218,231)
#E7E6EE
(231,230,238)
#EEF2F5
(238,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A87AAF; }

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

This text font color is #A87AAF.

Background Color

.myBgColor { background-color: #A87AAF; }

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

This div background color is #A87AAF.

Border color

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

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

This div border color is #A87AAF.

Opacity

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

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

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

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

This text has shadow with #A87AAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A87AAF.

Preview

Color preview on black background

This text has color #A87AAF on black background.


Color preview on white background

This text has color #A87AAF on white background.


Black color preview on #A87AAF background

This text has black color on #A87AAF background.


White color preview on #A87AAF background

This text has white color on #A87AAF background.


Related colors

Complementary color

Complementary color for #hex is #578550.


I love getcolorcode.com

Triadic colors

1 #AFA87A and #7AAFA8 with #A87AAF are triadic colors.

2 #AF7AA8 and #7AA8AF with #A87AAF are triadic colors.