COLOR #AB6DBF

HEX: #AB6DBF RGB: (171,109,191)

Color info

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

RGB color model

#AB6DBF color RGB value is (171,109,191).

RGB: (171,109,191) (67%, 43%, 75%)

RGB channels and saturation

R 171 of 255 = 67%
G 109 of 255 = 43%
B 191 of 255 = 75%

171
109
191

R + G + B ~ 62%. #AB6DBF is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 109 + 191 = 471 (100%)
R 171 of 471 ~ 36.31%
G 109 of 471 ~ 23.14%
B 191 of 471 ~ 40.55'%

%36.31
%23.14
%40.55

CMYK color model

#AB6DBF color CMYK value is (10,43,0,25).

  • cyan value is 10.47%
  • magenta value is 42.93%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (10,43,0,25)
C10M43Y0K25 (10%, 43%, 0%, 25%)
(0.10 / 0.43 / 0.00 / 0.25)

CMYK percentages

%10.47
%42.93
%0
%25.1

Codes

Color #AB6DBF in popluar color models

AB 6D BF
RGB 171 109 191
HSL 285° 39.05% 58.82%
HSB/HSV 285° 42.93% 74.90%
CMYK 10.47% 42.93% 0.00%
25.10%

Color #AB6DBF in popluar number systems.

HEX AB 6D BF
Decimal 171 109 191
Binary 10101011 1101101 10111111
Octal 253 155 277

Shades and tints

Shades of #AB6DBF

#AB6DBF
(171,109,191)
#9C64AE
(156,100,174)
#8D5B9D
(141,91,157)
#7E528C
(126,82,140)
#6F497B
(111,73,123)
#60406A
(96,64,106)
#513759
(81,55,89)
#422E48
(66,46,72)
#332537
(51,37,55)
#241C26
(36,28,38)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #AB6DBF

#AB6DBF
(171,109,191)
#B27AC4
(178,122,196)
#B987C9
(185,135,201)
#C094CE
(192,148,206)
#C7A1D3
(199,161,211)
#CEAED8
(206,174,216)
#D5BBDD
(213,187,221)
#DCC8E2
(220,200,226)
#E3D5E7
(227,213,231)
#EAE2EC
(234,226,236)
#F1EFF1
(241,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB6DBF color. Also use rgb(171,109,191) instead hex code.

Text Font Color

.myTextColor { color: #AB6DBF; }

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

This text font color is #AB6DBF.

Background Color

.myBgColor { background-color: #AB6DBF; }

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

This div background color is #AB6DBF.

Border color

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

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

This div border color is #AB6DBF.

Opacity

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

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

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

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

This text has shadow with #AB6DBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB6DBF.

Preview

Color preview on black background

This text has color #AB6DBF on black background.


Color preview on white background

This text has color #AB6DBF on white background.


Black color preview on #AB6DBF background

This text has black color on #AB6DBF background.


White color preview on #AB6DBF background

This text has white color on #AB6DBF background.


Related colors

Complementary color

Complementary color for #hex is #549240.


I love getcolorcode.com

Triadic colors

1 #BFAB6D and #6DBFAB with #AB6DBF are triadic colors.

2 #BF6DAB and #6DABBF with #AB6DBF are triadic colors.