COLOR #A4129B

HEX: #A4129B RGB: (164,18,155)

Color info

#A4129B contains mainly red and blue colors. Web safe color of #A4129B is #990099 (or #909).

RGB color model

#A4129B color RGB value is (164,18,155).

RGB: (164,18,155) (64%, 7%, 61%)

RGB channels and saturation

R 164 of 255 = 64%
G 18 of 255 = 7%
B 155 of 255 = 61%

164
18
155

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

Portions of RGB colors in percentages

R + G + B = 164 + 18 + 155 = 337 (100%)
R 164 of 337 ~ 48.66%
G 18 of 337 ~ 5.34%
B 155 of 337 ~ 45.99'%

%48.66
%45.99

CMYK color model

#A4129B color CMYK value is (0,89,5,36).

  • cyan value is 0.00%
  • magenta value is 89.02%
  • yellow value is 5.49%
  • key color value is 35.69%

CMYK: (0,89,5,36)
C0M89Y5K36 (0%, 89%, 5%, 36%)
(0.00 / 0.89 / 0.05 / 0.36)

CMYK percentages

%0
%89.02
%5.49
%35.69

Codes

Color #A4129B in popluar color models

A4 12 9B
RGB 164 18 155
HSL 304° 80.22% 35.69%
HSB/HSV 304° 89.02% 64.31%
CMYK 0.00% 89.02% 5.49%
35.69%

Color #A4129B in popluar number systems.

HEX A4 12 9B
Decimal 164 18 155
Binary 10100100 10010 10011011
Octal 244 22 233

Shades and tints

Shades of #A4129B

#A4129B
(164,18,155)
#96118D
(150,17,141)
#88107F
(136,16,127)
#7A0F71
(122,15,113)
#6C0E63
(108,14,99)
#5E0D55
(94,13,85)
#500C47
(80,12,71)
#420B39
(66,11,57)
#340A2B
(52,10,43)
#26091D
(38,9,29)
#18080F
(24,8,15)
#000000
(0,0,0)

Tints of #A4129B

#A4129B
(164,18,155)
#AC27A4
(172,39,164)
#B43CAD
(180,60,173)
#BC51B6
(188,81,182)
#C466BF
(196,102,191)
#CC7BC8
(204,123,200)
#D490D1
(212,144,209)
#DCA5DA
(220,165,218)
#E4BAE3
(228,186,227)
#ECCFEC
(236,207,236)
#F4E4F5
(244,228,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4129B color. Also use rgb(164,18,155) instead hex code.

Text Font Color

.myTextColor { color: #A4129B; }

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

This text font color is #A4129B.

Background Color

.myBgColor { background-color: #A4129B; }

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

This div background color is #A4129B.

Border color

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

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

This div border color is #A4129B.

Opacity

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

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

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

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

This text has shadow with #A4129B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4129B.

Preview

Color preview on black background

This text has color #A4129B on black background.


Color preview on white background

This text has color #A4129B on white background.


Black color preview on #A4129B background

This text has black color on #A4129B background.


White color preview on #A4129B background

This text has white color on #A4129B background.


Related colors

Complementary color

Complementary color for #hex is #5BED64.


I love getcolorcode.com

Triadic colors

1 #9BA412 and #129BA4 with #A4129B are triadic colors.

2 #9B12A4 and #12A49B with #A4129B are triadic colors.