COLOR #A895D6

HEX: #A895D6
RGB: (168,149,214)

Color info

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

RGB color model

#A895D6 color RGB value is (168,149,214).

  • red value is 168;
  • green value is 149;
  • blue value is 214.
RGB:
(168,149,214)
(66%,58%,84%)

RGB channels and saturation

R 168 of 255 = 66%
G 149 of 255 = 58%
B 214 of 255 = 84%

168
149
214

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

Portions of RGB colors in percentages

R + G + B =
168 + 149 + 214 = 531 (100%)
R 168 of 531 ~ 31.64%
G 149 of 531 ~ 28.06%
B 214 of 531 ~ 40.3%

%31.64
%28.06
%40.3

CMYK color model

#A895D6 color CMYK value is (21,30,0,16).

  • cyan value is 21.50%
  • magenta value is 30.37%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(21,30,0,16)
C21M30Y0K16 
(21%,30%,0%,16%)
(0.21/0.30/0.00/0.16)	

CMYK percentages

%21.5
%30.37
%0
%16.08

Codes

Color #A895D6 in popluar color models

A895D6
RGB168149214
HSL258°44.22%71.18%
HSB/HSV258°30.37%83.92%
CMYK21.50%30.37%0.00%
16.08%

Color #A895D6 in popluar number systems.

HEXA895D6
Decimal168149214
Binary101010001001010111010110
Octal250225326

Shades and tints

Shades of #A895D6

#A895D6
(168,149,214)
#9988C3
(153,136,195)
#8A7BB0
(138,123,176)
#7B6E9D
(123,110,157)
#6C618A
(108,97,138)
#5D5477
(93,84,119)
#4E4764
(78,71,100)
#3F3A51
(63,58,81)
#302D3E
(48,45,62)
#21202B
(33,32,43)
#121318
(18,19,24)
#000000
(0,0,0)

Tints of #A895D6

#A895D6
(168,149,214)
#AF9ED9
(175,158,217)
#B6A7DC
(182,167,220)
#BDB0DF
(189,176,223)
#C4B9E2
(196,185,226)
#CBC2E5
(203,194,229)
#D2CBE8
(210,203,232)
#D9D4EB
(217,212,235)
#E0DDEE
(224,221,238)
#E7E6F1
(231,230,241)
#EEEFF4
(238,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A895D6 color. Also use rgb(168,149,214) instead hex code.

Text Font Color

.myTextColor { color: #A895D6; }

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

This text font color is #A895D6.


Background Color

.myBgColor { background-color: #A895D6; }

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

This div background color is #A895D6.


Border color

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

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

This div border color is #A895D6.


Opacity

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

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

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

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

This text has shadow with #A895D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A895D6 on black background.


Color preview on white background

This text has color #A895D6 on white background.



Black color preview on #A895D6 background

This text has black color on #A895D6 background.


White color preview on #A895D6 background

This text has white color on #A895D6 background.