COLOR #A1428F

HEX: #A1428F RGB: (161,66,143)

Color info

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

RGB color model

#A1428F color RGB value is (161,66,143).

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

RGB channels and saturation

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

161
66
143

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

Portions of RGB colors in percentages

R + G + B = 161 + 66 + 143 = 370 (100%)
R 161 of 370 ~ 43.51%
G 66 of 370 ~ 17.84%
B 143 of 370 ~ 38.65'%

%43.51
%17.84
%38.65

CMYK color model

#A1428F color CMYK value is (0,59,11,37).

  • cyan value is 0.00%
  • magenta value is 59.01%
  • yellow value is 11.18%
  • key color value is 36.86%

CMYK: (0,59,11,37)
C0M59Y11K37 (0%, 59%, 11%, 37%)
(0.00 / 0.59 / 0.11 / 0.37)

CMYK percentages

%0
%59.01
%11.18
%36.86

Codes

Color #A1428F in popluar color models

A1 42 8F
RGB 161 66 143
HSL 311° 41.85% 44.51%
HSB/HSV 311° 59.01% 63.14%
CMYK 0.00% 59.01% 11.18%
36.86%

Color #A1428F in popluar number systems.

HEX A1 42 8F
Decimal 161 66 143
Binary 10100001 1000010 10001111
Octal 241 102 217

Shades and tints

Shades of #A1428F

#A1428F
(161,66,143)
#933C82
(147,60,130)
#853675
(133,54,117)
#773068
(119,48,104)
#692A5B
(105,42,91)
#5B244E
(91,36,78)
#4D1E41
(77,30,65)
#3F1834
(63,24,52)
#311227
(49,18,39)
#230C1A
(35,12,26)
#15060D
(21,6,13)
#000000
(0,0,0)

Tints of #A1428F

#A1428F
(161,66,143)
#A95399
(169,83,153)
#B164A3
(177,100,163)
#B975AD
(185,117,173)
#C186B7
(193,134,183)
#C997C1
(201,151,193)
#D1A8CB
(209,168,203)
#D9B9D5
(217,185,213)
#E1CADF
(225,202,223)
#E9DBE9
(233,219,233)
#F1ECF3
(241,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1428F; }

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

This text font color is #A1428F.

Background Color

.myBgColor { background-color: #A1428F; }

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

This div background color is #A1428F.

Border color

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

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

This div border color is #A1428F.

Opacity

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

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

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

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

This text has shadow with #A1428F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1428F.

Preview

Color preview on black background

This text has color #A1428F on black background.


Color preview on white background

This text has color #A1428F on white background.


Black color preview on #A1428F background

This text has black color on #A1428F background.


White color preview on #A1428F background

This text has white color on #A1428F background.


Related colors

Complementary color

Complementary color for #hex is #5EBD70.


I love getcolorcode.com

Triadic colors

1 #8FA142 and #428FA1 with #A1428F are triadic colors.

2 #8F42A1 and #42A18F with #A1428F are triadic colors.