COLOR #A3698F

HEX: #A3698F
RGB: (163,105,143)

Color info

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

RGB color model

#A3698F color RGB value is (163,105,143).

  • red value is 163;
  • green value is 105;
  • blue value is 143.
RGB:
(163,105,143)
(64%,41%,56%)

RGB channels and saturation

R 163 of 255 = 64%
G 105 of 255 = 41%
B 143 of 255 = 56%

163
105
143

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

Portions of RGB colors in percentages

R + G + B =
163 + 105 + 143 = 411 (100%)
R 163 of 411 ~ 39.66%
G 105 of 411 ~ 25.55%
B 143 of 411 ~ 34.79%

%39.66
%25.55
%34.79

CMYK color model

#A3698F color CMYK value is (0,36,12,36).

  • cyan value is 0.00%
  • magenta value is 35.58%
  • yellow value is 12.27%
  • key color value is 36.08%
CMYK:
(0,36,12,36)
C0M36Y12K36 
(0%,36%,12%,36%)
(0.00/0.36/0.12/0.36)	

CMYK percentages

%0
%35.58
%12.27
%36.08

Codes

Color #A3698F in popluar color models

A3698F
RGB163105143
HSL321°23.97%52.55%
HSB/HSV321°35.58%63.92%
CMYK0.00%35.58%12.27%
36.08%

Color #A3698F in popluar number systems.

HEXA3698F
Decimal163105143
Binary10100011110100110001111
Octal243151217

Shades and tints

Shades of #A3698F

#A3698F
(163,105,143)
#956082
(149,96,130)
#875775
(135,87,117)
#794E68
(121,78,104)
#6B455B
(107,69,91)
#5D3C4E
(93,60,78)
#4F3341
(79,51,65)
#412A34
(65,42,52)
#332127
(51,33,39)
#25181A
(37,24,26)
#170F0D
(23,15,13)
#000000
(0,0,0)

Tints of #A3698F

#A3698F
(163,105,143)
#AB7699
(171,118,153)
#B383A3
(179,131,163)
#BB90AD
(187,144,173)
#C39DB7
(195,157,183)
#CBAAC1
(203,170,193)
#D3B7CB
(211,183,203)
#DBC4D5
(219,196,213)
#E3D1DF
(227,209,223)
#EBDEE9
(235,222,233)
#F3EBF3
(243,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3698F color. Also use rgb(163,105,143) instead hex code.

Text Font Color

.myTextColor { color: #A3698F; }

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

This text font color is #A3698F.


Background Color

.myBgColor { background-color: #A3698F; }

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

This div background color is #A3698F.


Border color

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

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

This div border color is #A3698F.


Opacity

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

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

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

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

This text has shadow with #A3698F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3698F on black background.


Color preview on white background

This text has color #A3698F on white background.



Black color preview on #A3698F background

This text has black color on #A3698F background.


White color preview on #A3698F background

This text has white color on #A3698F background.