COLOR #A795B4

HEX: #A795B4
RGB: (167,149,180)

Color info

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

RGB color model

#A795B4 color RGB value is (167,149,180).

  • red value is 167;
  • green value is 149;
  • blue value is 180.
RGB:
(167,149,180)
(65%,58%,71%)

RGB channels and saturation

R 167 of 255 = 65%
G 149 of 255 = 58%
B 180 of 255 = 71%

167
149
180

R + G + B ~ 65%. #A795B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 149 + 180 = 496 (100%)
R 167 of 496 ~ 33.67%
G 149 of 496 ~ 30.04%
B 180 of 496 ~ 36.29%

%33.67
%30.04
%36.29

CMYK color model

#A795B4 color CMYK value is (7,17,0,29).

  • cyan value is 7.22%
  • magenta value is 17.22%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(7,17,0,29)
C7M17Y0K29 
(7%,17%,0%,29%)
(0.07/0.17/0.00/0.29)	

CMYK percentages

%7.22
%17.22
%0
%29.41

Codes

Color #A795B4 in popluar color models

A795B4
RGB167149180
HSL275°17.13%64.51%
HSB/HSV275°17.22%70.59%
CMYK7.22%17.22%0.00%
29.41%

Color #A795B4 in popluar number systems.

HEXA795B4
Decimal167149180
Binary101001111001010110110100
Octal247225264

Shades and tints

Shades of #A795B4

#A795B4
(167,149,180)
#9888A4
(152,136,164)
#897B94
(137,123,148)
#7A6E84
(122,110,132)
#6B6174
(107,97,116)
#5C5464
(92,84,100)
#4D4754
(77,71,84)
#3E3A44
(62,58,68)
#2F2D34
(47,45,52)
#202024
(32,32,36)
#111314
(17,19,20)
#000000
(0,0,0)

Tints of #A795B4

#A795B4
(167,149,180)
#AF9EBA
(175,158,186)
#B7A7C0
(183,167,192)
#BFB0C6
(191,176,198)
#C7B9CC
(199,185,204)
#CFC2D2
(207,194,210)
#D7CBD8
(215,203,216)
#DFD4DE
(223,212,222)
#E7DDE4
(231,221,228)
#EFE6EA
(239,230,234)
#F7EFF0
(247,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A795B4 color. Also use rgb(167,149,180) instead hex code.

Text Font Color

.myTextColor { color: #A795B4; }

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

This text font color is #A795B4.


Background Color

.myBgColor { background-color: #A795B4; }

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

This div background color is #A795B4.


Border color

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

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

This div border color is #A795B4.


Opacity

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

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

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

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

This text has shadow with #A795B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A795B4 on black background.


Color preview on white background

This text has color #A795B4 on white background.



Black color preview on #A795B4 background

This text has black color on #A795B4 background.


White color preview on #A795B4 background

This text has white color on #A795B4 background.