COLOR #A395E7

HEX: #A395E7 RGB: (163,149,231)

Color info

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

RGB color model

#A395E7 color RGB value is (163,149,231).

RGB: (163,149,231) (64%, 58%, 91%)

RGB channels and saturation

R 163 of 255 = 64%
G 149 of 255 = 58%
B 231 of 255 = 91%

163
149
231

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

Portions of RGB colors in percentages

R + G + B = 163 + 149 + 231 = 543 (100%)
R 163 of 543 ~ 30.02%
G 149 of 543 ~ 27.44%
B 231 of 543 ~ 42.54'%

%30.02
%27.44
%42.54

CMYK color model

#A395E7 color CMYK value is (29,35,0,9).

  • cyan value is 29.44%
  • magenta value is 35.50%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK: (29,35,0,9) C29M35Y0K9 (29%,35%,0%,9%) (0.29/0.35/0.00/0.09) 

CMYK percentages

%29.44
%35.5
%0
%9.41

Codes

Color #A395E7 in popluar color models

A3 95 E7
RGB 163 149 231
HSL 250° 63.08% 74.51%
HSB/HSV 250° 35.50% 90.59%
CMYK 29.44% 35.50% 0.00%
9.41%

Color #A395E7 in popluar number systems.

HEX A3 95 E7
Decimal 163 149 231
Binary 10100011 10010101 11100111
Octal 243 225 347

Shades and tints

Shades of #A395E7

#A395E7
(163,149,231)
#9588D2
(149,136,210)
#877BBD
(135,123,189)
#796EA8
(121,110,168)
#6B6193
(107,97,147)
#5D547E
(93,84,126)
#4F4769
(79,71,105)
#413A54
(65,58,84)
#332D3F
(51,45,63)
#25202A
(37,32,42)
#171315
(23,19,21)
#000000
(0,0,0)

Tints of #A395E7

#A395E7
(163,149,231)
#AB9EE9
(171,158,233)
#B3A7EB
(179,167,235)
#BBB0ED
(187,176,237)
#C3B9EF
(195,185,239)
#CBC2F1
(203,194,241)
#D3CBF3
(211,203,243)
#DBD4F5
(219,212,245)
#E3DDF7
(227,221,247)
#EBE6F9
(235,230,249)
#F3EFFB
(243,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A395E7 color. Also use rgb(163,149,231) instead hex code.

Text Font Color

.myTextColor { color: #A395E7; }

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

This text font color is #A395E7.

Background Color

.myBgColor { background-color: #A395E7; }

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

This div background color is #A395E7.

Border color

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

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

This div border color is #A395E7.

Opacity

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

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

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

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

This text has shadow with #A395E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A395E7.

Preview

Color preview on black background

This text has color #A395E7 on black background.


Color preview on white background

This text has color #A395E7 on white background.


Black color preview on #A395E7 background

This text has black color on #A395E7 background.


White color preview on #A395E7 background

This text has white color on #A395E7 background.


Related colors

Complementary color

Complementary color for #hex is #5C6A18.


I love getcolorcode.com

Triadic colors

1 #E7A395 and #95E7A3 with #A395E7 are triadic colors.

2 #E795A3 and #95A3E7 with #A395E7 are triadic colors.