COLOR #A387C2

HEX: #A387C2
RGB: (163,135,194)

Color info

#A387C2 contains red, green and blue colors in about the same proportion. Web safe color of #A387C2 is #9999CC (or #99C).

RGB color model

#A387C2 color RGB value is (163,135,194).

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

RGB channels and saturation

R 163 of 255 = 64%
G 135 of 255 = 53%
B 194 of 255 = 76%

163
135
194

R + G + B ~ 64%. #A387C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 135 + 194 = 492 (100%)
R 163 of 492 ~ 33.13%
G 135 of 492 ~ 27.44%
B 194 of 492 ~ 39.43%

%33.13
%27.44
%39.43

CMYK color model

#A387C2 color CMYK value is (16,30,0,24).

  • cyan value is 15.98%
  • magenta value is 30.41%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(16,30,0,24)
C16M30Y0K24 
(16%,30%,0%,24%)
(0.16/0.30/0.00/0.24)	

CMYK percentages

%15.98
%30.41
%0
%23.92

Codes

Color #A387C2 in popluar color models

A387C2
RGB163135194
HSL268°32.60%64.51%
HSB/HSV268°30.41%76.08%
CMYK15.98%30.41%0.00%
23.92%

Color #A387C2 in popluar number systems.

HEXA387C2
Decimal163135194
Binary101000111000011111000010
Octal243207302

Shades and tints

Shades of #A387C2

#A387C2
(163,135,194)
#957BB1
(149,123,177)
#876FA0
(135,111,160)
#79638F
(121,99,143)
#6B577E
(107,87,126)
#5D4B6D
(93,75,109)
#4F3F5C
(79,63,92)
#41334B
(65,51,75)
#33273A
(51,39,58)
#251B29
(37,27,41)
#170F18
(23,15,24)
#000000
(0,0,0)

Tints of #A387C2

#A387C2
(163,135,194)
#AB91C7
(171,145,199)
#B39BCC
(179,155,204)
#BBA5D1
(187,165,209)
#C3AFD6
(195,175,214)
#CBB9DB
(203,185,219)
#D3C3E0
(211,195,224)
#DBCDE5
(219,205,229)
#E3D7EA
(227,215,234)
#EBE1EF
(235,225,239)
#F3EBF4
(243,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A387C2; }

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

This text font color is #A387C2.


Background Color

.myBgColor { background-color: #A387C2; }

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

This div background color is #A387C2.


Border color

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

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

This div border color is #A387C2.


Opacity

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

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

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

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

This text has shadow with #A387C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A387C2 on black background.


Color preview on white background

This text has color #A387C2 on white background.



Black color preview on #A387C2 background

This text has black color on #A387C2 background.


White color preview on #A387C2 background

This text has white color on #A387C2 background.