COLOR #A3799E

HEX: #A3799E
RGB: (163,121,158)

Color info

#A3799E contains red, green and blue colors in about the same proportion. Web safe color of #A3799E is #996699 (or #969).

RGB color model

#A3799E color RGB value is (163,121,158).

  • red value is 163;
  • green value is 121;
  • blue value is 158.
RGB:
(163,121,158)
(64%,47%,62%)

RGB channels and saturation

R 163 of 255 = 64%
G 121 of 255 = 47%
B 158 of 255 = 62%

163
121
158

R + G + B ~ 58%. #A3799E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
163 + 121 + 158 = 442 (100%)
R 163 of 442 ~ 36.88%
G 121 of 442 ~ 27.38%
B 158 of 442 ~ 35.75%

%36.88
%27.38
%35.75

CMYK color model

#A3799E color CMYK value is (0,26,3,36).

  • cyan value is 0.00%
  • magenta value is 25.77%
  • yellow value is 3.07%
  • key color value is 36.08%
CMYK:
(0,26,3,36)
C0M26Y3K36 
(0%,26%,3%,36%)
(0.00/0.26/0.03/0.36)	

CMYK percentages

%0
%25.77
%3.07
%36.08

Codes

Color #A3799E in popluar color models

A3799E
RGB163121158
HSL307°18.58%55.69%
HSB/HSV307°25.77%63.92%
CMYK0.00%25.77%3.07%
36.08%

Color #A3799E in popluar number systems.

HEXA3799E
Decimal163121158
Binary10100011111100110011110
Octal243171236

Shades and tints

Shades of #A3799E

#A3799E
(163,121,158)
#956E90
(149,110,144)
#876382
(135,99,130)
#795874
(121,88,116)
#6B4D66
(107,77,102)
#5D4258
(93,66,88)
#4F374A
(79,55,74)
#412C3C
(65,44,60)
#33212E
(51,33,46)
#251620
(37,22,32)
#170B12
(23,11,18)
#000000
(0,0,0)

Tints of #A3799E

#A3799E
(163,121,158)
#AB85A6
(171,133,166)
#B391AE
(179,145,174)
#BB9DB6
(187,157,182)
#C3A9BE
(195,169,190)
#CBB5C6
(203,181,198)
#D3C1CE
(211,193,206)
#DBCDD6
(219,205,214)
#E3D9DE
(227,217,222)
#EBE5E6
(235,229,230)
#F3F1EE
(243,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3799E color. Also use rgb(163,121,158) instead hex code.

Text Font Color

.myTextColor { color: #A3799E; }

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

This text font color is #A3799E.


Background Color

.myBgColor { background-color: #A3799E; }

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

This div background color is #A3799E.


Border color

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

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

This div border color is #A3799E.


Opacity

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

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

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

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

This text has shadow with #A3799E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3799E on black background.


Color preview on white background

This text has color #A3799E on white background.



Black color preview on #A3799E background

This text has black color on #A3799E background.


White color preview on #A3799E background

This text has white color on #A3799E background.