COLOR #AB7BE1

HEX: #AB7BE1
RGB: (171,123,225)

Color info

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

RGB color model

#AB7BE1 color RGB value is (171,123,225).

  • red value is 171;
  • green value is 123;
  • blue value is 225.
RGB:
(171,123,225)
(67%,48%,88%)

RGB channels and saturation

R 171 of 255 = 67%
G 123 of 255 = 48%
B 225 of 255 = 88%

171
123
225

R + G + B ~ 68%. #AB7BE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 123 + 225 = 519 (100%)
R 171 of 519 ~ 32.95%
G 123 of 519 ~ 23.7%
B 225 of 519 ~ 43.35%

%32.95
%23.7
%43.35

CMYK color model

#AB7BE1 color CMYK value is (24,45,0,12).

  • cyan value is 24.00%
  • magenta value is 45.33%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(24,45,0,12)
C24M45Y0K12 
(24%,45%,0%,12%)
(0.24/0.45/0.00/0.12)	

CMYK percentages

%24
%45.33
%0
%11.76

Codes

Color #AB7BE1 in popluar color models

AB7BE1
RGB171123225
HSL268°62.96%68.24%
HSB/HSV268°45.33%88.24%
CMYK24.00%45.33%0.00%
11.76%

Color #AB7BE1 in popluar number systems.

HEXAB7BE1
Decimal171123225
Binary10101011111101111100001
Octal253173341

Shades and tints

Shades of #AB7BE1

#AB7BE1
(171,123,225)
#9C70CD
(156,112,205)
#8D65B9
(141,101,185)
#7E5AA5
(126,90,165)
#6F4F91
(111,79,145)
#60447D
(96,68,125)
#513969
(81,57,105)
#422E55
(66,46,85)
#332341
(51,35,65)
#24182D
(36,24,45)
#150D19
(21,13,25)
#000000
(0,0,0)

Tints of #AB7BE1

#AB7BE1
(171,123,225)
#B287E3
(178,135,227)
#B993E5
(185,147,229)
#C09FE7
(192,159,231)
#C7ABE9
(199,171,233)
#CEB7EB
(206,183,235)
#D5C3ED
(213,195,237)
#DCCFEF
(220,207,239)
#E3DBF1
(227,219,241)
#EAE7F3
(234,231,243)
#F1F3F5
(241,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB7BE1 color. Also use rgb(171,123,225) instead hex code.

Text Font Color

.myTextColor { color: #AB7BE1; }

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

This text font color is #AB7BE1.


Background Color

.myBgColor { background-color: #AB7BE1; }

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

This div background color is #AB7BE1.


Border color

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

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

This div border color is #AB7BE1.


Opacity

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

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

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

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

This text has shadow with #AB7BE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB7BE1 on black background.


Color preview on white background

This text has color #AB7BE1 on white background.



Black color preview on #AB7BE1 background

This text has black color on #AB7BE1 background.


White color preview on #AB7BE1 background

This text has white color on #AB7BE1 background.