COLOR #AB3563

HEX: #AB3563
RGB: (171,53,99)

Color info

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

RGB color model

#AB3563 color RGB value is (171,53,99).

  • red value is 171;
  • green value is 53;
  • blue value is 99.
RGB:
(171,53,99)
(67%,21%,39%)

RGB channels and saturation

R 171 of 255 = 67%
G 53 of 255 = 21%
B 99 of 255 = 39%

171
53
99

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

Portions of RGB colors in percentages

R + G + B =
171 + 53 + 99 = 323 (100%)
R 171 of 323 ~ 52.94%
G 53 of 323 ~ 16.41%
B 99 of 323 ~ 30.65%

%52.94
%16.41
%30.65

CMYK color model

#AB3563 color CMYK value is (0,69,42,33).

  • cyan value is 0.00%
  • magenta value is 69.01%
  • yellow value is 42.11%
  • key color value is 32.94%
CMYK:
(0,69,42,33)
C0M69Y42K33 
(0%,69%,42%,33%)
(0.00/0.69/0.42/0.33)	

CMYK percentages

%0
%69.01
%42.11
%32.94

Codes

Color #AB3563 in popluar color models

AB3563
RGB1715399
HSL337°52.68%43.92%
HSB/HSV337°69.01%67.06%
CMYK0.00%69.01%42.11%
32.94%

Color #AB3563 in popluar number systems.

HEXAB3563
Decimal1715399
Binary101010111101011100011
Octal25365143

Shades and tints

Shades of #AB3563

#AB3563
(171,53,99)
#9C315A
(156,49,90)
#8D2D51
(141,45,81)
#7E2948
(126,41,72)
#6F253F
(111,37,63)
#602136
(96,33,54)
#511D2D
(81,29,45)
#421924
(66,25,36)
#33151B
(51,21,27)
#241112
(36,17,18)
#150D09
(21,13,9)
#000000
(0,0,0)

Tints of #AB3563

#AB3563
(171,53,99)
#B24771
(178,71,113)
#B9597F
(185,89,127)
#C06B8D
(192,107,141)
#C77D9B
(199,125,155)
#CE8FA9
(206,143,169)
#D5A1B7
(213,161,183)
#DCB3C5
(220,179,197)
#E3C5D3
(227,197,211)
#EAD7E1
(234,215,225)
#F1E9EF
(241,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB3563 color. Also use rgb(171,53,99) instead hex code.

Text Font Color

.myTextColor { color: #AB3563; }

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

This text font color is #AB3563.


Background Color

.myBgColor { background-color: #AB3563; }

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

This div background color is #AB3563.


Border color

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

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

This div border color is #AB3563.


Opacity

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

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

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

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

This text has shadow with #AB3563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB3563 on black background.


Color preview on white background

This text has color #AB3563 on white background.



Black color preview on #AB3563 background

This text has black color on #AB3563 background.


White color preview on #AB3563 background

This text has white color on #AB3563 background.