COLOR #A795D6

HEX: #A795D6
RGB: (167,149,214)

Color info

#A795D6 contains mainly red and blue colors. Web safe color of #A795D6 is #9999CC (or #99C).

RGB color model

#A795D6 color RGB value is (167,149,214).

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

RGB channels and saturation

R 167 of 255 = 65%
G 149 of 255 = 58%
B 214 of 255 = 84%

167
149
214

R + G + B ~ 69%. #A795D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 149 + 214 = 530 (100%)
R 167 of 530 ~ 31.51%
G 149 of 530 ~ 28.11%
B 214 of 530 ~ 40.38%

%31.51
%28.11
%40.38

CMYK color model

#A795D6 color CMYK value is (22,30,0,16).

  • cyan value is 21.96%
  • magenta value is 30.37%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(22,30,0,16)
C22M30Y0K16 
(22%,30%,0%,16%)
(0.22/0.30/0.00/0.16)	

CMYK percentages

%21.96
%30.37
%0
%16.08

Codes

Color #A795D6 in popluar color models

A795D6
RGB167149214
HSL257°44.22%71.18%
HSB/HSV257°30.37%83.92%
CMYK21.96%30.37%0.00%
16.08%

Color #A795D6 in popluar number systems.

HEXA795D6
Decimal167149214
Binary101001111001010111010110
Octal247225326

Shades and tints

Shades of #A795D6

#A795D6
(167,149,214)
#9888C3
(152,136,195)
#897BB0
(137,123,176)
#7A6E9D
(122,110,157)
#6B618A
(107,97,138)
#5C5477
(92,84,119)
#4D4764
(77,71,100)
#3E3A51
(62,58,81)
#2F2D3E
(47,45,62)
#20202B
(32,32,43)
#111318
(17,19,24)
#000000
(0,0,0)

Tints of #A795D6

#A795D6
(167,149,214)
#AF9ED9
(175,158,217)
#B7A7DC
(183,167,220)
#BFB0DF
(191,176,223)
#C7B9E2
(199,185,226)
#CFC2E5
(207,194,229)
#D7CBE8
(215,203,232)
#DFD4EB
(223,212,235)
#E7DDEE
(231,221,238)
#EFE6F1
(239,230,241)
#F7EFF4
(247,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A795D6; }

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

This text font color is #A795D6.


Background Color

.myBgColor { background-color: #A795D6; }

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

This div background color is #A795D6.


Border color

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

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

This div border color is #A795D6.


Opacity

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

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

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

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

This text has shadow with #A795D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A795D6 on black background.


Color preview on white background

This text has color #A795D6 on white background.



Black color preview on #A795D6 background

This text has black color on #A795D6 background.


White color preview on #A795D6 background

This text has white color on #A795D6 background.