COLOR #A390DC

HEX: #A390DC
RGB: (163,144,220)

Color info

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

RGB color model

#A390DC color RGB value is (163,144,220).

  • red value is 163;
  • green value is 144;
  • blue value is 220.
RGB:
(163,144,220)
(64%,56%,86%)

RGB channels and saturation

R 163 of 255 = 64%
G 144 of 255 = 56%
B 220 of 255 = 86%

163
144
220

R + G + B ~ 69%. #A390DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 144 + 220 = 527 (100%)
R 163 of 527 ~ 30.93%
G 144 of 527 ~ 27.32%
B 220 of 527 ~ 41.75%

%30.93
%27.32
%41.75

CMYK color model

#A390DC color CMYK value is (26,35,0,14).

  • cyan value is 25.91%
  • magenta value is 34.55%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(26,35,0,14)
C26M35Y0K14 
(26%,35%,0%,14%)
(0.26/0.35/0.00/0.14)	

CMYK percentages

%25.91
%34.55
%0
%13.73

Codes

Color #A390DC in popluar color models

A390DC
RGB163144220
HSL255°52.05%71.37%
HSB/HSV255°34.55%86.27%
CMYK25.91%34.55%0.00%
13.73%

Color #A390DC in popluar number systems.

HEXA390DC
Decimal163144220
Binary101000111001000011011100
Octal243220334

Shades and tints

Shades of #A390DC

#A390DC
(163,144,220)
#9583C8
(149,131,200)
#8776B4
(135,118,180)
#7969A0
(121,105,160)
#6B5C8C
(107,92,140)
#5D4F78
(93,79,120)
#4F4264
(79,66,100)
#413550
(65,53,80)
#33283C
(51,40,60)
#251B28
(37,27,40)
#170E14
(23,14,20)
#000000
(0,0,0)

Tints of #A390DC

#A390DC
(163,144,220)
#AB9ADF
(171,154,223)
#B3A4E2
(179,164,226)
#BBAEE5
(187,174,229)
#C3B8E8
(195,184,232)
#CBC2EB
(203,194,235)
#D3CCEE
(211,204,238)
#DBD6F1
(219,214,241)
#E3E0F4
(227,224,244)
#EBEAF7
(235,234,247)
#F3F4FA
(243,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A390DC color. Also use rgb(163,144,220) instead hex code.

Text Font Color

.myTextColor { color: #A390DC; }

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

This text font color is #A390DC.


Background Color

.myBgColor { background-color: #A390DC; }

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

This div background color is #A390DC.


Border color

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

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

This div border color is #A390DC.


Opacity

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

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

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

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

This text has shadow with #A390DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A390DC on black background.


Color preview on white background

This text has color #A390DC on white background.



Black color preview on #A390DC background

This text has black color on #A390DC background.


White color preview on #A390DC background

This text has white color on #A390DC background.