COLOR #A895C4

HEX: #A895C4
RGB: (168,149,196)

Color info

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

RGB color model

#A895C4 color RGB value is (168,149,196).

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

RGB channels and saturation

R 168 of 255 = 66%
G 149 of 255 = 58%
B 196 of 255 = 77%

168
149
196

R + G + B ~ 67%. #A895C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 149 + 196 = 513 (100%)
R 168 of 513 ~ 32.75%
G 149 of 513 ~ 29.04%
B 196 of 513 ~ 38.21%

%32.75
%29.04
%38.21

CMYK color model

#A895C4 color CMYK value is (14,24,0,23).

  • cyan value is 14.29%
  • magenta value is 23.98%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(14,24,0,23)
C14M24Y0K23 
(14%,24%,0%,23%)
(0.14/0.24/0.00/0.23)	

CMYK percentages

%14.29
%23.98
%0
%23.14

Codes

Color #A895C4 in popluar color models

A895C4
RGB168149196
HSL264°28.48%67.65%
HSB/HSV264°23.98%76.86%
CMYK14.29%23.98%0.00%
23.14%

Color #A895C4 in popluar number systems.

HEXA895C4
Decimal168149196
Binary101010001001010111000100
Octal250225304

Shades and tints

Shades of #A895C4

#A895C4
(168,149,196)
#9988B3
(153,136,179)
#8A7BA2
(138,123,162)
#7B6E91
(123,110,145)
#6C6180
(108,97,128)
#5D546F
(93,84,111)
#4E475E
(78,71,94)
#3F3A4D
(63,58,77)
#302D3C
(48,45,60)
#21202B
(33,32,43)
#12131A
(18,19,26)
#000000
(0,0,0)

Tints of #A895C4

#A895C4
(168,149,196)
#AF9EC9
(175,158,201)
#B6A7CE
(182,167,206)
#BDB0D3
(189,176,211)
#C4B9D8
(196,185,216)
#CBC2DD
(203,194,221)
#D2CBE2
(210,203,226)
#D9D4E7
(217,212,231)
#E0DDEC
(224,221,236)
#E7E6F1
(231,230,241)
#EEEFF6
(238,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A895C4; }

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

This text font color is #A895C4.


Background Color

.myBgColor { background-color: #A895C4; }

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

This div background color is #A895C4.


Border color

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

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

This div border color is #A895C4.


Opacity

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

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

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

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

This text has shadow with #A895C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A895C4 on black background.


Color preview on white background

This text has color #A895C4 on white background.



Black color preview on #A895C4 background

This text has black color on #A895C4 background.


White color preview on #A895C4 background

This text has white color on #A895C4 background.