COLOR #A3679A

HEX: #A3679A
RGB: (163,103,154)

Color info

#A3679A contains mainly red and blue colors. Web safe color of #A3679A is #996699 (or #969).

RGB color model

#A3679A color RGB value is (163,103,154).

  • red value is 163;
  • green value is 103;
  • blue value is 154.
RGB:
(163,103,154)
(64%,40%,60%)

RGB channels and saturation

R 163 of 255 = 64%
G 103 of 255 = 40%
B 154 of 255 = 60%

163
103
154

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

Portions of RGB colors in percentages

R + G + B =
163 + 103 + 154 = 420 (100%)
R 163 of 420 ~ 38.81%
G 103 of 420 ~ 24.52%
B 154 of 420 ~ 36.67%

%38.81
%24.52
%36.67

CMYK color model

#A3679A color CMYK value is (0,37,6,36).

  • cyan value is 0.00%
  • magenta value is 36.81%
  • yellow value is 5.52%
  • key color value is 36.08%
CMYK:
(0,37,6,36)
C0M37Y6K36 
(0%,37%,6%,36%)
(0.00/0.37/0.06/0.36)	

CMYK percentages

%0
%36.81
%5.52
%36.08

Codes

Color #A3679A in popluar color models

A3679A
RGB163103154
HSL309°24.59%52.16%
HSB/HSV309°36.81%63.92%
CMYK0.00%36.81%5.52%
36.08%

Color #A3679A in popluar number systems.

HEXA3679A
Decimal163103154
Binary10100011110011110011010
Octal243147232

Shades and tints

Shades of #A3679A

#A3679A
(163,103,154)
#955E8C
(149,94,140)
#87557E
(135,85,126)
#794C70
(121,76,112)
#6B4362
(107,67,98)
#5D3A54
(93,58,84)
#4F3146
(79,49,70)
#412838
(65,40,56)
#331F2A
(51,31,42)
#25161C
(37,22,28)
#170D0E
(23,13,14)
#000000
(0,0,0)

Tints of #A3679A

#A3679A
(163,103,154)
#AB74A3
(171,116,163)
#B381AC
(179,129,172)
#BB8EB5
(187,142,181)
#C39BBE
(195,155,190)
#CBA8C7
(203,168,199)
#D3B5D0
(211,181,208)
#DBC2D9
(219,194,217)
#E3CFE2
(227,207,226)
#EBDCEB
(235,220,235)
#F3E9F4
(243,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3679A color. Also use rgb(163,103,154) instead hex code.

Text Font Color

.myTextColor { color: #A3679A; }

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

This text font color is #A3679A.


Background Color

.myBgColor { background-color: #A3679A; }

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

This div background color is #A3679A.


Border color

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

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

This div border color is #A3679A.


Opacity

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

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

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

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

This text has shadow with #A3679A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3679A on black background.


Color preview on white background

This text has color #A3679A on white background.



Black color preview on #A3679A background

This text has black color on #A3679A background.


White color preview on #A3679A background

This text has white color on #A3679A background.