COLOR #AB3E7D

HEX: #AB3E7D RGB: (171,62,125)

Color info

#AB3E7D contains mainly red and blue colors. Web safe color of #AB3E7D is #993366 (or #936).

RGB color model

#AB3E7D color RGB value is (171,62,125).

RGB: (171,62,125) (67%, 24%, 49%)

RGB channels and saturation

R 171 of 255 = 67%
G 62 of 255 = 24%
B 125 of 255 = 49%

171
62
125

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

Portions of RGB colors in percentages

R + G + B = 171 + 62 + 125 = 358 (100%)
R 171 of 358 ~ 47.77%
G 62 of 358 ~ 17.32%
B 125 of 358 ~ 34.92'%

%47.77
%17.32
%34.92

CMYK color model

#AB3E7D color CMYK value is (0,64,27,33).

  • cyan value is 0.00%
  • magenta value is 63.74%
  • yellow value is 26.90%
  • key color value is 32.94%

CMYK: (0,64,27,33)
C0M64Y27K33 (0%, 64%, 27%, 33%)
(0.00 / 0.64 / 0.27 / 0.33)

CMYK percentages

%0
%63.74
%26.9
%32.94

Codes

Color #AB3E7D in popluar color models

AB 3E 7D
RGB 171 62 125
HSL 325° 46.78% 45.69%
HSB/HSV 325° 63.74% 67.06%
CMYK 0.00% 63.74% 26.90%
32.94%

Color #AB3E7D in popluar number systems.

HEX AB 3E 7D
Decimal 171 62 125
Binary 10101011 111110 1111101
Octal 253 76 175

Shades and tints

Shades of #AB3E7D

#AB3E7D
(171,62,125)
#9C3972
(156,57,114)
#8D3467
(141,52,103)
#7E2F5C
(126,47,92)
#6F2A51
(111,42,81)
#602546
(96,37,70)
#51203B
(81,32,59)
#421B30
(66,27,48)
#331625
(51,22,37)
#24111A
(36,17,26)
#150C0F
(21,12,15)
#000000
(0,0,0)

Tints of #AB3E7D

#AB3E7D
(171,62,125)
#B24F88
(178,79,136)
#B96093
(185,96,147)
#C0719E
(192,113,158)
#C782A9
(199,130,169)
#CE93B4
(206,147,180)
#D5A4BF
(213,164,191)
#DCB5CA
(220,181,202)
#E3C6D5
(227,198,213)
#EAD7E0
(234,215,224)
#F1E8EB
(241,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB3E7D color. Also use rgb(171,62,125) instead hex code.

Text Font Color

.myTextColor { color: #AB3E7D; }

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

This text font color is #AB3E7D.

Background Color

.myBgColor { background-color: #AB3E7D; }

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

This div background color is #AB3E7D.

Border color

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

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

This div border color is #AB3E7D.

Opacity

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

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

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

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

This text has shadow with #AB3E7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB3E7D.

Preview

Color preview on black background

This text has color #AB3E7D on black background.


Color preview on white background

This text has color #AB3E7D on white background.


Black color preview on #AB3E7D background

This text has black color on #AB3E7D background.


White color preview on #AB3E7D background

This text has white color on #AB3E7D background.


Related colors

Complementary color

Complementary color for #hex is #54C182.


I love getcolorcode.com

Triadic colors

1 #7DAB3E and #3E7DAB with #AB3E7D are triadic colors.

2 #7D3EAB and #3EAB7D with #AB3E7D are triadic colors.