COLOR #AB2C7B

HEX: #AB2C7B RGB: (171,44,123)

Color info

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

RGB color model

#AB2C7B color RGB value is (171,44,123).

RGB: (171,44,123) (67%, 17%, 48%)

RGB channels and saturation

R 171 of 255 = 67%
G 44 of 255 = 17%
B 123 of 255 = 48%

171
44
123

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

Portions of RGB colors in percentages

R + G + B = 171 + 44 + 123 = 338 (100%)
R 171 of 338 ~ 50.59%
G 44 of 338 ~ 13.02%
B 123 of 338 ~ 36.39'%

%50.59
%13.02
%36.39

CMYK color model

#AB2C7B color CMYK value is (0,74,28,33).

  • cyan value is 0.00%
  • magenta value is 74.27%
  • yellow value is 28.07%
  • key color value is 32.94%

CMYK: (0,74,28,33)
C0M74Y28K33 (0%, 74%, 28%, 33%)
(0.00 / 0.74 / 0.28 / 0.33)

CMYK percentages

%0
%74.27
%28.07
%32.94

Codes

Color #AB2C7B in popluar color models

AB 2C 7B
RGB 171 44 123
HSL 323° 59.07% 42.16%
HSB/HSV 323° 74.27% 67.06%
CMYK 0.00% 74.27% 28.07%
32.94%

Color #AB2C7B in popluar number systems.

HEX AB 2C 7B
Decimal 171 44 123
Binary 10101011 101100 1111011
Octal 253 54 173

Shades and tints

Shades of #AB2C7B

#AB2C7B
(171,44,123)
#9C2870
(156,40,112)
#8D2465
(141,36,101)
#7E205A
(126,32,90)
#6F1C4F
(111,28,79)
#601844
(96,24,68)
#511439
(81,20,57)
#42102E
(66,16,46)
#330C23
(51,12,35)
#240818
(36,8,24)
#15040D
(21,4,13)
#000000
(0,0,0)

Tints of #AB2C7B

#AB2C7B
(171,44,123)
#B23F87
(178,63,135)
#B95293
(185,82,147)
#C0659F
(192,101,159)
#C778AB
(199,120,171)
#CE8BB7
(206,139,183)
#D59EC3
(213,158,195)
#DCB1CF
(220,177,207)
#E3C4DB
(227,196,219)
#EAD7E7
(234,215,231)
#F1EAF3
(241,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB2C7B color. Also use rgb(171,44,123) instead hex code.

Text Font Color

.myTextColor { color: #AB2C7B; }

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

This text font color is #AB2C7B.

Background Color

.myBgColor { background-color: #AB2C7B; }

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

This div background color is #AB2C7B.

Border color

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

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

This div border color is #AB2C7B.

Opacity

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

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

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

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

This text has shadow with #AB2C7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB2C7B.

Preview

Color preview on black background

This text has color #AB2C7B on black background.


Color preview on white background

This text has color #AB2C7B on white background.


Black color preview on #AB2C7B background

This text has black color on #AB2C7B background.


White color preview on #AB2C7B background

This text has white color on #AB2C7B background.


Related colors

Complementary color

Complementary color for #hex is #54D384.


I love getcolorcode.com

Triadic colors

1 #7BAB2C and #2C7BAB with #AB2C7B are triadic colors.

2 #7B2CAB and #2CAB7B with #AB2C7B are triadic colors.