COLOR #A390E2

HEX: #A390E2 RGB: (163,144,226)

Color info

#A390E2 contains mainly blue color. Web safe color of #A390E2 is #9999CC (or #99C).

RGB color model

#A390E2 color RGB value is (163,144,226).

RGB: (163,144,226) (64%, 56%, 89%)

RGB channels and saturation

R 163 of 255 = 64%
G 144 of 255 = 56%
B 226 of 255 = 89%

163
144
226

R + G + B ~ 70%. #A390E2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 144 + 226 = 533 (100%)
R 163 of 533 ~ 30.58%
G 144 of 533 ~ 27.02%
B 226 of 533 ~ 42.4'%

%30.58
%27.02
%42.4

CMYK color model

#A390E2 color CMYK value is (28,36,0,11).

  • cyan value is 27.88%
  • magenta value is 36.28%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (28,36,0,11)
C28M36Y0K11 (28%, 36%, 0%, 11%)
(0.28 / 0.36 / 0.00 / 0.11)

CMYK percentages

%27.88
%36.28
%0
%11.37

Codes

Color #A390E2 in popluar color models

A3 90 E2
RGB 163 144 226
HSL 254° 58.57% 72.55%
HSB/HSV 254° 36.28% 88.63%
CMYK 27.88% 36.28% 0.00%
11.37%

Color #A390E2 in popluar number systems.

HEX A3 90 E2
Decimal 163 144 226
Binary 10100011 10010000 11100010
Octal 243 220 342

Shades and tints

Shades of #A390E2

#A390E2
(163,144,226)
#9583CE
(149,131,206)
#8776BA
(135,118,186)
#7969A6
(121,105,166)
#6B5C92
(107,92,146)
#5D4F7E
(93,79,126)
#4F426A
(79,66,106)
#413556
(65,53,86)
#332842
(51,40,66)
#251B2E
(37,27,46)
#170E1A
(23,14,26)
#000000
(0,0,0)

Tints of #A390E2

#A390E2
(163,144,226)
#AB9AE4
(171,154,228)
#B3A4E6
(179,164,230)
#BBAEE8
(187,174,232)
#C3B8EA
(195,184,234)
#CBC2EC
(203,194,236)
#D3CCEE
(211,204,238)
#DBD6F0
(219,214,240)
#E3E0F2
(227,224,242)
#EBEAF4
(235,234,244)
#F3F4F6
(243,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A390E2; }

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

This text font color is #A390E2.

Background Color

.myBgColor { background-color: #A390E2; }

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

This div background color is #A390E2.

Border color

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

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

This div border color is #A390E2.

Opacity

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

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

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

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

This text has shadow with #A390E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A390E2.

Preview

Color preview on black background

This text has color #A390E2 on black background.


Color preview on white background

This text has color #A390E2 on white background.


Black color preview on #A390E2 background

This text has black color on #A390E2 background.


White color preview on #A390E2 background

This text has white color on #A390E2 background.


Related colors

Complementary color

Complementary color for #hex is #5C6F1D.


I love getcolorcode.com

Triadic colors

1 #E2A390 and #90E2A3 with #A390E2 are triadic colors.

2 #E290A3 and #90A3E2 with #A390E2 are triadic colors.