COLOR #A389D2

HEX: #A389D2
RGB: (163,137,210)

Color info

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

RGB color model

#A389D2 color RGB value is (163,137,210).

  • red value is 163;
  • green value is 137;
  • blue value is 210.
RGB:
(163,137,210)
(64%,54%,82%)

RGB channels and saturation

R 163 of 255 = 64%
G 137 of 255 = 54%
B 210 of 255 = 82%

163
137
210

R + G + B ~ 67%. #A389D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 137 + 210 = 510 (100%)
R 163 of 510 ~ 31.96%
G 137 of 510 ~ 26.86%
B 210 of 510 ~ 41.18%

%31.96
%26.86
%41.18

CMYK color model

#A389D2 color CMYK value is (22,35,0,18).

  • cyan value is 22.38%
  • magenta value is 34.76%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(22,35,0,18)
C22M35Y0K18 
(22%,35%,0%,18%)
(0.22/0.35/0.00/0.18)	

CMYK percentages

%22.38
%34.76
%0
%17.65

Codes

Color #A389D2 in popluar color models

A389D2
RGB163137210
HSL261°44.79%68.04%
HSB/HSV261°34.76%82.35%
CMYK22.38%34.76%0.00%
17.65%

Color #A389D2 in popluar number systems.

HEXA389D2
Decimal163137210
Binary101000111000100111010010
Octal243211322

Shades and tints

Shades of #A389D2

#A389D2
(163,137,210)
#957DBF
(149,125,191)
#8771AC
(135,113,172)
#796599
(121,101,153)
#6B5986
(107,89,134)
#5D4D73
(93,77,115)
#4F4160
(79,65,96)
#41354D
(65,53,77)
#33293A
(51,41,58)
#251D27
(37,29,39)
#171114
(23,17,20)
#000000
(0,0,0)

Tints of #A389D2

#A389D2
(163,137,210)
#AB93D6
(171,147,214)
#B39DDA
(179,157,218)
#BBA7DE
(187,167,222)
#C3B1E2
(195,177,226)
#CBBBE6
(203,187,230)
#D3C5EA
(211,197,234)
#DBCFEE
(219,207,238)
#E3D9F2
(227,217,242)
#EBE3F6
(235,227,246)
#F3EDFA
(243,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A389D2 color. Also use rgb(163,137,210) instead hex code.

Text Font Color

.myTextColor { color: #A389D2; }

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

This text font color is #A389D2.


Background Color

.myBgColor { background-color: #A389D2; }

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

This div background color is #A389D2.


Border color

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

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

This div border color is #A389D2.


Opacity

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

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

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

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

This text has shadow with #A389D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A389D2 on black background.


Color preview on white background

This text has color #A389D2 on white background.



Black color preview on #A389D2 background

This text has black color on #A389D2 background.


White color preview on #A389D2 background

This text has white color on #A389D2 background.