COLOR #AB1F62

HEX: #AB1F62
RGB: (171,31,98)

Color info

#AB1F62 contains mainly red color. Web safe color of #AB1F62 is #993366 (or #936).

RGB color model

#AB1F62 color RGB value is (171,31,98).

  • red value is 171;
  • green value is 31;
  • blue value is 98.
RGB:
(171,31,98)
(67%,12%,38%)

RGB channels and saturation

R 171 of 255 = 67%
G 31 of 255 = 12%
B 98 of 255 = 38%

171
31
98

R + G + B ~ 39%. #AB1F62 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
171 + 31 + 98 = 300 (100%)
R 171 of 300 ~ 57%
G 31 of 300 ~ 10.33%
B 98 of 300 ~ 32.67%

%57
%10.33
%32.67

CMYK color model

#AB1F62 color CMYK value is (0,82,43,33).

  • cyan value is 0.00%
  • magenta value is 81.87%
  • yellow value is 42.69%
  • key color value is 32.94%
CMYK:
(0,82,43,33)
C0M82Y43K33 
(0%,82%,43%,33%)
(0.00/0.82/0.43/0.33)	

CMYK percentages

%0
%81.87
%42.69
%32.94

Codes

Color #AB1F62 in popluar color models

AB1F62
RGB1713198
HSL331°69.31%39.61%
HSB/HSV331°81.87%67.06%
CMYK0.00%81.87%42.69%
32.94%

Color #AB1F62 in popluar number systems.

HEXAB1F62
Decimal1713198
Binary10101011111111100010
Octal25337142

Shades and tints

Shades of #AB1F62

#AB1F62
(171,31,98)
#9C1D5A
(156,29,90)
#8D1B52
(141,27,82)
#7E194A
(126,25,74)
#6F1742
(111,23,66)
#60153A
(96,21,58)
#511332
(81,19,50)
#42112A
(66,17,42)
#330F22
(51,15,34)
#240D1A
(36,13,26)
#150B12
(21,11,18)
#000000
(0,0,0)

Tints of #AB1F62

#AB1F62
(171,31,98)
#B23370
(178,51,112)
#B9477E
(185,71,126)
#C05B8C
(192,91,140)
#C76F9A
(199,111,154)
#CE83A8
(206,131,168)
#D597B6
(213,151,182)
#DCABC4
(220,171,196)
#E3BFD2
(227,191,210)
#EAD3E0
(234,211,224)
#F1E7EE
(241,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB1F62 color. Also use rgb(171,31,98) instead hex code.

Text Font Color

.myTextColor { color: #AB1F62; }

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

This text font color is #AB1F62.


Background Color

.myBgColor { background-color: #AB1F62; }

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

This div background color is #AB1F62.


Border color

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

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

This div border color is #AB1F62.


Opacity

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

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

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

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

This text has shadow with #AB1F62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB1F62 on black background.


Color preview on white background

This text has color #AB1F62 on white background.



Black color preview on #AB1F62 background

This text has black color on #AB1F62 background.


White color preview on #AB1F62 background

This text has white color on #AB1F62 background.