COLOR #A1648D

HEX: #A1648D
RGB: (161,100,141)

Color info

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

RGB color model

#A1648D color RGB value is (161,100,141).

  • red value is 161;
  • green value is 100;
  • blue value is 141.
RGB:
(161,100,141)
(63%,39%,55%)

RGB channels and saturation

R 161 of 255 = 63%
G 100 of 255 = 39%
B 141 of 255 = 55%

161
100
141

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

Portions of RGB colors in percentages

R + G + B =
161 + 100 + 141 = 402 (100%)
R 161 of 402 ~ 40.05%
G 100 of 402 ~ 24.88%
B 141 of 402 ~ 35.07%

%40.05
%24.88
%35.07

CMYK color model

#A1648D color CMYK value is (0,38,12,37).

  • cyan value is 0.00%
  • magenta value is 37.89%
  • yellow value is 12.42%
  • key color value is 36.86%
CMYK:
(0,38,12,37)
C0M38Y12K37 
(0%,38%,12%,37%)
(0.00/0.38/0.12/0.37)	

CMYK percentages

%0
%37.89
%12.42
%36.86

Codes

Color #A1648D in popluar color models

A1648D
RGB161100141
HSL320°24.50%51.18%
HSB/HSV320°37.89%63.14%
CMYK0.00%37.89%12.42%
36.86%

Color #A1648D in popluar number systems.

HEXA1648D
Decimal161100141
Binary10100001110010010001101
Octal241144215

Shades and tints

Shades of #A1648D

#A1648D
(161,100,141)
#935B81
(147,91,129)
#855275
(133,82,117)
#774969
(119,73,105)
#69405D
(105,64,93)
#5B3751
(91,55,81)
#4D2E45
(77,46,69)
#3F2539
(63,37,57)
#311C2D
(49,28,45)
#231321
(35,19,33)
#150A15
(21,10,21)
#000000
(0,0,0)

Tints of #A1648D

#A1648D
(161,100,141)
#A97297
(169,114,151)
#B180A1
(177,128,161)
#B98EAB
(185,142,171)
#C19CB5
(193,156,181)
#C9AABF
(201,170,191)
#D1B8C9
(209,184,201)
#D9C6D3
(217,198,211)
#E1D4DD
(225,212,221)
#E9E2E7
(233,226,231)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1648D color. Also use rgb(161,100,141) instead hex code.

Text Font Color

.myTextColor { color: #A1648D; }

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

This text font color is #A1648D.


Background Color

.myBgColor { background-color: #A1648D; }

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

This div background color is #A1648D.


Border color

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

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

This div border color is #A1648D.


Opacity

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

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

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

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

This text has shadow with #A1648D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1648D on black background.


Color preview on white background

This text has color #A1648D on white background.



Black color preview on #A1648D background

This text has black color on #A1648D background.


White color preview on #A1648D background

This text has white color on #A1648D background.