COLOR #A87AB0

HEX: #A87AB0
RGB: (168,122,176)

Color info

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

RGB color model

#A87AB0 color RGB value is (168,122,176).

  • red value is 168;
  • green value is 122;
  • blue value is 176.
RGB: (168,122,176) (66%,48%,69%)

RGB channels and saturation

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

168
122
176

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

Portions of RGB colors in percentages

R + G + B =
168 + 122 + 176 = 466 (100%)
R 168 of 466 ~ 36.05%
G 122 of 466 ~ 26.18%
B 176 of 466 ~ 37.77%

%36.05
%26.18
%37.77

CMYK color model

#A87AB0 color CMYK value is (5,31,0,31).

  • cyan value is 4.55%
  • magenta value is 30.68%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK: (5,31,0,31) C5M31Y0K31 (5%,31%,0%,31%) (0.05/0.31/0.00/0.31)

CMYK percentages

%4.55
%30.68
%0
%30.98

Codes

Color #A87AB0 in popluar color models

A87AB0
RGB168122176
HSL291°25.47%58.43%
HSB/HSV291°30.68%69.02%
CMYK4.55%30.68%0.00%
30.98%

Color #A87AB0 in popluar number systems.

HEXA87AB0
Decimal168122176
Binary10101000111101010110000
Octal250172260

Shades and tints

Shades of #A87AB0

#A87AB0
(168,122,176)
#996FA0
(153,111,160)
#8A6490
(138,100,144)
#7B5980
(123,89,128)
#6C4E70
(108,78,112)
#5D4360
(93,67,96)
#4E3850
(78,56,80)
#3F2D40
(63,45,64)
#302230
(48,34,48)
#211720
(33,23,32)
#120C10
(18,12,16)
#000000
(0,0,0)

Tints of #A87AB0

#A87AB0
(168,122,176)
#AF86B7
(175,134,183)
#B692BE
(182,146,190)
#BD9EC5
(189,158,197)
#C4AACC
(196,170,204)
#CBB6D3
(203,182,211)
#D2C2DA
(210,194,218)
#D9CEE1
(217,206,225)
#E0DAE8
(224,218,232)
#E7E6EF
(231,230,239)
#EEF2F6
(238,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A87AB0; }

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

This text font color is #A87AB0.


Background Color

.myBgColor { background-color: #A87AB0; }

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

This div background color is #A87AB0.


Border color

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

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

This div border color is #A87AB0.


Opacity

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

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

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

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

This text has shadow with #A87AB0 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A87AB0 on black background.


Color preview on white background

This text has color #A87AB0 on white background.



Black color preview on #A87AB0 background

This text has black color on #A87AB0 background.


White color preview on #A87AB0 background

This text has white color on #A87AB0 background.