COLOR #A385D3

HEX: #A385D3
RGB: (163,133,211)

Color info

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

RGB color model

#A385D3 color RGB value is (163,133,211).

  • red value is 163;
  • green value is 133;
  • blue value is 211.
RGB:
(163,133,211)
(64%,52%,83%)

RGB channels and saturation

R 163 of 255 = 64%
G 133 of 255 = 52%
B 211 of 255 = 83%

163
133
211

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

Portions of RGB colors in percentages

R + G + B =
163 + 133 + 211 = 507 (100%)
R 163 of 507 ~ 32.15%
G 133 of 507 ~ 26.23%
B 211 of 507 ~ 41.62%

%32.15
%26.23
%41.62

CMYK color model

#A385D3 color CMYK value is (23,37,0,17).

  • cyan value is 22.75%
  • magenta value is 36.97%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(23,37,0,17)
C23M37Y0K17 
(23%,37%,0%,17%)
(0.23/0.37/0.00/0.17)	

CMYK percentages

%22.75
%36.97
%0
%17.25

Codes

Color #A385D3 in popluar color models

A385D3
RGB163133211
HSL263°46.99%67.45%
HSB/HSV263°36.97%82.75%
CMYK22.75%36.97%0.00%
17.25%

Color #A385D3 in popluar number systems.

HEXA385D3
Decimal163133211
Binary101000111000010111010011
Octal243205323

Shades and tints

Shades of #A385D3

#A385D3
(163,133,211)
#9579C0
(149,121,192)
#876DAD
(135,109,173)
#79619A
(121,97,154)
#6B5587
(107,85,135)
#5D4974
(93,73,116)
#4F3D61
(79,61,97)
#41314E
(65,49,78)
#33253B
(51,37,59)
#251928
(37,25,40)
#170D15
(23,13,21)
#000000
(0,0,0)

Tints of #A385D3

#A385D3
(163,133,211)
#AB90D7
(171,144,215)
#B39BDB
(179,155,219)
#BBA6DF
(187,166,223)
#C3B1E3
(195,177,227)
#CBBCE7
(203,188,231)
#D3C7EB
(211,199,235)
#DBD2EF
(219,210,239)
#E3DDF3
(227,221,243)
#EBE8F7
(235,232,247)
#F3F3FB
(243,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A385D3 color. Also use rgb(163,133,211) instead hex code.

Text Font Color

.myTextColor { color: #A385D3; }

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

This text font color is #A385D3.


Background Color

.myBgColor { background-color: #A385D3; }

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

This div background color is #A385D3.


Border color

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

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

This div border color is #A385D3.


Opacity

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

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

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

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

This text has shadow with #A385D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A385D3 on black background.


Color preview on white background

This text has color #A385D3 on white background.



Black color preview on #A385D3 background

This text has black color on #A385D3 background.


White color preview on #A385D3 background

This text has white color on #A385D3 background.