COLOR #AB46D9

HEX: #AB46D9
RGB: (171,70,217)

Color info

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

RGB color model

#AB46D9 color RGB value is (171,70,217).

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

RGB channels and saturation

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

171
70
217

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

Portions of RGB colors in percentages

R + G + B =
171 + 70 + 217 = 458 (100%)
R 171 of 458 ~ 37.34%
G 70 of 458 ~ 15.28%
B 217 of 458 ~ 47.38%

%37.34
%15.28
%47.38

CMYK color model

#AB46D9 color CMYK value is (21,68,0,15).

  • cyan value is 21.20%
  • magenta value is 67.74%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(21,68,0,15)
C21M68Y0K15 
(21%,68%,0%,15%)
(0.21/0.68/0.00/0.15)	

CMYK percentages

%21.2
%67.74
%0
%14.9

Codes

Color #AB46D9 in popluar color models

AB46D9
RGB17170217
HSL281°65.92%56.27%
HSB/HSV281°67.74%85.10%
CMYK21.20%67.74%0.00%
14.90%

Color #AB46D9 in popluar number systems.

HEXAB46D9
Decimal17170217
Binary10101011100011011011001
Octal253106331

Shades and tints

Shades of #AB46D9

#AB46D9
(171,70,217)
#9C40C6
(156,64,198)
#8D3AB3
(141,58,179)
#7E34A0
(126,52,160)
#6F2E8D
(111,46,141)
#60287A
(96,40,122)
#512267
(81,34,103)
#421C54
(66,28,84)
#331641
(51,22,65)
#24102E
(36,16,46)
#150A1B
(21,10,27)
#000000
(0,0,0)

Tints of #AB46D9

#AB46D9
(171,70,217)
#B256DC
(178,86,220)
#B966DF
(185,102,223)
#C076E2
(192,118,226)
#C786E5
(199,134,229)
#CE96E8
(206,150,232)
#D5A6EB
(213,166,235)
#DCB6EE
(220,182,238)
#E3C6F1
(227,198,241)
#EAD6F4
(234,214,244)
#F1E6F7
(241,230,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB46D9; }

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

This text font color is #AB46D9.


Background Color

.myBgColor { background-color: #AB46D9; }

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

This div background color is #AB46D9.


Border color

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

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

This div border color is #AB46D9.


Opacity

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

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

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

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

This text has shadow with #AB46D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB46D9 on black background.


Color preview on white background

This text has color #AB46D9 on white background.



Black color preview on #AB46D9 background

This text has black color on #AB46D9 background.


White color preview on #AB46D9 background

This text has white color on #AB46D9 background.