COLOR #A61C8D

HEX: #A61C8D
RGB: (166,28,141)

Color info

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

RGB color model

#A61C8D color RGB value is (166,28,141).

  • red value is 166;
  • green value is 28;
  • blue value is 141.
RGB:
(166,28,141)
(65%,11%,55%)

RGB channels and saturation

R 166 of 255 = 65%
G 28 of 255 = 11%
B 141 of 255 = 55%

166
28
141

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

Portions of RGB colors in percentages

R + G + B =
166 + 28 + 141 = 335 (100%)
R 166 of 335 ~ 49.55%
G 28 of 335 ~ 8.36%
B 141 of 335 ~ 42.09%

%49.55
%42.09

CMYK color model

#A61C8D color CMYK value is (0,83,15,35).

  • cyan value is 0.00%
  • magenta value is 83.13%
  • yellow value is 15.06%
  • key color value is 34.90%
CMYK:
(0,83,15,35)
C0M83Y15K35 
(0%,83%,15%,35%)
(0.00/0.83/0.15/0.35)	

CMYK percentages

%0
%83.13
%15.06
%34.9

Codes

Color #A61C8D in popluar color models

A61C8D
RGB16628141
HSL311°71.13%38.04%
HSB/HSV311°83.13%65.10%
CMYK0.00%83.13%15.06%
34.90%

Color #A61C8D in popluar number systems.

HEXA61C8D
Decimal16628141
Binary101001101110010001101
Octal24634215

Shades and tints

Shades of #A61C8D

#A61C8D
(166,28,141)
#971A81
(151,26,129)
#881875
(136,24,117)
#791669
(121,22,105)
#6A145D
(106,20,93)
#5B1251
(91,18,81)
#4C1045
(76,16,69)
#3D0E39
(61,14,57)
#2E0C2D
(46,12,45)
#1F0A21
(31,10,33)
#100815
(16,8,21)
#000000
(0,0,0)

Tints of #A61C8D

#A61C8D
(166,28,141)
#AE3097
(174,48,151)
#B644A1
(182,68,161)
#BE58AB
(190,88,171)
#C66CB5
(198,108,181)
#CE80BF
(206,128,191)
#D694C9
(214,148,201)
#DEA8D3
(222,168,211)
#E6BCDD
(230,188,221)
#EED0E7
(238,208,231)
#F6E4F1
(246,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A61C8D color. Also use rgb(166,28,141) instead hex code.

Text Font Color

.myTextColor { color: #A61C8D; }

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

This text font color is #A61C8D.


Background Color

.myBgColor { background-color: #A61C8D; }

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

This div background color is #A61C8D.


Border color

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

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

This div border color is #A61C8D.


Opacity

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

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

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

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

This text has shadow with #A61C8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A61C8D on black background.


Color preview on white background

This text has color #A61C8D on white background.



Black color preview on #A61C8D background

This text has black color on #A61C8D background.


White color preview on #A61C8D background

This text has white color on #A61C8D background.