COLOR #AB60D6

HEX: #AB60D6
RGB: (171,96,214)

Color info

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

RGB color model

#AB60D6 color RGB value is (171,96,214).

  • red value is 171;
  • green value is 96;
  • blue value is 214.
RGB:
(171,96,214)
(67%,38%,84%)

RGB channels and saturation

R 171 of 255 = 67%
G 96 of 255 = 38%
B 214 of 255 = 84%

171
96
214

R + G + B ~ 63%. #AB60D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 96 + 214 = 481 (100%)
R 171 of 481 ~ 35.55%
G 96 of 481 ~ 19.96%
B 214 of 481 ~ 44.49%

%35.55
%19.96
%44.49

CMYK color model

#AB60D6 color CMYK value is (20,55,0,16).

  • cyan value is 20.09%
  • magenta value is 55.14%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(20,55,0,16)
C20M55Y0K16 
(20%,55%,0%,16%)
(0.20/0.55/0.00/0.16)	

CMYK percentages

%20.09
%55.14
%0
%16.08

Codes

Color #AB60D6 in popluar color models

AB60D6
RGB17196214
HSL278°59.00%60.78%
HSB/HSV278°55.14%83.92%
CMYK20.09%55.14%0.00%
16.08%

Color #AB60D6 in popluar number systems.

HEXAB60D6
Decimal17196214
Binary10101011110000011010110
Octal253140326

Shades and tints

Shades of #AB60D6

#AB60D6
(171,96,214)
#9C58C3
(156,88,195)
#8D50B0
(141,80,176)
#7E489D
(126,72,157)
#6F408A
(111,64,138)
#603877
(96,56,119)
#513064
(81,48,100)
#422851
(66,40,81)
#33203E
(51,32,62)
#24182B
(36,24,43)
#151018
(21,16,24)
#000000
(0,0,0)

Tints of #AB60D6

#AB60D6
(171,96,214)
#B26ED9
(178,110,217)
#B97CDC
(185,124,220)
#C08ADF
(192,138,223)
#C798E2
(199,152,226)
#CEA6E5
(206,166,229)
#D5B4E8
(213,180,232)
#DCC2EB
(220,194,235)
#E3D0EE
(227,208,238)
#EADEF1
(234,222,241)
#F1ECF4
(241,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB60D6 color. Also use rgb(171,96,214) instead hex code.

Text Font Color

.myTextColor { color: #AB60D6; }

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

This text font color is #AB60D6.


Background Color

.myBgColor { background-color: #AB60D6; }

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

This div background color is #AB60D6.


Border color

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

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

This div border color is #AB60D6.


Opacity

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

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

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

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

This text has shadow with #AB60D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB60D6 on black background.


Color preview on white background

This text has color #AB60D6 on white background.



Black color preview on #AB60D6 background

This text has black color on #AB60D6 background.


White color preview on #AB60D6 background

This text has white color on #AB60D6 background.