COLOR #AB56D4

HEX: #AB56D4
RGB: (171,86,212)

Color info

#AB56D4 contains mainly red and blue colors. Web safe color of #AB56D4 is #9966CC (or #96C).

RGB color model

#AB56D4 color RGB value is (171,86,212).

  • red value is 171;
  • green value is 86;
  • blue value is 212.
RGB:
(171,86,212)
(67%,34%,83%)

RGB channels and saturation

R 171 of 255 = 67%
G 86 of 255 = 34%
B 212 of 255 = 83%

171
86
212

R + G + B ~ 61%. #AB56D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 86 + 212 = 469 (100%)
R 171 of 469 ~ 36.46%
G 86 of 469 ~ 18.34%
B 212 of 469 ~ 45.2%

%36.46
%18.34
%45.2

CMYK color model

#AB56D4 color CMYK value is (19,59,0,17).

  • cyan value is 19.34%
  • magenta value is 59.43%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(19,59,0,17)
C19M59Y0K17 
(19%,59%,0%,17%)
(0.19/0.59/0.00/0.17)	

CMYK percentages

%19.34
%59.43
%0
%16.86

Codes

Color #AB56D4 in popluar color models

AB56D4
RGB17186212
HSL280°59.43%58.43%
HSB/HSV280°59.43%83.14%
CMYK19.34%59.43%0.00%
16.86%

Color #AB56D4 in popluar number systems.

HEXAB56D4
Decimal17186212
Binary10101011101011011010100
Octal253126324

Shades and tints

Shades of #AB56D4

#AB56D4
(171,86,212)
#9C4FC1
(156,79,193)
#8D48AE
(141,72,174)
#7E419B
(126,65,155)
#6F3A88
(111,58,136)
#603375
(96,51,117)
#512C62
(81,44,98)
#42254F
(66,37,79)
#331E3C
(51,30,60)
#241729
(36,23,41)
#151016
(21,16,22)
#000000
(0,0,0)

Tints of #AB56D4

#AB56D4
(171,86,212)
#B265D7
(178,101,215)
#B974DA
(185,116,218)
#C083DD
(192,131,221)
#C792E0
(199,146,224)
#CEA1E3
(206,161,227)
#D5B0E6
(213,176,230)
#DCBFE9
(220,191,233)
#E3CEEC
(227,206,236)
#EADDEF
(234,221,239)
#F1ECF2
(241,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB56D4 color. Also use rgb(171,86,212) instead hex code.

Text Font Color

.myTextColor { color: #AB56D4; }

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

This text font color is #AB56D4.


Background Color

.myBgColor { background-color: #AB56D4; }

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

This div background color is #AB56D4.


Border color

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

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

This div border color is #AB56D4.


Opacity

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

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

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

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

This text has shadow with #AB56D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB56D4 on black background.


Color preview on white background

This text has color #AB56D4 on white background.



Black color preview on #AB56D4 background

This text has black color on #AB56D4 background.


White color preview on #AB56D4 background

This text has white color on #AB56D4 background.