COLOR #AB1BDE

HEX: #AB1BDE
RGB: (171,27,222)

Color info

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

RGB color model

#AB1BDE color RGB value is (171,27,222).

  • red value is 171;
  • green value is 27;
  • blue value is 222.
RGB:
(171,27,222)
(67%,11%,87%)

RGB channels and saturation

R 171 of 255 = 67%
G 27 of 255 = 11%
B 222 of 255 = 87%

171
27
222

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

Portions of RGB colors in percentages

R + G + B =
171 + 27 + 222 = 420 (100%)
R 171 of 420 ~ 40.71%
G 27 of 420 ~ 6.43%
B 222 of 420 ~ 52.86%

%40.71
%52.86

CMYK color model

#AB1BDE color CMYK value is (23,88,0,13).

  • cyan value is 22.97%
  • magenta value is 87.84%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(23,88,0,13)
C23M88Y0K13 
(23%,88%,0%,13%)
(0.23/0.88/0.00/0.13)	

CMYK percentages

%22.97
%87.84
%0
%12.94

Codes

Color #AB1BDE in popluar color models

AB1BDE
RGB17127222
HSL284°78.31%48.82%
HSB/HSV284°87.84%87.06%
CMYK22.97%87.84%0.00%
12.94%

Color #AB1BDE in popluar number systems.

HEXAB1BDE
Decimal17127222
Binary101010111101111011110
Octal25333336

Shades and tints

Shades of #AB1BDE

#AB1BDE
(171,27,222)
#9C19CA
(156,25,202)
#8D17B6
(141,23,182)
#7E15A2
(126,21,162)
#6F138E
(111,19,142)
#60117A
(96,17,122)
#510F66
(81,15,102)
#420D52
(66,13,82)
#330B3E
(51,11,62)
#24092A
(36,9,42)
#150716
(21,7,22)
#000000
(0,0,0)

Tints of #AB1BDE

#AB1BDE
(171,27,222)
#B22FE1
(178,47,225)
#B943E4
(185,67,228)
#C057E7
(192,87,231)
#C76BEA
(199,107,234)
#CE7FED
(206,127,237)
#D593F0
(213,147,240)
#DCA7F3
(220,167,243)
#E3BBF6
(227,187,246)
#EACFF9
(234,207,249)
#F1E3FC
(241,227,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB1BDE color. Also use rgb(171,27,222) instead hex code.

Text Font Color

.myTextColor { color: #AB1BDE; }

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

This text font color is #AB1BDE.


Background Color

.myBgColor { background-color: #AB1BDE; }

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

This div background color is #AB1BDE.


Border color

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

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

This div border color is #AB1BDE.


Opacity

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

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

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

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

This text has shadow with #AB1BDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB1BDE on black background.


Color preview on white background

This text has color #AB1BDE on white background.



Black color preview on #AB1BDE background

This text has black color on #AB1BDE background.


White color preview on #AB1BDE background

This text has white color on #AB1BDE background.