COLOR #A1368D

HEX: #A1368D
RGB: (161,54,141)

Color info

#A1368D contains mainly red and blue colors. Web safe color of #A1368D is #993399 (or #939).

RGB color model

#A1368D color RGB value is (161,54,141).

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

RGB channels and saturation

R 161 of 255 = 63%
G 54 of 255 = 21%
B 141 of 255 = 55%

161
54
141

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

Portions of RGB colors in percentages

R + G + B =
161 + 54 + 141 = 356 (100%)
R 161 of 356 ~ 45.22%
G 54 of 356 ~ 15.17%
B 141 of 356 ~ 39.61%

%45.22
%15.17
%39.61

CMYK color model

#A1368D color CMYK value is (0,66,12,37).

  • cyan value is 0.00%
  • magenta value is 66.46%
  • yellow value is 12.42%
  • key color value is 36.86%
CMYK:
(0,66,12,37)
C0M66Y12K37 
(0%,66%,12%,37%)
(0.00/0.66/0.12/0.37)	

CMYK percentages

%0
%66.46
%12.42
%36.86

Codes

Color #A1368D in popluar color models

A1368D
RGB16154141
HSL311°49.77%42.16%
HSB/HSV311°66.46%63.14%
CMYK0.00%66.46%12.42%
36.86%

Color #A1368D in popluar number systems.

HEXA1368D
Decimal16154141
Binary1010000111011010001101
Octal24166215

Shades and tints

Shades of #A1368D

#A1368D
(161,54,141)
#933281
(147,50,129)
#852E75
(133,46,117)
#772A69
(119,42,105)
#69265D
(105,38,93)
#5B2251
(91,34,81)
#4D1E45
(77,30,69)
#3F1A39
(63,26,57)
#31162D
(49,22,45)
#231221
(35,18,33)
#150E15
(21,14,21)
#000000
(0,0,0)

Tints of #A1368D

#A1368D
(161,54,141)
#A94897
(169,72,151)
#B15AA1
(177,90,161)
#B96CAB
(185,108,171)
#C17EB5
(193,126,181)
#C990BF
(201,144,191)
#D1A2C9
(209,162,201)
#D9B4D3
(217,180,211)
#E1C6DD
(225,198,221)
#E9D8E7
(233,216,231)
#F1EAF1
(241,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1368D; }

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

This text font color is #A1368D.


Background Color

.myBgColor { background-color: #A1368D; }

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

This div background color is #A1368D.


Border color

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

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

This div border color is #A1368D.


Opacity

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

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

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

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

This text has shadow with #A1368D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1368D on black background.


Color preview on white background

This text has color #A1368D on white background.



Black color preview on #A1368D background

This text has black color on #A1368D background.


White color preview on #A1368D background

This text has white color on #A1368D background.