COLOR #A385D1

HEX: #A385D1
RGB: (163,133,209)

Color info

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

RGB color model

#A385D1 color RGB value is (163,133,209).

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

RGB channels and saturation

R 163 of 255 = 64%
G 133 of 255 = 52%
B 209 of 255 = 82%

163
133
209

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

Portions of RGB colors in percentages

R + G + B =
163 + 133 + 209 = 505 (100%)
R 163 of 505 ~ 32.28%
G 133 of 505 ~ 26.34%
B 209 of 505 ~ 41.39%

%32.28
%26.34
%41.39

CMYK color model

#A385D1 color CMYK value is (22,36,0,18).

  • cyan value is 22.01%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(22,36,0,18)
C22M36Y0K18 
(22%,36%,0%,18%)
(0.22/0.36/0.00/0.18)	

CMYK percentages

%22.01
%36.36
%0
%18.04

Codes

Color #A385D1 in popluar color models

A385D1
RGB163133209
HSL264°45.24%67.06%
HSB/HSV264°36.36%81.96%
CMYK22.01%36.36%0.00%
18.04%

Color #A385D1 in popluar number systems.

HEXA385D1
Decimal163133209
Binary101000111000010111010001
Octal243205321

Shades and tints

Shades of #A385D1

#A385D1
(163,133,209)
#9579BE
(149,121,190)
#876DAB
(135,109,171)
#796198
(121,97,152)
#6B5585
(107,85,133)
#5D4972
(93,73,114)
#4F3D5F
(79,61,95)
#41314C
(65,49,76)
#332539
(51,37,57)
#251926
(37,25,38)
#170D13
(23,13,19)
#000000
(0,0,0)

Tints of #A385D1

#A385D1
(163,133,209)
#AB90D5
(171,144,213)
#B39BD9
(179,155,217)
#BBA6DD
(187,166,221)
#C3B1E1
(195,177,225)
#CBBCE5
(203,188,229)
#D3C7E9
(211,199,233)
#DBD2ED
(219,210,237)
#E3DDF1
(227,221,241)
#EBE8F5
(235,232,245)
#F3F3F9
(243,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A385D1; }

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

This text font color is #A385D1.


Background Color

.myBgColor { background-color: #A385D1; }

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

This div background color is #A385D1.


Border color

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

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

This div border color is #A385D1.


Opacity

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

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

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

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

This text has shadow with #A385D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A385D1 on black background.


Color preview on white background

This text has color #A385D1 on white background.



Black color preview on #A385D1 background

This text has black color on #A385D1 background.


White color preview on #A385D1 background

This text has white color on #A385D1 background.