COLOR #AB1DE5

HEX: #AB1DE5
RGB: (171,29,229)

Color info

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

RGB color model

#AB1DE5 color RGB value is (171,29,229).

  • red value is 171;
  • green value is 29;
  • blue value is 229.
RGB:
(171,29,229)
(67%,11%,90%)

RGB channels and saturation

R 171 of 255 = 67%
G 29 of 255 = 11%
B 229 of 255 = 90%

171
29
229

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

Portions of RGB colors in percentages

R + G + B =
171 + 29 + 229 = 429 (100%)
R 171 of 429 ~ 39.86%
G 29 of 429 ~ 6.76%
B 229 of 429 ~ 53.38%

%39.86
%53.38

CMYK color model

#AB1DE5 color CMYK value is (25,87,0,10).

  • cyan value is 25.33%
  • magenta value is 87.34%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(25,87,0,10)
C25M87Y0K10 
(25%,87%,0%,10%)
(0.25/0.87/0.00/0.10)	

CMYK percentages

%25.33
%87.34
%0
%10.2

Codes

Color #AB1DE5 in popluar color models

AB1DE5
RGB17129229
HSL283°79.37%50.59%
HSB/HSV283°87.34%89.80%
CMYK25.33%87.34%0.00%
10.20%

Color #AB1DE5 in popluar number systems.

HEXAB1DE5
Decimal17129229
Binary101010111110111100101
Octal25335345

Shades and tints

Shades of #AB1DE5

#AB1DE5
(171,29,229)
#9C1BD1
(156,27,209)
#8D19BD
(141,25,189)
#7E17A9
(126,23,169)
#6F1595
(111,21,149)
#601381
(96,19,129)
#51116D
(81,17,109)
#420F59
(66,15,89)
#330D45
(51,13,69)
#240B31
(36,11,49)
#15091D
(21,9,29)
#000000
(0,0,0)

Tints of #AB1DE5

#AB1DE5
(171,29,229)
#B231E7
(178,49,231)
#B945E9
(185,69,233)
#C059EB
(192,89,235)
#C76DED
(199,109,237)
#CE81EF
(206,129,239)
#D595F1
(213,149,241)
#DCA9F3
(220,169,243)
#E3BDF5
(227,189,245)
#EAD1F7
(234,209,247)
#F1E5F9
(241,229,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB1DE5 color. Also use rgb(171,29,229) instead hex code.

Text Font Color

.myTextColor { color: #AB1DE5; }

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

This text font color is #AB1DE5.


Background Color

.myBgColor { background-color: #AB1DE5; }

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

This div background color is #AB1DE5.


Border color

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

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

This div border color is #AB1DE5.


Opacity

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

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

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

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

This text has shadow with #AB1DE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB1DE5 on black background.


Color preview on white background

This text has color #AB1DE5 on white background.



Black color preview on #AB1DE5 background

This text has black color on #AB1DE5 background.


White color preview on #AB1DE5 background

This text has white color on #AB1DE5 background.