COLOR #A395D7

HEX: #A395D7
RGB: (163,149,215)

Color info

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

RGB color model

#A395D7 color RGB value is (163,149,215).

  • red value is 163;
  • green value is 149;
  • blue value is 215.
RGB:
(163,149,215)
(64%,58%,84%)

RGB channels and saturation

R 163 of 255 = 64%
G 149 of 255 = 58%
B 215 of 255 = 84%

163
149
215

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

Portions of RGB colors in percentages

R + G + B =
163 + 149 + 215 = 527 (100%)
R 163 of 527 ~ 30.93%
G 149 of 527 ~ 28.27%
B 215 of 527 ~ 40.8%

%30.93
%28.27
%40.8

CMYK color model

#A395D7 color CMYK value is (24,31,0,16).

  • cyan value is 24.19%
  • magenta value is 30.70%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(24,31,0,16)
C24M31Y0K16 
(24%,31%,0%,16%)
(0.24/0.31/0.00/0.16)	

CMYK percentages

%24.19
%30.7
%0
%15.69

Codes

Color #A395D7 in popluar color models

A395D7
RGB163149215
HSL253°45.21%71.37%
HSB/HSV253°30.70%84.31%
CMYK24.19%30.70%0.00%
15.69%

Color #A395D7 in popluar number systems.

HEXA395D7
Decimal163149215
Binary101000111001010111010111
Octal243225327

Shades and tints

Shades of #A395D7

#A395D7
(163,149,215)
#9588C4
(149,136,196)
#877BB1
(135,123,177)
#796E9E
(121,110,158)
#6B618B
(107,97,139)
#5D5478
(93,84,120)
#4F4765
(79,71,101)
#413A52
(65,58,82)
#332D3F
(51,45,63)
#25202C
(37,32,44)
#171319
(23,19,25)
#000000
(0,0,0)

Tints of #A395D7

#A395D7
(163,149,215)
#AB9EDA
(171,158,218)
#B3A7DD
(179,167,221)
#BBB0E0
(187,176,224)
#C3B9E3
(195,185,227)
#CBC2E6
(203,194,230)
#D3CBE9
(211,203,233)
#DBD4EC
(219,212,236)
#E3DDEF
(227,221,239)
#EBE6F2
(235,230,242)
#F3EFF5
(243,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A395D7; }

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

This text font color is #A395D7.


Background Color

.myBgColor { background-color: #A395D7; }

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

This div background color is #A395D7.


Border color

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

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

This div border color is #A395D7.


Opacity

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

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

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

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

This text has shadow with #A395D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A395D7 on black background.


Color preview on white background

This text has color #A395D7 on white background.



Black color preview on #A395D7 background

This text has black color on #A395D7 background.


White color preview on #A395D7 background

This text has white color on #A395D7 background.