COLOR #AB6DB3

HEX: #AB6DB3 RGB: (171,109,179)

Color info

#AB6DB3 contains mainly red and blue colors. Web safe color of #AB6DB3 is #996699 (or #969).

RGB color model

#AB6DB3 color RGB value is (171,109,179).

RGB: (171,109,179) (67%, 43%, 70%)

RGB channels and saturation

R 171 of 255 = 67%
G 109 of 255 = 43%
B 179 of 255 = 70%

171
109
179

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

Portions of RGB colors in percentages

R + G + B = 171 + 109 + 179 = 459 (100%)
R 171 of 459 ~ 37.25%
G 109 of 459 ~ 23.75%
B 179 of 459 ~ 39'%

%37.25
%23.75
%39

CMYK color model

#AB6DB3 color CMYK value is (4,39,0,30).

  • cyan value is 4.47%
  • magenta value is 39.11%
  • yellow value is 0.00%
  • key color value is 29.80%

CMYK: (4,39,0,30)
C4M39Y0K30 (4%, 39%, 0%, 30%)
(0.04 / 0.39 / 0.00 / 0.30)

CMYK percentages

%4.47
%39.11
%0
%29.8

Codes

Color #AB6DB3 in popluar color models

AB 6D B3
RGB 171 109 179
HSL 293° 31.53% 56.47%
HSB/HSV 293° 39.11% 70.20%
CMYK 4.47% 39.11% 0.00%
29.80%

Color #AB6DB3 in popluar number systems.

HEX AB 6D B3
Decimal 171 109 179
Binary 10101011 1101101 10110011
Octal 253 155 263

Shades and tints

Shades of #AB6DB3

#AB6DB3
(171,109,179)
#9C64A3
(156,100,163)
#8D5B93
(141,91,147)
#7E5283
(126,82,131)
#6F4973
(111,73,115)
#604063
(96,64,99)
#513753
(81,55,83)
#422E43
(66,46,67)
#332533
(51,37,51)
#241C23
(36,28,35)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #AB6DB3

#AB6DB3
(171,109,179)
#B27AB9
(178,122,185)
#B987BF
(185,135,191)
#C094C5
(192,148,197)
#C7A1CB
(199,161,203)
#CEAED1
(206,174,209)
#D5BBD7
(213,187,215)
#DCC8DD
(220,200,221)
#E3D5E3
(227,213,227)
#EAE2E9
(234,226,233)
#F1EFEF
(241,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB6DB3; }

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

This text font color is #AB6DB3.

Background Color

.myBgColor { background-color: #AB6DB3; }

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

This div background color is #AB6DB3.

Border color

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

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

This div border color is #AB6DB3.

Opacity

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

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

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

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

This text has shadow with #AB6DB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB6DB3.

Preview

Color preview on black background

This text has color #AB6DB3 on black background.


Color preview on white background

This text has color #AB6DB3 on white background.


Black color preview on #AB6DB3 background

This text has black color on #AB6DB3 background.


White color preview on #AB6DB3 background

This text has white color on #AB6DB3 background.


Related colors

Complementary color

Complementary color for #hex is #54924C.


I love getcolorcode.com

Triadic colors

1 #B3AB6D and #6DB3AB with #AB6DB3 are triadic colors.

2 #B36DAB and #6DABB3 with #AB6DB3 are triadic colors.