COLOR #A395CC

HEX: #A395CC RGB: (163,149,204)

Color info

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

RGB color model

#A395CC color RGB value is (163,149,204).

RGB: (163,149,204) (64%, 58%, 80%)

RGB channels and saturation

R 163 of 255 = 64%
G 149 of 255 = 58%
B 204 of 255 = 80%

163
149
204

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

Portions of RGB colors in percentages

R + G + B = 163 + 149 + 204 = 516 (100%)
R 163 of 516 ~ 31.59%
G 149 of 516 ~ 28.88%
B 204 of 516 ~ 39.53'%

%31.59
%28.88
%39.53

CMYK color model

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

  • cyan value is 20.10%
  • magenta value is 26.96%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (20,27,0,20)
C20M27Y0K20 (20%, 27%, 0%, 20%)
(0.20 / 0.27 / 0.00 / 0.20)

CMYK percentages

%20.1
%26.96
%0
%20

Codes

Color #A395CC in popluar color models

A3 95 CC
RGB 163 149 204
HSL 255° 35.03% 69.22%
HSB/HSV 255° 26.96% 80.00%
CMYK 20.10% 26.96% 0.00%
20.00%

Color #A395CC in popluar number systems.

HEX A3 95 CC
Decimal 163 149 204
Binary 10100011 10010101 11001100
Octal 243 225 314

Shades and tints

Shades of #A395CC

#A395CC
(163,149,204)
#9588BA
(149,136,186)
#877BA8
(135,123,168)
#796E96
(121,110,150)
#6B6184
(107,97,132)
#5D5472
(93,84,114)
#4F4760
(79,71,96)
#413A4E
(65,58,78)
#332D3C
(51,45,60)
#25202A
(37,32,42)
#171318
(23,19,24)
#000000
(0,0,0)

Tints of #A395CC

#A395CC
(163,149,204)
#AB9ED0
(171,158,208)
#B3A7D4
(179,167,212)
#BBB0D8
(187,176,216)
#C3B9DC
(195,185,220)
#CBC2E0
(203,194,224)
#D3CBE4
(211,203,228)
#DBD4E8
(219,212,232)
#E3DDEC
(227,221,236)
#EBE6F0
(235,230,240)
#F3EFF4
(243,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A395CC; }

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

This text font color is #A395CC.

Background Color

.myBgColor { background-color: #A395CC; }

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

This div background color is #A395CC.

Border color

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

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

This div border color is #A395CC.

Opacity

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

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

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

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

This text has shadow with #A395CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A395CC.

Preview

Color preview on black background

This text has color #A395CC on black background.


Color preview on white background

This text has color #A395CC on white background.


Black color preview on #A395CC background

This text has black color on #A395CC background.


White color preview on #A395CC background

This text has white color on #A395CC background.


Related colors

Complementary color

Complementary color for #hex is #5C6A33.


I love getcolorcode.com

Triadic colors

1 #CCA395 and #95CCA3 with #A395CC are triadic colors.

2 #CC95A3 and #95A3CC with #A395CC are triadic colors.