COLOR #A387AA

HEX: #A387AA
RGB: (163,135,170)

Color info

#A387AA contains red, green and blue colors in about the same proportion. Web safe color of #A387AA is #999999 (or #999).

RGB color model

#A387AA color RGB value is (163,135,170).

  • red value is 163;
  • green value is 135;
  • blue value is 170.
RGB:
(163,135,170)
(64%,53%,67%)

RGB channels and saturation

R 163 of 255 = 64%
G 135 of 255 = 53%
B 170 of 255 = 67%

163
135
170

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

Portions of RGB colors in percentages

R + G + B =
163 + 135 + 170 = 468 (100%)
R 163 of 468 ~ 34.83%
G 135 of 468 ~ 28.85%
B 170 of 468 ~ 36.32%

%34.83
%28.85
%36.32

CMYK color model

#A387AA color CMYK value is (4,21,0,33).

  • cyan value is 4.12%
  • magenta value is 20.59%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(4,21,0,33)
C4M21Y0K33 
(4%,21%,0%,33%)
(0.04/0.21/0.00/0.33)	

CMYK percentages

%4.12
%20.59
%0
%33.33

Codes

Color #A387AA in popluar color models

A387AA
RGB163135170
HSL288°17.07%59.80%
HSB/HSV288°20.59%66.67%
CMYK4.12%20.59%0.00%
33.33%

Color #A387AA in popluar number systems.

HEXA387AA
Decimal163135170
Binary101000111000011110101010
Octal243207252

Shades and tints

Shades of #A387AA

#A387AA
(163,135,170)
#957B9B
(149,123,155)
#876F8C
(135,111,140)
#79637D
(121,99,125)
#6B576E
(107,87,110)
#5D4B5F
(93,75,95)
#4F3F50
(79,63,80)
#413341
(65,51,65)
#332732
(51,39,50)
#251B23
(37,27,35)
#170F14
(23,15,20)
#000000
(0,0,0)

Tints of #A387AA

#A387AA
(163,135,170)
#AB91B1
(171,145,177)
#B39BB8
(179,155,184)
#BBA5BF
(187,165,191)
#C3AFC6
(195,175,198)
#CBB9CD
(203,185,205)
#D3C3D4
(211,195,212)
#DBCDDB
(219,205,219)
#E3D7E2
(227,215,226)
#EBE1E9
(235,225,233)
#F3EBF0
(243,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A387AA color. Also use rgb(163,135,170) instead hex code.

Text Font Color

.myTextColor { color: #A387AA; }

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

This text font color is #A387AA.


Background Color

.myBgColor { background-color: #A387AA; }

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

This div background color is #A387AA.


Border color

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

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

This div border color is #A387AA.


Opacity

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

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

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

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

This text has shadow with #A387AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A387AA on black background.


Color preview on white background

This text has color #A387AA on white background.



Black color preview on #A387AA background

This text has black color on #A387AA background.


White color preview on #A387AA background

This text has white color on #A387AA background.