COLOR #A895BA

HEX: #A895BA RGB: (168,149,186)

Color info

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

RGB color model

#A895BA color RGB value is (168,149,186).

RGB: (168,149,186) (66%, 58%, 73%)

RGB channels and saturation

R 168 of 255 = 66%
G 149 of 255 = 58%
B 186 of 255 = 73%

168
149
186

R + G + B ~ 66%. #A895BA is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 149 + 186 = 503 (100%)
R 168 of 503 ~ 33.4%
G 149 of 503 ~ 29.62%
B 186 of 503 ~ 36.98'%

%33.4
%29.62
%36.98

CMYK color model

#A895BA color CMYK value is (10,20,0,27).

  • cyan value is 9.68%
  • magenta value is 19.89%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK: (10,20,0,27) C10M20Y0K27 (10%,20%,0%,27%) (0.10/0.20/0.00/0.27) 

CMYK percentages

%9.68
%19.89
%0
%27.06

Codes

Color #A895BA in popluar color models

A8 95 BA
RGB 168 149 186
HSL 271° 21.14% 65.69%
HSB/HSV 271° 19.89% 72.94%
CMYK 9.68% 19.89% 0.00%
27.06%

Color #A895BA in popluar number systems.

HEX A8 95 BA
Decimal 168 149 186
Binary 10101000 10010101 10111010
Octal 250 225 272

Shades and tints

Shades of #A895BA

#A895BA
(168,149,186)
#9988AA
(153,136,170)
#8A7B9A
(138,123,154)
#7B6E8A
(123,110,138)
#6C617A
(108,97,122)
#5D546A
(93,84,106)
#4E475A
(78,71,90)
#3F3A4A
(63,58,74)
#302D3A
(48,45,58)
#21202A
(33,32,42)
#12131A
(18,19,26)
#000000
(0,0,0)

Tints of #A895BA

#A895BA
(168,149,186)
#AF9EC0
(175,158,192)
#B6A7C6
(182,167,198)
#BDB0CC
(189,176,204)
#C4B9D2
(196,185,210)
#CBC2D8
(203,194,216)
#D2CBDE
(210,203,222)
#D9D4E4
(217,212,228)
#E0DDEA
(224,221,234)
#E7E6F0
(231,230,240)
#EEEFF6
(238,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A895BA; }

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

This text font color is #A895BA.

Background Color

.myBgColor { background-color: #A895BA; }

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

This div background color is #A895BA.

Border color

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

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

This div border color is #A895BA.

Opacity

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

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

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

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

This text has shadow with #A895BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A895BA.

Preview

Color preview on black background

This text has color #A895BA on black background.


Color preview on white background

This text has color #A895BA on white background.


Black color preview on #A895BA background

This text has black color on #A895BA background.


White color preview on #A895BA background

This text has white color on #A895BA background.


Related colors

Complementary color

Complementary color for #hex is #576A45.


I love getcolorcode.com

Triadic colors

1 #BAA895 and #95BAA8 with #A895BA are triadic colors.

2 #BA95A8 and #95A8BA with #A895BA are triadic colors.