COLOR #A794F0

HEX: #A794F0
RGB: (167,148,240)

Color info

#A794F0 contains mainly blue color. Web safe color of #A794F0 is #9999FF (or #99F).

RGB color model

#A794F0 color RGB value is (167,148,240).

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

RGB channels and saturation

R 167 of 255 = 65%
G 148 of 255 = 58%
B 240 of 255 = 94%

167
148
240

R + G + B ~ 72%. #A794F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 148 + 240 = 555 (100%)
R 167 of 555 ~ 30.09%
G 148 of 555 ~ 26.67%
B 240 of 555 ~ 43.24%

%30.09
%26.67
%43.24

CMYK color model

#A794F0 color CMYK value is (30,38,0,6).

  • cyan value is 30.42%
  • magenta value is 38.33%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(30,38,0,6)
C30M38Y0K6 
(30%,38%,0%,6%)
(0.30/0.38/0.00/0.06)	

CMYK percentages

%30.42
%38.33
%0
%5.88

Codes

Color #A794F0 in popluar color models

A794F0
RGB167148240
HSL252°75.41%76.08%
HSB/HSV252°38.33%94.12%
CMYK30.42%38.33%0.00%
5.88%

Color #A794F0 in popluar number systems.

HEXA794F0
Decimal167148240
Binary101001111001010011110000
Octal247224360

Shades and tints

Shades of #A794F0

#A794F0
(167,148,240)
#9887DB
(152,135,219)
#897AC6
(137,122,198)
#7A6DB1
(122,109,177)
#6B609C
(107,96,156)
#5C5387
(92,83,135)
#4D4672
(77,70,114)
#3E395D
(62,57,93)
#2F2C48
(47,44,72)
#201F33
(32,31,51)
#11121E
(17,18,30)
#000000
(0,0,0)

Tints of #A794F0

#A794F0
(167,148,240)
#AF9DF1
(175,157,241)
#B7A6F2
(183,166,242)
#BFAFF3
(191,175,243)
#C7B8F4
(199,184,244)
#CFC1F5
(207,193,245)
#D7CAF6
(215,202,246)
#DFD3F7
(223,211,247)
#E7DCF8
(231,220,248)
#EFE5F9
(239,229,249)
#F7EEFA
(247,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A794F0; }

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

This text font color is #A794F0.


Background Color

.myBgColor { background-color: #A794F0; }

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

This div background color is #A794F0.


Border color

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

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

This div border color is #A794F0.


Opacity

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

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

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

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

This text has shadow with #A794F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A794F0 on black background.


Color preview on white background

This text has color #A794F0 on white background.



Black color preview on #A794F0 background

This text has black color on #A794F0 background.


White color preview on #A794F0 background

This text has white color on #A794F0 background.