COLOR #AB39B0

HEX: #AB39B0
RGB: (171,57,176)

Color info

#AB39B0 contains mainly red and blue colors. Web safe color of #AB39B0 is #993399 (or #939).

RGB color model

#AB39B0 color RGB value is (171,57,176).

  • red value is 171;
  • green value is 57;
  • blue value is 176.
RGB:
(171,57,176)
(67%,22%,69%)

RGB channels and saturation

R 171 of 255 = 67%
G 57 of 255 = 22%
B 176 of 255 = 69%

171
57
176

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

Portions of RGB colors in percentages

R + G + B =
171 + 57 + 176 = 404 (100%)
R 171 of 404 ~ 42.33%
G 57 of 404 ~ 14.11%
B 176 of 404 ~ 43.56%

%42.33
%14.11
%43.56

CMYK color model

#AB39B0 color CMYK value is (3,68,0,31).

  • cyan value is 2.84%
  • magenta value is 67.61%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(3,68,0,31)
C3M68Y0K31 
(3%,68%,0%,31%)
(0.03/0.68/0.00/0.31)	

CMYK percentages

%2.84
%67.61
%0
%30.98

Codes

Color #AB39B0 in popluar color models

AB39B0
RGB17157176
HSL297°51.07%45.69%
HSB/HSV297°67.61%69.02%
CMYK2.84%67.61%0.00%
30.98%

Color #AB39B0 in popluar number systems.

HEXAB39B0
Decimal17157176
Binary1010101111100110110000
Octal25371260

Shades and tints

Shades of #AB39B0

#AB39B0
(171,57,176)
#9C34A0
(156,52,160)
#8D2F90
(141,47,144)
#7E2A80
(126,42,128)
#6F2570
(111,37,112)
#602060
(96,32,96)
#511B50
(81,27,80)
#421640
(66,22,64)
#331130
(51,17,48)
#240C20
(36,12,32)
#150710
(21,7,16)
#000000
(0,0,0)

Tints of #AB39B0

#AB39B0
(171,57,176)
#B24BB7
(178,75,183)
#B95DBE
(185,93,190)
#C06FC5
(192,111,197)
#C781CC
(199,129,204)
#CE93D3
(206,147,211)
#D5A5DA
(213,165,218)
#DCB7E1
(220,183,225)
#E3C9E8
(227,201,232)
#EADBEF
(234,219,239)
#F1EDF6
(241,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB39B0 color. Also use rgb(171,57,176) instead hex code.

Text Font Color

.myTextColor { color: #AB39B0; }

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

This text font color is #AB39B0.


Background Color

.myBgColor { background-color: #AB39B0; }

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

This div background color is #AB39B0.


Border color

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

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

This div border color is #AB39B0.


Opacity

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

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

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

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

This text has shadow with #AB39B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB39B0 on black background.


Color preview on white background

This text has color #AB39B0 on white background.



Black color preview on #AB39B0 background

This text has black color on #AB39B0 background.


White color preview on #AB39B0 background

This text has white color on #AB39B0 background.