COLOR #A395ED

HEX: #A395ED
RGB: (163,149,237)

Color info

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

RGB color model

#A395ED color RGB value is (163,149,237).

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

RGB channels and saturation

R 163 of 255 = 64%
G 149 of 255 = 58%
B 237 of 255 = 93%

163
149
237

R + G + B ~ 72%. #A395ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 149 + 237 = 549 (100%)
R 163 of 549 ~ 29.69%
G 149 of 549 ~ 27.14%
B 237 of 549 ~ 43.17%

%29.69
%27.14
%43.17

CMYK color model

#A395ED color CMYK value is (31,37,0,7).

  • cyan value is 31.22%
  • magenta value is 37.13%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(31,37,0,7)
C31M37Y0K7 
(31%,37%,0%,7%)
(0.31/0.37/0.00/0.07)	

CMYK percentages

%31.22
%37.13
%0
%7.06

Codes

Color #A395ED in popluar color models

A395ED
RGB163149237
HSL250°70.97%75.69%
HSB/HSV250°37.13%92.94%
CMYK31.22%37.13%0.00%
7.06%

Color #A395ED in popluar number systems.

HEXA395ED
Decimal163149237
Binary101000111001010111101101
Octal243225355

Shades and tints

Shades of #A395ED

#A395ED
(163,149,237)
#9588D8
(149,136,216)
#877BC3
(135,123,195)
#796EAE
(121,110,174)
#6B6199
(107,97,153)
#5D5484
(93,84,132)
#4F476F
(79,71,111)
#413A5A
(65,58,90)
#332D45
(51,45,69)
#252030
(37,32,48)
#17131B
(23,19,27)
#000000
(0,0,0)

Tints of #A395ED

#A395ED
(163,149,237)
#AB9EEE
(171,158,238)
#B3A7EF
(179,167,239)
#BBB0F0
(187,176,240)
#C3B9F1
(195,185,241)
#CBC2F2
(203,194,242)
#D3CBF3
(211,203,243)
#DBD4F4
(219,212,244)
#E3DDF5
(227,221,245)
#EBE6F6
(235,230,246)
#F3EFF7
(243,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A395ED; }

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

This text font color is #A395ED.


Background Color

.myBgColor { background-color: #A395ED; }

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

This div background color is #A395ED.


Border color

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

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

This div border color is #A395ED.


Opacity

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

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

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

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

This text has shadow with #A395ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A395ED on black background.


Color preview on white background

This text has color #A395ED on white background.



Black color preview on #A395ED background

This text has black color on #A395ED background.


White color preview on #A395ED background

This text has white color on #A395ED background.