COLOR #A395CF

HEX: #A395CF
RGB: (163,149,207)

Color info

#A395CF contains red, green and blue colors in about the same proportion. Web safe color of #A395CF is #9999CC (or #99C).

RGB color model

#A395CF color RGB value is (163,149,207).

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

RGB channels and saturation

R 163 of 255 = 64%
G 149 of 255 = 58%
B 207 of 255 = 81%

163
149
207

R + G + B ~ 68%. #A395CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 149 + 207 = 519 (100%)
R 163 of 519 ~ 31.41%
G 149 of 519 ~ 28.71%
B 207 of 519 ~ 39.88%

%31.41
%28.71
%39.88

CMYK color model

#A395CF color CMYK value is (21,28,0,19).

  • cyan value is 21.26%
  • magenta value is 28.02%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(21,28,0,19)
C21M28Y0K19 
(21%,28%,0%,19%)
(0.21/0.28/0.00/0.19)	

CMYK percentages

%21.26
%28.02
%0
%18.82

Codes

Color #A395CF in popluar color models

A395CF
RGB163149207
HSL254°37.66%69.80%
HSB/HSV254°28.02%81.18%
CMYK21.26%28.02%0.00%
18.82%

Color #A395CF in popluar number systems.

HEXA395CF
Decimal163149207
Binary101000111001010111001111
Octal243225317

Shades and tints

Shades of #A395CF

#A395CF
(163,149,207)
#9588BD
(149,136,189)
#877BAB
(135,123,171)
#796E99
(121,110,153)
#6B6187
(107,97,135)
#5D5475
(93,84,117)
#4F4763
(79,71,99)
#413A51
(65,58,81)
#332D3F
(51,45,63)
#25202D
(37,32,45)
#17131B
(23,19,27)
#000000
(0,0,0)

Tints of #A395CF

#A395CF
(163,149,207)
#AB9ED3
(171,158,211)
#B3A7D7
(179,167,215)
#BBB0DB
(187,176,219)
#C3B9DF
(195,185,223)
#CBC2E3
(203,194,227)
#D3CBE7
(211,203,231)
#DBD4EB
(219,212,235)
#E3DDEF
(227,221,239)
#EBE6F3
(235,230,243)
#F3EFF7
(243,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A395CF; }

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

This text font color is #A395CF.


Background Color

.myBgColor { background-color: #A395CF; }

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

This div background color is #A395CF.


Border color

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

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

This div border color is #A395CF.


Opacity

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

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

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

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

This text has shadow with #A395CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A395CF on black background.


Color preview on white background

This text has color #A395CF on white background.



Black color preview on #A395CF background

This text has black color on #A395CF background.


White color preview on #A395CF background

This text has white color on #A395CF background.