COLOR #AB3EA0

HEX: #AB3EA0
RGB: (171,62,160)

Color info

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

RGB color model

#AB3EA0 color RGB value is (171,62,160).

  • red value is 171;
  • green value is 62;
  • blue value is 160.
RGB:
(171,62,160)
(67%,24%,63%)

RGB channels and saturation

R 171 of 255 = 67%
G 62 of 255 = 24%
B 160 of 255 = 63%

171
62
160

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

Portions of RGB colors in percentages

R + G + B =
171 + 62 + 160 = 393 (100%)
R 171 of 393 ~ 43.51%
G 62 of 393 ~ 15.78%
B 160 of 393 ~ 40.71%

%43.51
%15.78
%40.71

CMYK color model

#AB3EA0 color CMYK value is (0,64,6,33).

  • cyan value is 0.00%
  • magenta value is 63.74%
  • yellow value is 6.43%
  • key color value is 32.94%
CMYK:
(0,64,6,33)
C0M64Y6K33 
(0%,64%,6%,33%)
(0.00/0.64/0.06/0.33)	

CMYK percentages

%0
%63.74
%6.43
%32.94

Codes

Color #AB3EA0 in popluar color models

AB3EA0
RGB17162160
HSL306°46.78%45.69%
HSB/HSV306°63.74%67.06%
CMYK0.00%63.74%6.43%
32.94%

Color #AB3EA0 in popluar number systems.

HEXAB3EA0
Decimal17162160
Binary1010101111111010100000
Octal25376240

Shades and tints

Shades of #AB3EA0

#AB3EA0
(171,62,160)
#9C3992
(156,57,146)
#8D3484
(141,52,132)
#7E2F76
(126,47,118)
#6F2A68
(111,42,104)
#60255A
(96,37,90)
#51204C
(81,32,76)
#421B3E
(66,27,62)
#331630
(51,22,48)
#241122
(36,17,34)
#150C14
(21,12,20)
#000000
(0,0,0)

Tints of #AB3EA0

#AB3EA0
(171,62,160)
#B24FA8
(178,79,168)
#B960B0
(185,96,176)
#C071B8
(192,113,184)
#C782C0
(199,130,192)
#CE93C8
(206,147,200)
#D5A4D0
(213,164,208)
#DCB5D8
(220,181,216)
#E3C6E0
(227,198,224)
#EAD7E8
(234,215,232)
#F1E8F0
(241,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB3EA0 color. Also use rgb(171,62,160) instead hex code.

Text Font Color

.myTextColor { color: #AB3EA0; }

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

This text font color is #AB3EA0.


Background Color

.myBgColor { background-color: #AB3EA0; }

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

This div background color is #AB3EA0.


Border color

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

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

This div border color is #AB3EA0.


Opacity

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

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

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

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

This text has shadow with #AB3EA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB3EA0 on black background.


Color preview on white background

This text has color #AB3EA0 on white background.



Black color preview on #AB3EA0 background

This text has black color on #AB3EA0 background.


White color preview on #AB3EA0 background

This text has white color on #AB3EA0 background.