COLOR #AB4CA0

HEX: #AB4CA0
RGB: (171,76,160)

Color info

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

RGB color model

#AB4CA0 color RGB value is (171,76,160).

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

RGB channels and saturation

R 171 of 255 = 67%
G 76 of 255 = 30%
B 160 of 255 = 63%

171
76
160

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

Portions of RGB colors in percentages

R + G + B =
171 + 76 + 160 = 407 (100%)
R 171 of 407 ~ 42.01%
G 76 of 407 ~ 18.67%
B 160 of 407 ~ 39.31%

%42.01
%18.67
%39.31

CMYK color model

#AB4CA0 color CMYK value is (0,56,6,33).

  • cyan value is 0.00%
  • magenta value is 55.56%
  • yellow value is 6.43%
  • key color value is 32.94%
CMYK:
(0,56,6,33)
C0M56Y6K33 
(0%,56%,6%,33%)
(0.00/0.56/0.06/0.33)	

CMYK percentages

%0
%55.56
%6.43
%32.94

Codes

Color #AB4CA0 in popluar color models

AB4CA0
RGB17176160
HSL307°38.46%48.43%
HSB/HSV307°55.56%67.06%
CMYK0.00%55.56%6.43%
32.94%

Color #AB4CA0 in popluar number systems.

HEXAB4CA0
Decimal17176160
Binary10101011100110010100000
Octal253114240

Shades and tints

Shades of #AB4CA0

#AB4CA0
(171,76,160)
#9C4692
(156,70,146)
#8D4084
(141,64,132)
#7E3A76
(126,58,118)
#6F3468
(111,52,104)
#602E5A
(96,46,90)
#51284C
(81,40,76)
#42223E
(66,34,62)
#331C30
(51,28,48)
#241622
(36,22,34)
#151014
(21,16,20)
#000000
(0,0,0)

Tints of #AB4CA0

#AB4CA0
(171,76,160)
#B25CA8
(178,92,168)
#B96CB0
(185,108,176)
#C07CB8
(192,124,184)
#C78CC0
(199,140,192)
#CE9CC8
(206,156,200)
#D5ACD0
(213,172,208)
#DCBCD8
(220,188,216)
#E3CCE0
(227,204,224)
#EADCE8
(234,220,232)
#F1ECF0
(241,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB4CA0; }

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

This text font color is #AB4CA0.


Background Color

.myBgColor { background-color: #AB4CA0; }

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

This div background color is #AB4CA0.


Border color

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

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

This div border color is #AB4CA0.


Opacity

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

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

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

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

This text has shadow with #AB4CA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB4CA0 on black background.


Color preview on white background

This text has color #AB4CA0 on white background.



Black color preview on #AB4CA0 background

This text has black color on #AB4CA0 background.


White color preview on #AB4CA0 background

This text has white color on #AB4CA0 background.