COLOR #A87AC0

HEX: #A87AC0 RGB: (168,122,192)

Color info

#A87AC0 contains mainly red and blue colors. Web safe color of #A87AC0 is #9966CC (or #96C).

RGB color model

#A87AC0 color RGB value is (168,122,192).

RGB: (168,122,192) (66%, 48%, 75%)

RGB channels and saturation

R 168 of 255 = 66%
G 122 of 255 = 48%
B 192 of 255 = 75%

168
122
192

R + G + B ~ 63%. #A87AC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 122 + 192 = 482 (100%)
R 168 of 482 ~ 34.85%
G 122 of 482 ~ 25.31%
B 192 of 482 ~ 39.83'%

%34.85
%25.31
%39.83

CMYK color model

#A87AC0 color CMYK value is (13,36,0,25).

  • cyan value is 12.50%
  • magenta value is 36.46%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (13,36,0,25)
C13M36Y0K25 (13%, 36%, 0%, 25%)
(0.13 / 0.36 / 0.00 / 0.25)

CMYK percentages

%12.5
%36.46
%0
%24.71

Codes

Color #A87AC0 in popluar color models

A8 7A C0
RGB 168 122 192
HSL 279° 35.71% 61.57%
HSB/HSV 279° 36.46% 75.29%
CMYK 12.50% 36.46% 0.00%
24.71%

Color #A87AC0 in popluar number systems.

HEX A8 7A C0
Decimal 168 122 192
Binary 10101000 1111010 11000000
Octal 250 172 300

Shades and tints

Shades of #A87AC0

#A87AC0
(168,122,192)
#996FAF
(153,111,175)
#8A649E
(138,100,158)
#7B598D
(123,89,141)
#6C4E7C
(108,78,124)
#5D436B
(93,67,107)
#4E385A
(78,56,90)
#3F2D49
(63,45,73)
#302238
(48,34,56)
#211727
(33,23,39)
#120C16
(18,12,22)
#000000
(0,0,0)

Tints of #A87AC0

#A87AC0
(168,122,192)
#AF86C5
(175,134,197)
#B692CA
(182,146,202)
#BD9ECF
(189,158,207)
#C4AAD4
(196,170,212)
#CBB6D9
(203,182,217)
#D2C2DE
(210,194,222)
#D9CEE3
(217,206,227)
#E0DAE8
(224,218,232)
#E7E6ED
(231,230,237)
#EEF2F2
(238,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A87AC0; }

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

This text font color is #A87AC0.

Background Color

.myBgColor { background-color: #A87AC0; }

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

This div background color is #A87AC0.

Border color

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

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

This div border color is #A87AC0.

Opacity

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

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

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

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

This text has shadow with #A87AC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A87AC0.

Preview

Color preview on black background

This text has color #A87AC0 on black background.


Color preview on white background

This text has color #A87AC0 on white background.


Black color preview on #A87AC0 background

This text has black color on #A87AC0 background.


White color preview on #A87AC0 background

This text has white color on #A87AC0 background.


Related colors

Complementary color

Complementary color for #hex is #57853F.


I love getcolorcode.com

Triadic colors

1 #C0A87A and #7AC0A8 with #A87AC0 are triadic colors.

2 #C07AA8 and #7AA8C0 with #A87AC0 are triadic colors.