COLOR #AB3F7A

HEX: #AB3F7A
RGB: (171,63,122)

Color info

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

RGB color model

#AB3F7A color RGB value is (171,63,122).

  • red value is 171;
  • green value is 63;
  • blue value is 122.
RGB:
(171,63,122)
(67%,25%,48%)

RGB channels and saturation

R 171 of 255 = 67%
G 63 of 255 = 25%
B 122 of 255 = 48%

171
63
122

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

Portions of RGB colors in percentages

R + G + B =
171 + 63 + 122 = 356 (100%)
R 171 of 356 ~ 48.03%
G 63 of 356 ~ 17.7%
B 122 of 356 ~ 34.27%

%48.03
%17.7
%34.27

CMYK color model

#AB3F7A color CMYK value is (0,63,29,33).

  • cyan value is 0.00%
  • magenta value is 63.16%
  • yellow value is 28.65%
  • key color value is 32.94%
CMYK:
(0,63,29,33)
C0M63Y29K33 
(0%,63%,29%,33%)
(0.00/0.63/0.29/0.33)	

CMYK percentages

%0
%63.16
%28.65
%32.94

Codes

Color #AB3F7A in popluar color models

AB3F7A
RGB17163122
HSL327°46.15%45.88%
HSB/HSV327°63.16%67.06%
CMYK0.00%63.16%28.65%
32.94%

Color #AB3F7A in popluar number systems.

HEXAB3F7A
Decimal17163122
Binary101010111111111111010
Octal25377172

Shades and tints

Shades of #AB3F7A

#AB3F7A
(171,63,122)
#9C3A6F
(156,58,111)
#8D3564
(141,53,100)
#7E3059
(126,48,89)
#6F2B4E
(111,43,78)
#602643
(96,38,67)
#512138
(81,33,56)
#421C2D
(66,28,45)
#331722
(51,23,34)
#241217
(36,18,23)
#150D0C
(21,13,12)
#000000
(0,0,0)

Tints of #AB3F7A

#AB3F7A
(171,63,122)
#B25086
(178,80,134)
#B96192
(185,97,146)
#C0729E
(192,114,158)
#C783AA
(199,131,170)
#CE94B6
(206,148,182)
#D5A5C2
(213,165,194)
#DCB6CE
(220,182,206)
#E3C7DA
(227,199,218)
#EAD8E6
(234,216,230)
#F1E9F2
(241,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB3F7A color. Also use rgb(171,63,122) instead hex code.

Text Font Color

.myTextColor { color: #AB3F7A; }

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

This text font color is #AB3F7A.


Background Color

.myBgColor { background-color: #AB3F7A; }

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

This div background color is #AB3F7A.


Border color

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

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

This div border color is #AB3F7A.


Opacity

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

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

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

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

This text has shadow with #AB3F7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB3F7A on black background.


Color preview on white background

This text has color #AB3F7A on white background.



Black color preview on #AB3F7A background

This text has black color on #AB3F7A background.


White color preview on #AB3F7A background

This text has white color on #AB3F7A background.