COLOR #A394EB

HEX: #A394EB RGB: (163,148,235)

Color info

#A394EB contains mainly blue color. Web safe color of #A394EB is #9999FF (or #99F).

RGB color model

#A394EB color RGB value is (163,148,235).

RGB: (163,148,235) (64%, 58%, 92%)

RGB channels and saturation

R 163 of 255 = 64%
G 148 of 255 = 58%
B 235 of 255 = 92%

163
148
235

R + G + B ~ 71%. #A394EB is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 148 + 235 = 546 (100%)
R 163 of 546 ~ 29.85%
G 148 of 546 ~ 27.11%
B 235 of 546 ~ 43.04'%

%29.85
%27.11
%43.04

CMYK color model

#A394EB color CMYK value is (31,37,0,8).

  • cyan value is 30.64%
  • magenta value is 37.02%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (31,37,0,8)
C31M37Y0K8 (31%, 37%, 0%, 8%)
(0.31 / 0.37 / 0.00 / 0.08)

CMYK percentages

%30.64
%37.02
%0
%7.84

Codes

Color #A394EB in popluar color models

A3 94 EB
RGB 163 148 235
HSL 250° 68.50% 75.10%
HSB/HSV 250° 37.02% 92.16%
CMYK 30.64% 37.02% 0.00%
7.84%

Color #A394EB in popluar number systems.

HEX A3 94 EB
Decimal 163 148 235
Binary 10100011 10010100 11101011
Octal 243 224 353

Shades and tints

Shades of #A394EB

#A394EB
(163,148,235)
#9587D6
(149,135,214)
#877AC1
(135,122,193)
#796DAC
(121,109,172)
#6B6097
(107,96,151)
#5D5382
(93,83,130)
#4F466D
(79,70,109)
#413958
(65,57,88)
#332C43
(51,44,67)
#251F2E
(37,31,46)
#171219
(23,18,25)
#000000
(0,0,0)

Tints of #A394EB

#A394EB
(163,148,235)
#AB9DEC
(171,157,236)
#B3A6ED
(179,166,237)
#BBAFEE
(187,175,238)
#C3B8EF
(195,184,239)
#CBC1F0
(203,193,240)
#D3CAF1
(211,202,241)
#DBD3F2
(219,211,242)
#E3DCF3
(227,220,243)
#EBE5F4
(235,229,244)
#F3EEF5
(243,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A394EB color. Also use rgb(163,148,235) instead hex code.

Text Font Color

.myTextColor { color: #A394EB; }

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

This text font color is #A394EB.

Background Color

.myBgColor { background-color: #A394EB; }

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

This div background color is #A394EB.

Border color

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

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

This div border color is #A394EB.

Opacity

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

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

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

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

This text has shadow with #A394EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A394EB.

Preview

Color preview on black background

This text has color #A394EB on black background.


Color preview on white background

This text has color #A394EB on white background.


Black color preview on #A394EB background

This text has black color on #A394EB background.


White color preview on #A394EB background

This text has white color on #A394EB background.


Related colors

Complementary color

Complementary color for #hex is #5C6B14.


I love getcolorcode.com

Triadic colors

1 #EBA394 and #94EBA3 with #A394EB are triadic colors.

2 #EB94A3 and #94A3EB with #A394EB are triadic colors.