COLOR #A396BF

HEX: #A396BF RGB: (163,150,191)

Color info

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

RGB color model

#A396BF color RGB value is (163,150,191).

RGB: (163,150,191) (64%, 59%, 75%)

RGB channels and saturation

R 163 of 255 = 64%
G 150 of 255 = 59%
B 191 of 255 = 75%

163
150
191

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

Portions of RGB colors in percentages

R + G + B = 163 + 150 + 191 = 504 (100%)
R 163 of 504 ~ 32.34%
G 150 of 504 ~ 29.76%
B 191 of 504 ~ 37.9'%

%32.34
%29.76
%37.9

CMYK color model

#A396BF color CMYK value is (15,21,0,25).

  • cyan value is 14.66%
  • magenta value is 21.47%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK: (15,21,0,25) C15M21Y0K25 (15%,21%,0%,25%) (0.15/0.21/0.00/0.25) 

CMYK percentages

%14.66
%21.47
%0
%25.1

Codes

Color #A396BF in popluar color models

A3 96 BF
RGB 163 150 191
HSL 259° 24.26% 66.86%
HSB/HSV 259° 21.47% 74.90%
CMYK 14.66% 21.47% 0.00%
25.10%

Color #A396BF in popluar number systems.

HEX A3 96 BF
Decimal 163 150 191
Binary 10100011 10010110 10111111
Octal 243 226 277

Shades and tints

Shades of #A396BF

#A396BF
(163,150,191)
#9589AE
(149,137,174)
#877C9D
(135,124,157)
#796F8C
(121,111,140)
#6B627B
(107,98,123)
#5D556A
(93,85,106)
#4F4859
(79,72,89)
#413B48
(65,59,72)
#332E37
(51,46,55)
#252126
(37,33,38)
#171415
(23,20,21)
#000000
(0,0,0)

Tints of #A396BF

#A396BF
(163,150,191)
#AB9FC4
(171,159,196)
#B3A8C9
(179,168,201)
#BBB1CE
(187,177,206)
#C3BAD3
(195,186,211)
#CBC3D8
(203,195,216)
#D3CCDD
(211,204,221)
#DBD5E2
(219,213,226)
#E3DEE7
(227,222,231)
#EBE7EC
(235,231,236)
#F3F0F1
(243,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A396BF color. Also use rgb(163,150,191) instead hex code.

Text Font Color

.myTextColor { color: #A396BF; }

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

This text font color is #A396BF.

Background Color

.myBgColor { background-color: #A396BF; }

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

This div background color is #A396BF.

Border color

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

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

This div border color is #A396BF.

Opacity

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

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

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

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

This text has shadow with #A396BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A396BF.

Preview

Color preview on black background

This text has color #A396BF on black background.


Color preview on white background

This text has color #A396BF on white background.


Black color preview on #A396BF background

This text has black color on #A396BF background.


White color preview on #A396BF background

This text has white color on #A396BF background.


Related colors

Complementary color

Complementary color for #hex is #5C6940.


I love getcolorcode.com

Triadic colors

1 #BFA396 and #96BFA3 with #A396BF are triadic colors.

2 #BF96A3 and #96A3BF with #A396BF are triadic colors.