COLOR #A3608D

HEX: #A3608D
RGB: (163,96,141)

Color info

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

RGB color model

#A3608D color RGB value is (163,96,141).

  • red value is 163;
  • green value is 96;
  • blue value is 141.
RGB:
(163,96,141)
(64%,38%,55%)

RGB channels and saturation

R 163 of 255 = 64%
G 96 of 255 = 38%
B 141 of 255 = 55%

163
96
141

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

Portions of RGB colors in percentages

R + G + B =
163 + 96 + 141 = 400 (100%)
R 163 of 400 ~ 40.75%
G 96 of 400 ~ 24%
B 141 of 400 ~ 35.25%

%40.75
%24
%35.25

CMYK color model

#A3608D color CMYK value is (0,41,13,36).

  • cyan value is 0.00%
  • magenta value is 41.10%
  • yellow value is 13.50%
  • key color value is 36.08%
CMYK:
(0,41,13,36)
C0M41Y13K36 
(0%,41%,13%,36%)
(0.00/0.41/0.13/0.36)	

CMYK percentages

%0
%41.1
%13.5
%36.08

Codes

Color #A3608D in popluar color models

A3608D
RGB16396141
HSL320°26.69%50.78%
HSB/HSV320°41.10%63.92%
CMYK0.00%41.10%13.50%
36.08%

Color #A3608D in popluar number systems.

HEXA3608D
Decimal16396141
Binary10100011110000010001101
Octal243140215

Shades and tints

Shades of #A3608D

#A3608D
(163,96,141)
#955881
(149,88,129)
#875075
(135,80,117)
#794869
(121,72,105)
#6B405D
(107,64,93)
#5D3851
(93,56,81)
#4F3045
(79,48,69)
#412839
(65,40,57)
#33202D
(51,32,45)
#251821
(37,24,33)
#171015
(23,16,21)
#000000
(0,0,0)

Tints of #A3608D

#A3608D
(163,96,141)
#AB6E97
(171,110,151)
#B37CA1
(179,124,161)
#BB8AAB
(187,138,171)
#C398B5
(195,152,181)
#CBA6BF
(203,166,191)
#D3B4C9
(211,180,201)
#DBC2D3
(219,194,211)
#E3D0DD
(227,208,221)
#EBDEE7
(235,222,231)
#F3ECF1
(243,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3608D color. Also use rgb(163,96,141) instead hex code.

Text Font Color

.myTextColor { color: #A3608D; }

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

This text font color is #A3608D.


Background Color

.myBgColor { background-color: #A3608D; }

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

This div background color is #A3608D.


Border color

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

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

This div border color is #A3608D.


Opacity

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

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

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

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

This text has shadow with #A3608D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3608D on black background.


Color preview on white background

This text has color #A3608D on white background.



Black color preview on #A3608D background

This text has black color on #A3608D background.


White color preview on #A3608D background

This text has white color on #A3608D background.