COLOR #AB46DA

HEX: #AB46DA
RGB: (171,70,218)

Color info

#AB46DA contains mainly red and blue colors. Web safe color of #AB46DA is #9933CC (or #93C).

RGB color model

#AB46DA color RGB value is (171,70,218).

  • red value is 171;
  • green value is 70;
  • blue value is 218.
RGB:
(171,70,218)
(67%,27%,85%)

RGB channels and saturation

R 171 of 255 = 67%
G 70 of 255 = 27%
B 218 of 255 = 85%

171
70
218

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

Portions of RGB colors in percentages

R + G + B =
171 + 70 + 218 = 459 (100%)
R 171 of 459 ~ 37.25%
G 70 of 459 ~ 15.25%
B 218 of 459 ~ 47.49%

%37.25
%15.25
%47.49

CMYK color model

#AB46DA color CMYK value is (22,68,0,15).

  • cyan value is 21.56%
  • magenta value is 67.89%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(22,68,0,15)
C22M68Y0K15 
(22%,68%,0%,15%)
(0.22/0.68/0.00/0.15)	

CMYK percentages

%21.56
%67.89
%0
%14.51

Codes

Color #AB46DA in popluar color models

AB46DA
RGB17170218
HSL281°66.67%56.47%
HSB/HSV281°67.89%85.49%
CMYK21.56%67.89%0.00%
14.51%

Color #AB46DA in popluar number systems.

HEXAB46DA
Decimal17170218
Binary10101011100011011011010
Octal253106332

Shades and tints

Shades of #AB46DA

#AB46DA
(171,70,218)
#9C40C7
(156,64,199)
#8D3AB4
(141,58,180)
#7E34A1
(126,52,161)
#6F2E8E
(111,46,142)
#60287B
(96,40,123)
#512268
(81,34,104)
#421C55
(66,28,85)
#331642
(51,22,66)
#24102F
(36,16,47)
#150A1C
(21,10,28)
#000000
(0,0,0)

Tints of #AB46DA

#AB46DA
(171,70,218)
#B256DD
(178,86,221)
#B966E0
(185,102,224)
#C076E3
(192,118,227)
#C786E6
(199,134,230)
#CE96E9
(206,150,233)
#D5A6EC
(213,166,236)
#DCB6EF
(220,182,239)
#E3C6F2
(227,198,242)
#EAD6F5
(234,214,245)
#F1E6F8
(241,230,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB46DA color. Also use rgb(171,70,218) instead hex code.

Text Font Color

.myTextColor { color: #AB46DA; }

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

This text font color is #AB46DA.


Background Color

.myBgColor { background-color: #AB46DA; }

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

This div background color is #AB46DA.


Border color

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

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

This div border color is #AB46DA.


Opacity

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

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

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

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

This text has shadow with #AB46DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB46DA on black background.


Color preview on white background

This text has color #AB46DA on white background.



Black color preview on #AB46DA background

This text has black color on #AB46DA background.


White color preview on #AB46DA background

This text has white color on #AB46DA background.