COLOR #AB6ADD

HEX: #AB6ADD
RGB: (171,106,221)

Color info

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

RGB color model

#AB6ADD color RGB value is (171,106,221).

  • red value is 171;
  • green value is 106;
  • blue value is 221.
RGB:
(171,106,221)
(67%,42%,87%)

RGB channels and saturation

R 171 of 255 = 67%
G 106 of 255 = 42%
B 221 of 255 = 87%

171
106
221

R + G + B ~ 65%. #AB6ADD is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 106 + 221 = 498 (100%)
R 171 of 498 ~ 34.34%
G 106 of 498 ~ 21.29%
B 221 of 498 ~ 44.38%

%34.34
%21.29
%44.38

CMYK color model

#AB6ADD color CMYK value is (23,52,0,13).

  • cyan value is 22.62%
  • magenta value is 52.04%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(23,52,0,13)
C23M52Y0K13 
(23%,52%,0%,13%)
(0.23/0.52/0.00/0.13)	

CMYK percentages

%22.62
%52.04
%0
%13.33

Codes

Color #AB6ADD in popluar color models

AB6ADD
RGB171106221
HSL274°62.84%64.12%
HSB/HSV274°52.04%86.67%
CMYK22.62%52.04%0.00%
13.33%

Color #AB6ADD in popluar number systems.

HEXAB6ADD
Decimal171106221
Binary10101011110101011011101
Octal253152335

Shades and tints

Shades of #AB6ADD

#AB6ADD
(171,106,221)
#9C61C9
(156,97,201)
#8D58B5
(141,88,181)
#7E4FA1
(126,79,161)
#6F468D
(111,70,141)
#603D79
(96,61,121)
#513465
(81,52,101)
#422B51
(66,43,81)
#33223D
(51,34,61)
#241929
(36,25,41)
#151015
(21,16,21)
#000000
(0,0,0)

Tints of #AB6ADD

#AB6ADD
(171,106,221)
#B277E0
(178,119,224)
#B984E3
(185,132,227)
#C091E6
(192,145,230)
#C79EE9
(199,158,233)
#CEABEC
(206,171,236)
#D5B8EF
(213,184,239)
#DCC5F2
(220,197,242)
#E3D2F5
(227,210,245)
#EADFF8
(234,223,248)
#F1ECFB
(241,236,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB6ADD color. Also use rgb(171,106,221) instead hex code.

Text Font Color

.myTextColor { color: #AB6ADD; }

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

This text font color is #AB6ADD.


Background Color

.myBgColor { background-color: #AB6ADD; }

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

This div background color is #AB6ADD.


Border color

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

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

This div border color is #AB6ADD.


Opacity

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

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

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

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

This text has shadow with #AB6ADD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB6ADD on black background.


Color preview on white background

This text has color #AB6ADD on white background.



Black color preview on #AB6ADD background

This text has black color on #AB6ADD background.


White color preview on #AB6ADD background

This text has white color on #AB6ADD background.