COLOR #A1428E

HEX: #A1428E RGB: (161,66,142)

Color info

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

RGB color model

#A1428E color RGB value is (161,66,142).

RGB: (161,66,142) (63%, 26%, 56%)

RGB channels and saturation

R 161 of 255 = 63%
G 66 of 255 = 26%
B 142 of 255 = 56%

161
66
142

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

Portions of RGB colors in percentages

R + G + B = 161 + 66 + 142 = 369 (100%)
R 161 of 369 ~ 43.63%
G 66 of 369 ~ 17.89%
B 142 of 369 ~ 38.48'%

%43.63
%17.89
%38.48

CMYK color model

#A1428E color CMYK value is (0,59,12,37).

  • cyan value is 0.00%
  • magenta value is 59.01%
  • yellow value is 11.80%
  • key color value is 36.86%
CMYK: (0,59,12,37) C0M59Y12K37 (0%,59%,12%,37%) (0.00/0.59/0.12/0.37) 

CMYK percentages

%0
%59.01
%11.8
%36.86

Codes

Color #A1428E in popluar color models

A1 42 8E
RGB 161 66 142
HSL 312° 41.85% 44.51%
HSB/HSV 312° 59.01% 63.14%
CMYK 0.00% 59.01% 11.80%
36.86%

Color #A1428E in popluar number systems.

HEX A1 42 8E
Decimal 161 66 142
Binary 10100001 1000010 10001110
Octal 241 102 216

Shades and tints

Shades of #A1428E

#A1428E
(161,66,142)
#933C82
(147,60,130)
#853676
(133,54,118)
#77306A
(119,48,106)
#692A5E
(105,42,94)
#5B2452
(91,36,82)
#4D1E46
(77,30,70)
#3F183A
(63,24,58)
#31122E
(49,18,46)
#230C22
(35,12,34)
#150616
(21,6,22)
#000000
(0,0,0)

Tints of #A1428E

#A1428E
(161,66,142)
#A95398
(169,83,152)
#B164A2
(177,100,162)
#B975AC
(185,117,172)
#C186B6
(193,134,182)
#C997C0
(201,151,192)
#D1A8CA
(209,168,202)
#D9B9D4
(217,185,212)
#E1CADE
(225,202,222)
#E9DBE8
(233,219,232)
#F1ECF2
(241,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1428E color. Also use rgb(161,66,142) instead hex code.

Text Font Color

.myTextColor { color: #A1428E; }

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

This text font color is #A1428E.

Background Color

.myBgColor { background-color: #A1428E; }

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

This div background color is #A1428E.

Border color

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

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

This div border color is #A1428E.

Opacity

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

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

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

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

This text has shadow with #A1428E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1428E.

Preview

Color preview on black background

This text has color #A1428E on black background.


Color preview on white background

This text has color #A1428E on white background.


Black color preview on #A1428E background

This text has black color on #A1428E background.


White color preview on #A1428E background

This text has white color on #A1428E background.


Related colors

Complementary color

Complementary color for #hex is #5EBD71.


I love getcolorcode.com

Triadic colors

1 #8EA142 and #428EA1 with #A1428E are triadic colors.

2 #8E42A1 and #42A18E with #A1428E are triadic colors.