COLOR #A895C2

HEX: #A895C2
RGB: (168,149,194)

Color info

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

RGB color model

#A895C2 color RGB value is (168,149,194).

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

RGB channels and saturation

R 168 of 255 = 66%
G 149 of 255 = 58%
B 194 of 255 = 76%

168
149
194

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

Portions of RGB colors in percentages

R + G + B =
168 + 149 + 194 = 511 (100%)
R 168 of 511 ~ 32.88%
G 149 of 511 ~ 29.16%
B 194 of 511 ~ 37.96%

%32.88
%29.16
%37.96

CMYK color model

#A895C2 color CMYK value is (13,23,0,24).

  • cyan value is 13.40%
  • magenta value is 23.20%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(13,23,0,24)
C13M23Y0K24 
(13%,23%,0%,24%)
(0.13/0.23/0.00/0.24)	

CMYK percentages

%13.4
%23.2
%0
%23.92

Codes

Color #A895C2 in popluar color models

A895C2
RGB168149194
HSL265°26.95%67.25%
HSB/HSV265°23.20%76.08%
CMYK13.40%23.20%0.00%
23.92%

Color #A895C2 in popluar number systems.

HEXA895C2
Decimal168149194
Binary101010001001010111000010
Octal250225302

Shades and tints

Shades of #A895C2

#A895C2
(168,149,194)
#9988B1
(153,136,177)
#8A7BA0
(138,123,160)
#7B6E8F
(123,110,143)
#6C617E
(108,97,126)
#5D546D
(93,84,109)
#4E475C
(78,71,92)
#3F3A4B
(63,58,75)
#302D3A
(48,45,58)
#212029
(33,32,41)
#121318
(18,19,24)
#000000
(0,0,0)

Tints of #A895C2

#A895C2
(168,149,194)
#AF9EC7
(175,158,199)
#B6A7CC
(182,167,204)
#BDB0D1
(189,176,209)
#C4B9D6
(196,185,214)
#CBC2DB
(203,194,219)
#D2CBE0
(210,203,224)
#D9D4E5
(217,212,229)
#E0DDEA
(224,221,234)
#E7E6EF
(231,230,239)
#EEEFF4
(238,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A895C2; }

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

This text font color is #A895C2.


Background Color

.myBgColor { background-color: #A895C2; }

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

This div background color is #A895C2.


Border color

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

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

This div border color is #A895C2.


Opacity

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

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

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

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

This text has shadow with #A895C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A895C2 on black background.


Color preview on white background

This text has color #A895C2 on white background.



Black color preview on #A895C2 background

This text has black color on #A895C2 background.


White color preview on #A895C2 background

This text has white color on #A895C2 background.