COLOR #A383D0

HEX: #A383D0
RGB: (163,131,208)

Color info

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

RGB color model

#A383D0 color RGB value is (163,131,208).

  • red value is 163;
  • green value is 131;
  • blue value is 208.
RGB:
(163,131,208)
(64%,51%,82%)

RGB channels and saturation

R 163 of 255 = 64%
G 131 of 255 = 51%
B 208 of 255 = 82%

163
131
208

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

Portions of RGB colors in percentages

R + G + B =
163 + 131 + 208 = 502 (100%)
R 163 of 502 ~ 32.47%
G 131 of 502 ~ 26.1%
B 208 of 502 ~ 41.43%

%32.47
%26.1
%41.43

CMYK color model

#A383D0 color CMYK value is (22,37,0,18).

  • cyan value is 21.63%
  • magenta value is 37.02%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(22,37,0,18)
C22M37Y0K18 
(22%,37%,0%,18%)
(0.22/0.37/0.00/0.18)	

CMYK percentages

%21.63
%37.02
%0
%18.43

Codes

Color #A383D0 in popluar color models

A383D0
RGB163131208
HSL265°45.03%66.47%
HSB/HSV265°37.02%81.57%
CMYK21.63%37.02%0.00%
18.43%

Color #A383D0 in popluar number systems.

HEXA383D0
Decimal163131208
Binary101000111000001111010000
Octal243203320

Shades and tints

Shades of #A383D0

#A383D0
(163,131,208)
#9578BE
(149,120,190)
#876DAC
(135,109,172)
#79629A
(121,98,154)
#6B5788
(107,87,136)
#5D4C76
(93,76,118)
#4F4164
(79,65,100)
#413652
(65,54,82)
#332B40
(51,43,64)
#25202E
(37,32,46)
#17151C
(23,21,28)
#000000
(0,0,0)

Tints of #A383D0

#A383D0
(163,131,208)
#AB8ED4
(171,142,212)
#B399D8
(179,153,216)
#BBA4DC
(187,164,220)
#C3AFE0
(195,175,224)
#CBBAE4
(203,186,228)
#D3C5E8
(211,197,232)
#DBD0EC
(219,208,236)
#E3DBF0
(227,219,240)
#EBE6F4
(235,230,244)
#F3F1F8
(243,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A383D0 color. Also use rgb(163,131,208) instead hex code.

Text Font Color

.myTextColor { color: #A383D0; }

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

This text font color is #A383D0.


Background Color

.myBgColor { background-color: #A383D0; }

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

This div background color is #A383D0.


Border color

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

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

This div border color is #A383D0.


Opacity

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

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

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

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

This text has shadow with #A383D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A383D0 on black background.


Color preview on white background

This text has color #A383D0 on white background.



Black color preview on #A383D0 background

This text has black color on #A383D0 background.


White color preview on #A383D0 background

This text has white color on #A383D0 background.