COLOR #AB1057

HEX: #AB1057
RGB: (171,16,87)

Color info

#AB1057 contains mainly red color. Web safe color of #AB1057 is #990066 (or #906).

RGB color model

#AB1057 color RGB value is (171,16,87).

  • red value is 171;
  • green value is 16;
  • blue value is 87.
RGB:
(171,16,87)
(67%,6%,34%)

RGB channels and saturation

R 171 of 255 = 67%
G 16 of 255 = 6%
B 87 of 255 = 34%

171
16
87

R + G + B ~ 36%. #AB1057 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
171 + 16 + 87 = 274 (100%)
R 171 of 274 ~ 62.41%
G 16 of 274 ~ 5.84%
B 87 of 274 ~ 31.75%

%62.41
%31.75

CMYK color model

#AB1057 color CMYK value is (0,91,49,33).

  • cyan value is 0.00%
  • magenta value is 90.64%
  • yellow value is 49.12%
  • key color value is 32.94%
CMYK:
(0,91,49,33)
C0M91Y49K33 
(0%,91%,49%,33%)
(0.00/0.91/0.49/0.33)	

CMYK percentages

%0
%90.64
%49.12
%32.94

Codes

Color #AB1057 in popluar color models

AB1057
RGB1711687
HSL333°82.89%36.67%
HSB/HSV333°90.64%67.06%
CMYK0.00%90.64%49.12%
32.94%

Color #AB1057 in popluar number systems.

HEXAB1057
Decimal1711687
Binary10101011100001010111
Octal25320127

Shades and tints

Shades of #AB1057

#AB1057
(171,16,87)
#9C0F50
(156,15,80)
#8D0E49
(141,14,73)
#7E0D42
(126,13,66)
#6F0C3B
(111,12,59)
#600B34
(96,11,52)
#510A2D
(81,10,45)
#420926
(66,9,38)
#33081F
(51,8,31)
#240718
(36,7,24)
#150611
(21,6,17)
#000000
(0,0,0)

Tints of #AB1057

#AB1057
(171,16,87)
#B22566
(178,37,102)
#B93A75
(185,58,117)
#C04F84
(192,79,132)
#C76493
(199,100,147)
#CE79A2
(206,121,162)
#D58EB1
(213,142,177)
#DCA3C0
(220,163,192)
#E3B8CF
(227,184,207)
#EACDDE
(234,205,222)
#F1E2ED
(241,226,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB1057 color. Also use rgb(171,16,87) instead hex code.

Text Font Color

.myTextColor { color: #AB1057; }

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

This text font color is #AB1057.


Background Color

.myBgColor { background-color: #AB1057; }

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

This div background color is #AB1057.


Border color

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

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

This div border color is #AB1057.


Opacity

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

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

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

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

This text has shadow with #AB1057 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB1057 on black background.


Color preview on white background

This text has color #AB1057 on white background.



Black color preview on #AB1057 background

This text has black color on #AB1057 background.


White color preview on #AB1057 background

This text has white color on #AB1057 background.