COLOR #A383C9

HEX: #A383C9
RGB: (163,131,201)

Color info

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

RGB color model

#A383C9 color RGB value is (163,131,201).

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

RGB channels and saturation

R 163 of 255 = 64%
G 131 of 255 = 51%
B 201 of 255 = 79%

163
131
201

R + G + B ~ 65%. #A383C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 131 + 201 = 495 (100%)
R 163 of 495 ~ 32.93%
G 131 of 495 ~ 26.46%
B 201 of 495 ~ 40.61%

%32.93
%26.46
%40.61

CMYK color model

#A383C9 color CMYK value is (19,35,0,21).

  • cyan value is 18.91%
  • magenta value is 34.83%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(19,35,0,21)
C19M35Y0K21 
(19%,35%,0%,21%)
(0.19/0.35/0.00/0.21)	

CMYK percentages

%18.91
%34.83
%0
%21.18

Codes

Color #A383C9 in popluar color models

A383C9
RGB163131201
HSL267°39.33%65.10%
HSB/HSV267°34.83%78.82%
CMYK18.91%34.83%0.00%
21.18%

Color #A383C9 in popluar number systems.

HEXA383C9
Decimal163131201
Binary101000111000001111001001
Octal243203311

Shades and tints

Shades of #A383C9

#A383C9
(163,131,201)
#9578B7
(149,120,183)
#876DA5
(135,109,165)
#796293
(121,98,147)
#6B5781
(107,87,129)
#5D4C6F
(93,76,111)
#4F415D
(79,65,93)
#41364B
(65,54,75)
#332B39
(51,43,57)
#252027
(37,32,39)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #A383C9

#A383C9
(163,131,201)
#AB8ECD
(171,142,205)
#B399D1
(179,153,209)
#BBA4D5
(187,164,213)
#C3AFD9
(195,175,217)
#CBBADD
(203,186,221)
#D3C5E1
(211,197,225)
#DBD0E5
(219,208,229)
#E3DBE9
(227,219,233)
#EBE6ED
(235,230,237)
#F3F1F1
(243,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A383C9; }

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

This text font color is #A383C9.


Background Color

.myBgColor { background-color: #A383C9; }

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

This div background color is #A383C9.


Border color

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

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

This div border color is #A383C9.


Opacity

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

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

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

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

This text has shadow with #A383C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A383C9 on black background.


Color preview on white background

This text has color #A383C9 on white background.



Black color preview on #A383C9 background

This text has black color on #A383C9 background.


White color preview on #A383C9 background

This text has white color on #A383C9 background.