COLOR #A387CC

HEX: #A387CC
RGB: (163,135,204)

Color info

#A387CC contains mainly red and blue colors. Web safe color of #A387CC is #9999CC (or #99C).

RGB color model

#A387CC color RGB value is (163,135,204).

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

RGB channels and saturation

R 163 of 255 = 64%
G 135 of 255 = 53%
B 204 of 255 = 80%

163
135
204

R + G + B ~ 66%. #A387CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 135 + 204 = 502 (100%)
R 163 of 502 ~ 32.47%
G 135 of 502 ~ 26.89%
B 204 of 502 ~ 40.64%

%32.47
%26.89
%40.64

CMYK color model

#A387CC color CMYK value is (20,34,0,20).

  • cyan value is 20.10%
  • magenta value is 33.82%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(20,34,0,20)
C20M34Y0K20 
(20%,34%,0%,20%)
(0.20/0.34/0.00/0.20)	

CMYK percentages

%20.1
%33.82
%0
%20

Codes

Color #A387CC in popluar color models

A387CC
RGB163135204
HSL264°40.35%66.47%
HSB/HSV264°33.82%80.00%
CMYK20.10%33.82%0.00%
20.00%

Color #A387CC in popluar number systems.

HEXA387CC
Decimal163135204
Binary101000111000011111001100
Octal243207314

Shades and tints

Shades of #A387CC

#A387CC
(163,135,204)
#957BBA
(149,123,186)
#876FA8
(135,111,168)
#796396
(121,99,150)
#6B5784
(107,87,132)
#5D4B72
(93,75,114)
#4F3F60
(79,63,96)
#41334E
(65,51,78)
#33273C
(51,39,60)
#251B2A
(37,27,42)
#170F18
(23,15,24)
#000000
(0,0,0)

Tints of #A387CC

#A387CC
(163,135,204)
#AB91D0
(171,145,208)
#B39BD4
(179,155,212)
#BBA5D8
(187,165,216)
#C3AFDC
(195,175,220)
#CBB9E0
(203,185,224)
#D3C3E4
(211,195,228)
#DBCDE8
(219,205,232)
#E3D7EC
(227,215,236)
#EBE1F0
(235,225,240)
#F3EBF4
(243,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A387CC; }

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

This text font color is #A387CC.


Background Color

.myBgColor { background-color: #A387CC; }

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

This div background color is #A387CC.


Border color

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

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

This div border color is #A387CC.


Opacity

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

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

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

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

This text has shadow with #A387CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A387CC on black background.


Color preview on white background

This text has color #A387CC on white background.



Black color preview on #A387CC background

This text has black color on #A387CC background.


White color preview on #A387CC background

This text has white color on #A387CC background.