COLOR #A794CE

HEX: #A794CE
RGB: (167,148,206)

Color info

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

RGB color model

#A794CE color RGB value is (167,148,206).

  • red value is 167;
  • green value is 148;
  • blue value is 206.
RGB:
(167,148,206)
(65%,58%,81%)

RGB channels and saturation

R 167 of 255 = 65%
G 148 of 255 = 58%
B 206 of 255 = 81%

167
148
206

R + G + B ~ 68%. #A794CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 148 + 206 = 521 (100%)
R 167 of 521 ~ 32.05%
G 148 of 521 ~ 28.41%
B 206 of 521 ~ 39.54%

%32.05
%28.41
%39.54

CMYK color model

#A794CE color CMYK value is (19,28,0,19).

  • cyan value is 18.93%
  • magenta value is 28.16%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(19,28,0,19)
C19M28Y0K19 
(19%,28%,0%,19%)
(0.19/0.28/0.00/0.19)	

CMYK percentages

%18.93
%28.16
%0
%19.22

Codes

Color #A794CE in popluar color models

A794CE
RGB167148206
HSL260°37.18%69.41%
HSB/HSV260°28.16%80.78%
CMYK18.93%28.16%0.00%
19.22%

Color #A794CE in popluar number systems.

HEXA794CE
Decimal167148206
Binary101001111001010011001110
Octal247224316

Shades and tints

Shades of #A794CE

#A794CE
(167,148,206)
#9887BC
(152,135,188)
#897AAA
(137,122,170)
#7A6D98
(122,109,152)
#6B6086
(107,96,134)
#5C5374
(92,83,116)
#4D4662
(77,70,98)
#3E3950
(62,57,80)
#2F2C3E
(47,44,62)
#201F2C
(32,31,44)
#11121A
(17,18,26)
#000000
(0,0,0)

Tints of #A794CE

#A794CE
(167,148,206)
#AF9DD2
(175,157,210)
#B7A6D6
(183,166,214)
#BFAFDA
(191,175,218)
#C7B8DE
(199,184,222)
#CFC1E2
(207,193,226)
#D7CAE6
(215,202,230)
#DFD3EA
(223,211,234)
#E7DCEE
(231,220,238)
#EFE5F2
(239,229,242)
#F7EEF6
(247,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A794CE color. Also use rgb(167,148,206) instead hex code.

Text Font Color

.myTextColor { color: #A794CE; }

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

This text font color is #A794CE.


Background Color

.myBgColor { background-color: #A794CE; }

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

This div background color is #A794CE.


Border color

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

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

This div border color is #A794CE.


Opacity

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

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

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

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

This text has shadow with #A794CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A794CE on black background.


Color preview on white background

This text has color #A794CE on white background.



Black color preview on #A794CE background

This text has black color on #A794CE background.


White color preview on #A794CE background

This text has white color on #A794CE background.