COLOR #A895C1

HEX: #A895C1
RGB: (168,149,193)

Color info

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

RGB color model

#A895C1 color RGB value is (168,149,193).

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

RGB channels and saturation

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

168
149
193

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

Portions of RGB colors in percentages

R + G + B =
168 + 149 + 193 = 510 (100%)
R 168 of 510 ~ 32.94%
G 149 of 510 ~ 29.22%
B 193 of 510 ~ 37.84%

%32.94
%29.22
%37.84

CMYK color model

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

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

CMYK percentages

%12.95
%22.8
%0
%24.31

Codes

Color #A895C1 in popluar color models

A895C1
RGB168149193
HSL266°26.19%67.06%
HSB/HSV266°22.80%75.69%
CMYK12.95%22.80%0.00%
24.31%

Color #A895C1 in popluar number systems.

HEXA895C1
Decimal168149193
Binary101010001001010111000001
Octal250225301

Shades and tints

Shades of #A895C1

#A895C1
(168,149,193)
#9988B0
(153,136,176)
#8A7B9F
(138,123,159)
#7B6E8E
(123,110,142)
#6C617D
(108,97,125)
#5D546C
(93,84,108)
#4E475B
(78,71,91)
#3F3A4A
(63,58,74)
#302D39
(48,45,57)
#212028
(33,32,40)
#121317
(18,19,23)
#000000
(0,0,0)

Tints of #A895C1

#A895C1
(168,149,193)
#AF9EC6
(175,158,198)
#B6A7CB
(182,167,203)
#BDB0D0
(189,176,208)
#C4B9D5
(196,185,213)
#CBC2DA
(203,194,218)
#D2CBDF
(210,203,223)
#D9D4E4
(217,212,228)
#E0DDE9
(224,221,233)
#E7E6EE
(231,230,238)
#EEEFF3
(238,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A895C1; }

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

This text font color is #A895C1.


Background Color

.myBgColor { background-color: #A895C1; }

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

This div background color is #A895C1.


Border color

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

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

This div border color is #A895C1.


Opacity

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

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

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

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

This text has shadow with #A895C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A895C1 on black background.


Color preview on white background

This text has color #A895C1 on white background.



Black color preview on #A895C1 background

This text has black color on #A895C1 background.


White color preview on #A895C1 background

This text has white color on #A895C1 background.