COLOR #AB7FE1

HEX: #AB7FE1 RGB: (171,127,225)

Color info

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

RGB color model

#AB7FE1 color RGB value is (171,127,225).

RGB: (171,127,225) (67%, 50%, 88%)

RGB channels and saturation

R 171 of 255 = 67%
G 127 of 255 = 50%
B 225 of 255 = 88%

171
127
225

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

Portions of RGB colors in percentages

R + G + B = 171 + 127 + 225 = 523 (100%)
R 171 of 523 ~ 32.7%
G 127 of 523 ~ 24.28%
B 225 of 523 ~ 43.02'%

%32.7
%24.28
%43.02

CMYK color model

#AB7FE1 color CMYK value is (24,44,0,12).

  • cyan value is 24.00%
  • magenta value is 43.56%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (24,44,0,12)
C24M44Y0K12 (24%, 44%, 0%, 12%)
(0.24 / 0.44 / 0.00 / 0.12)

CMYK percentages

%24
%43.56
%0
%11.76

Codes

Color #AB7FE1 in popluar color models

AB 7F E1
RGB 171 127 225
HSL 267° 62.03% 69.02%
HSB/HSV 267° 43.56% 88.24%
CMYK 24.00% 43.56% 0.00%
11.76%

Color #AB7FE1 in popluar number systems.

HEX AB 7F E1
Decimal 171 127 225
Binary 10101011 1111111 11100001
Octal 253 177 341

Shades and tints

Shades of #AB7FE1

#AB7FE1
(171,127,225)
#9C74CD
(156,116,205)
#8D69B9
(141,105,185)
#7E5EA5
(126,94,165)
#6F5391
(111,83,145)
#60487D
(96,72,125)
#513D69
(81,61,105)
#423255
(66,50,85)
#332741
(51,39,65)
#241C2D
(36,28,45)
#151119
(21,17,25)
#000000
(0,0,0)

Tints of #AB7FE1

#AB7FE1
(171,127,225)
#B28AE3
(178,138,227)
#B995E5
(185,149,229)
#C0A0E7
(192,160,231)
#C7ABE9
(199,171,233)
#CEB6EB
(206,182,235)
#D5C1ED
(213,193,237)
#DCCCEF
(220,204,239)
#E3D7F1
(227,215,241)
#EAE2F3
(234,226,243)
#F1EDF5
(241,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB7FE1; }

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

This text font color is #AB7FE1.

Background Color

.myBgColor { background-color: #AB7FE1; }

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

This div background color is #AB7FE1.

Border color

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

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

This div border color is #AB7FE1.

Opacity

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

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

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

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

This text has shadow with #AB7FE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB7FE1.

Preview

Color preview on black background

This text has color #AB7FE1 on black background.


Color preview on white background

This text has color #AB7FE1 on white background.


Black color preview on #AB7FE1 background

This text has black color on #AB7FE1 background.


White color preview on #AB7FE1 background

This text has white color on #AB7FE1 background.


Related colors

Complementary color

Complementary color for #hex is #54801E.


I love getcolorcode.com

Triadic colors

1 #E1AB7F and #7FE1AB with #AB7FE1 are triadic colors.

2 #E17FAB and #7FABE1 with #AB7FE1 are triadic colors.