COLOR #A793C0

HEX: #A793C0
RGB: (167,147,192)

Color info

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

RGB color model

#A793C0 color RGB value is (167,147,192).

  • red value is 167;
  • green value is 147;
  • blue value is 192.
RGB:
(167,147,192)
(65%,58%,75%)

RGB channels and saturation

R 167 of 255 = 65%
G 147 of 255 = 58%
B 192 of 255 = 75%

167
147
192

R + G + B ~ 66%. #A793C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 147 + 192 = 506 (100%)
R 167 of 506 ~ 33%
G 147 of 506 ~ 29.05%
B 192 of 506 ~ 37.94%

%33
%29.05
%37.94

CMYK color model

#A793C0 color CMYK value is (13,23,0,25).

  • cyan value is 13.02%
  • magenta value is 23.44%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(13,23,0,25)
C13M23Y0K25 
(13%,23%,0%,25%)
(0.13/0.23/0.00/0.25)	

CMYK percentages

%13.02
%23.44
%0
%24.71

Codes

Color #A793C0 in popluar color models

A793C0
RGB167147192
HSL267°26.32%66.47%
HSB/HSV267°23.44%75.29%
CMYK13.02%23.44%0.00%
24.71%

Color #A793C0 in popluar number systems.

HEXA793C0
Decimal167147192
Binary101001111001001111000000
Octal247223300

Shades and tints

Shades of #A793C0

#A793C0
(167,147,192)
#9886AF
(152,134,175)
#89799E
(137,121,158)
#7A6C8D
(122,108,141)
#6B5F7C
(107,95,124)
#5C526B
(92,82,107)
#4D455A
(77,69,90)
#3E3849
(62,56,73)
#2F2B38
(47,43,56)
#201E27
(32,30,39)
#111116
(17,17,22)
#000000
(0,0,0)

Tints of #A793C0

#A793C0
(167,147,192)
#AF9CC5
(175,156,197)
#B7A5CA
(183,165,202)
#BFAECF
(191,174,207)
#C7B7D4
(199,183,212)
#CFC0D9
(207,192,217)
#D7C9DE
(215,201,222)
#DFD2E3
(223,210,227)
#E7DBE8
(231,219,232)
#EFE4ED
(239,228,237)
#F7EDF2
(247,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A793C0 color. Also use rgb(167,147,192) instead hex code.

Text Font Color

.myTextColor { color: #A793C0; }

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

This text font color is #A793C0.


Background Color

.myBgColor { background-color: #A793C0; }

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

This div background color is #A793C0.


Border color

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

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

This div border color is #A793C0.


Opacity

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

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

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

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

This text has shadow with #A793C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A793C0 on black background.


Color preview on white background

This text has color #A793C0 on white background.



Black color preview on #A793C0 background

This text has black color on #A793C0 background.


White color preview on #A793C0 background

This text has white color on #A793C0 background.