COLOR #AB2D70

HEX: #AB2D70
RGB: (171,45,112)

Color info

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

RGB color model

#AB2D70 color RGB value is (171,45,112).

  • red value is 171;
  • green value is 45;
  • blue value is 112.
RGB:
(171,45,112)
(67%,18%,44%)

RGB channels and saturation

R 171 of 255 = 67%
G 45 of 255 = 18%
B 112 of 255 = 44%

171
45
112

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

Portions of RGB colors in percentages

R + G + B =
171 + 45 + 112 = 328 (100%)
R 171 of 328 ~ 52.13%
G 45 of 328 ~ 13.72%
B 112 of 328 ~ 34.15%

%52.13
%13.72
%34.15

CMYK color model

#AB2D70 color CMYK value is (0,74,35,33).

  • cyan value is 0.00%
  • magenta value is 73.68%
  • yellow value is 34.50%
  • key color value is 32.94%
CMYK:
(0,74,35,33)
C0M74Y35K33 
(0%,74%,35%,33%)
(0.00/0.74/0.35/0.33)	

CMYK percentages

%0
%73.68
%34.5
%32.94

Codes

Color #AB2D70 in popluar color models

AB2D70
RGB17145112
HSL328°58.33%42.35%
HSB/HSV328°73.68%67.06%
CMYK0.00%73.68%34.50%
32.94%

Color #AB2D70 in popluar number systems.

HEXAB2D70
Decimal17145112
Binary101010111011011110000
Octal25355160

Shades and tints

Shades of #AB2D70

#AB2D70
(171,45,112)
#9C2966
(156,41,102)
#8D255C
(141,37,92)
#7E2152
(126,33,82)
#6F1D48
(111,29,72)
#60193E
(96,25,62)
#511534
(81,21,52)
#42112A
(66,17,42)
#330D20
(51,13,32)
#240916
(36,9,22)
#15050C
(21,5,12)
#000000
(0,0,0)

Tints of #AB2D70

#AB2D70
(171,45,112)
#B2407D
(178,64,125)
#B9538A
(185,83,138)
#C06697
(192,102,151)
#C779A4
(199,121,164)
#CE8CB1
(206,140,177)
#D59FBE
(213,159,190)
#DCB2CB
(220,178,203)
#E3C5D8
(227,197,216)
#EAD8E5
(234,216,229)
#F1EBF2
(241,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB2D70 color. Also use rgb(171,45,112) instead hex code.

Text Font Color

.myTextColor { color: #AB2D70; }

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

This text font color is #AB2D70.


Background Color

.myBgColor { background-color: #AB2D70; }

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

This div background color is #AB2D70.


Border color

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

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

This div border color is #AB2D70.


Opacity

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

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

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

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

This text has shadow with #AB2D70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB2D70 on black background.


Color preview on white background

This text has color #AB2D70 on white background.



Black color preview on #AB2D70 background

This text has black color on #AB2D70 background.


White color preview on #AB2D70 background

This text has white color on #AB2D70 background.