COLOR #AB6BD7

HEX: #AB6BD7 RGB: (171,107,215)

Color info

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

RGB color model

#AB6BD7 color RGB value is (171,107,215).

RGB: (171,107,215) (67%, 42%, 84%)

RGB channels and saturation

R 171 of 255 = 67%
G 107 of 255 = 42%
B 215 of 255 = 84%

171
107
215

R + G + B ~ 64%. #AB6BD7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 107 + 215 = 493 (100%)
R 171 of 493 ~ 34.69%
G 107 of 493 ~ 21.7%
B 215 of 493 ~ 43.61'%

%34.69
%21.7
%43.61

CMYK color model

#AB6BD7 color CMYK value is (20,50,0,16).

  • cyan value is 20.47%
  • magenta value is 50.23%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (20,50,0,16)
C20M50Y0K16 (20%, 50%, 0%, 16%)
(0.20 / 0.50 / 0.00 / 0.16)

CMYK percentages

%20.47
%50.23
%0
%15.69

Codes

Color #AB6BD7 in popluar color models

AB 6B D7
RGB 171 107 215
HSL 276° 57.45% 63.14%
HSB/HSV 276° 50.23% 84.31%
CMYK 20.47% 50.23% 0.00%
15.69%

Color #AB6BD7 in popluar number systems.

HEX AB 6B D7
Decimal 171 107 215
Binary 10101011 1101011 11010111
Octal 253 153 327

Shades and tints

Shades of #AB6BD7

#AB6BD7
(171,107,215)
#9C62C4
(156,98,196)
#8D59B1
(141,89,177)
#7E509E
(126,80,158)
#6F478B
(111,71,139)
#603E78
(96,62,120)
#513565
(81,53,101)
#422C52
(66,44,82)
#33233F
(51,35,63)
#241A2C
(36,26,44)
#151119
(21,17,25)
#000000
(0,0,0)

Tints of #AB6BD7

#AB6BD7
(171,107,215)
#B278DA
(178,120,218)
#B985DD
(185,133,221)
#C092E0
(192,146,224)
#C79FE3
(199,159,227)
#CEACE6
(206,172,230)
#D5B9E9
(213,185,233)
#DCC6EC
(220,198,236)
#E3D3EF
(227,211,239)
#EAE0F2
(234,224,242)
#F1EDF5
(241,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB6BD7 color. Also use rgb(171,107,215) instead hex code.

Text Font Color

.myTextColor { color: #AB6BD7; }

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

This text font color is #AB6BD7.

Background Color

.myBgColor { background-color: #AB6BD7; }

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

This div background color is #AB6BD7.

Border color

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

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

This div border color is #AB6BD7.

Opacity

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

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

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

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

This text has shadow with #AB6BD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB6BD7.

Preview

Color preview on black background

This text has color #AB6BD7 on black background.


Color preview on white background

This text has color #AB6BD7 on white background.


Black color preview on #AB6BD7 background

This text has black color on #AB6BD7 background.


White color preview on #AB6BD7 background

This text has white color on #AB6BD7 background.


Related colors

Complementary color

Complementary color for #hex is #549428.


I love getcolorcode.com

Triadic colors

1 #D7AB6B and #6BD7AB with #AB6BD7 are triadic colors.

2 #D76BAB and #6BABD7 with #AB6BD7 are triadic colors.