COLOR #A395AF

HEX: #A395AF RGB: (163,149,175)

Color info

#A395AF contains red, green and blue colors in about the same proportion. Web safe color of #A395AF is #999999 (or #999).

RGB color model

#A395AF color RGB value is (163,149,175).

RGB: (163,149,175) (64%, 58%, 69%)

RGB channels and saturation

R 163 of 255 = 64%
G 149 of 255 = 58%
B 175 of 255 = 69%

163
149
175

R + G + B ~ 64%. #A395AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 149 + 175 = 487 (100%)
R 163 of 487 ~ 33.47%
G 149 of 487 ~ 30.6%
B 175 of 487 ~ 35.93'%

%33.47
%30.6
%35.93

CMYK color model

#A395AF color CMYK value is (7,15,0,31).

  • cyan value is 6.86%
  • magenta value is 14.86%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (7,15,0,31)
C7M15Y0K31 (7%, 15%, 0%, 31%)
(0.07 / 0.15 / 0.00 / 0.31)

CMYK percentages

%6.86
%14.86
%0
%31.37

Codes

Color #A395AF in popluar color models

A3 95 AF
RGB 163 149 175
HSL 272° 13.98% 63.53%
HSB/HSV 272° 14.86% 68.63%
CMYK 6.86% 14.86% 0.00%
31.37%

Color #A395AF in popluar number systems.

HEX A3 95 AF
Decimal 163 149 175
Binary 10100011 10010101 10101111
Octal 243 225 257

Shades and tints

Shades of #A395AF

#A395AF
(163,149,175)
#9588A0
(149,136,160)
#877B91
(135,123,145)
#796E82
(121,110,130)
#6B6173
(107,97,115)
#5D5464
(93,84,100)
#4F4755
(79,71,85)
#413A46
(65,58,70)
#332D37
(51,45,55)
#252028
(37,32,40)
#171319
(23,19,25)
#000000
(0,0,0)

Tints of #A395AF

#A395AF
(163,149,175)
#AB9EB6
(171,158,182)
#B3A7BD
(179,167,189)
#BBB0C4
(187,176,196)
#C3B9CB
(195,185,203)
#CBC2D2
(203,194,210)
#D3CBD9
(211,203,217)
#DBD4E0
(219,212,224)
#E3DDE7
(227,221,231)
#EBE6EE
(235,230,238)
#F3EFF5
(243,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A395AF color. Also use rgb(163,149,175) instead hex code.

Text Font Color

.myTextColor { color: #A395AF; }

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

This text font color is #A395AF.

Background Color

.myBgColor { background-color: #A395AF; }

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

This div background color is #A395AF.

Border color

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

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

This div border color is #A395AF.

Opacity

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

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

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

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

This text has shadow with #A395AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A395AF.

Preview

Color preview on black background

This text has color #A395AF on black background.


Color preview on white background

This text has color #A395AF on white background.


Black color preview on #A395AF background

This text has black color on #A395AF background.


White color preview on #A395AF background

This text has white color on #A395AF background.


Related colors

Complementary color

Complementary color for #hex is #5C6A50.


I love getcolorcode.com

Triadic colors

1 #AFA395 and #95AFA3 with #A395AF are triadic colors.

2 #AF95A3 and #95A3AF with #A395AF are triadic colors.