COLOR #A796C1

HEX: #A796C1
RGB: (167,150,193)

Color info

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

RGB color model

#A796C1 color RGB value is (167,150,193).

  • red value is 167;
  • green value is 150;
  • blue value is 193.
RGB:
(167,150,193)
(65%,59%,76%)

RGB channels and saturation

R 167 of 255 = 65%
G 150 of 255 = 59%
B 193 of 255 = 76%

167
150
193

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

Portions of RGB colors in percentages

R + G + B =
167 + 150 + 193 = 510 (100%)
R 167 of 510 ~ 32.75%
G 150 of 510 ~ 29.41%
B 193 of 510 ~ 37.84%

%32.75
%29.41
%37.84

CMYK color model

#A796C1 color CMYK value is (13,22,0,24).

  • cyan value is 13.47%
  • magenta value is 22.28%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(13,22,0,24)
C13M22Y0K24 
(13%,22%,0%,24%)
(0.13/0.22/0.00/0.24)	

CMYK percentages

%13.47
%22.28
%0
%24.31

Codes

Color #A796C1 in popluar color models

A796C1
RGB167150193
HSL264°25.75%67.25%
HSB/HSV264°22.28%75.69%
CMYK13.47%22.28%0.00%
24.31%

Color #A796C1 in popluar number systems.

HEXA796C1
Decimal167150193
Binary101001111001011011000001
Octal247226301

Shades and tints

Shades of #A796C1

#A796C1
(167,150,193)
#9889B0
(152,137,176)
#897C9F
(137,124,159)
#7A6F8E
(122,111,142)
#6B627D
(107,98,125)
#5C556C
(92,85,108)
#4D485B
(77,72,91)
#3E3B4A
(62,59,74)
#2F2E39
(47,46,57)
#202128
(32,33,40)
#111417
(17,20,23)
#000000
(0,0,0)

Tints of #A796C1

#A796C1
(167,150,193)
#AF9FC6
(175,159,198)
#B7A8CB
(183,168,203)
#BFB1D0
(191,177,208)
#C7BAD5
(199,186,213)
#CFC3DA
(207,195,218)
#D7CCDF
(215,204,223)
#DFD5E4
(223,213,228)
#E7DEE9
(231,222,233)
#EFE7EE
(239,231,238)
#F7F0F3
(247,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A796C1 color. Also use rgb(167,150,193) instead hex code.

Text Font Color

.myTextColor { color: #A796C1; }

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

This text font color is #A796C1.


Background Color

.myBgColor { background-color: #A796C1; }

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

This div background color is #A796C1.


Border color

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

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

This div border color is #A796C1.


Opacity

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

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

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

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

This text has shadow with #A796C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A796C1 on black background.


Color preview on white background

This text has color #A796C1 on white background.



Black color preview on #A796C1 background

This text has black color on #A796C1 background.


White color preview on #A796C1 background

This text has white color on #A796C1 background.