COLOR #AB67C6

HEX: #AB67C6
RGB: (171,103,198)

Color info

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

RGB color model

#AB67C6 color RGB value is (171,103,198).

  • red value is 171;
  • green value is 103;
  • blue value is 198.
RGB:
(171,103,198)
(67%,40%,78%)

RGB channels and saturation

R 171 of 255 = 67%
G 103 of 255 = 40%
B 198 of 255 = 78%

171
103
198

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

Portions of RGB colors in percentages

R + G + B =
171 + 103 + 198 = 472 (100%)
R 171 of 472 ~ 36.23%
G 103 of 472 ~ 21.82%
B 198 of 472 ~ 41.95%

%36.23
%21.82
%41.95

CMYK color model

#AB67C6 color CMYK value is (14,48,0,22).

  • cyan value is 13.64%
  • magenta value is 47.98%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(14,48,0,22)
C14M48Y0K22 
(14%,48%,0%,22%)
(0.14/0.48/0.00/0.22)	

CMYK percentages

%13.64
%47.98
%0
%22.35

Codes

Color #AB67C6 in popluar color models

AB67C6
RGB171103198
HSL283°45.45%59.02%
HSB/HSV283°47.98%77.65%
CMYK13.64%47.98%0.00%
22.35%

Color #AB67C6 in popluar number systems.

HEXAB67C6
Decimal171103198
Binary10101011110011111000110
Octal253147306

Shades and tints

Shades of #AB67C6

#AB67C6
(171,103,198)
#9C5EB4
(156,94,180)
#8D55A2
(141,85,162)
#7E4C90
(126,76,144)
#6F437E
(111,67,126)
#603A6C
(96,58,108)
#51315A
(81,49,90)
#422848
(66,40,72)
#331F36
(51,31,54)
#241624
(36,22,36)
#150D12
(21,13,18)
#000000
(0,0,0)

Tints of #AB67C6

#AB67C6
(171,103,198)
#B274CB
(178,116,203)
#B981D0
(185,129,208)
#C08ED5
(192,142,213)
#C79BDA
(199,155,218)
#CEA8DF
(206,168,223)
#D5B5E4
(213,181,228)
#DCC2E9
(220,194,233)
#E3CFEE
(227,207,238)
#EADCF3
(234,220,243)
#F1E9F8
(241,233,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB67C6 color. Also use rgb(171,103,198) instead hex code.

Text Font Color

.myTextColor { color: #AB67C6; }

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

This text font color is #AB67C6.


Background Color

.myBgColor { background-color: #AB67C6; }

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

This div background color is #AB67C6.


Border color

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

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

This div border color is #AB67C6.


Opacity

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

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

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

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

This text has shadow with #AB67C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB67C6 on black background.


Color preview on white background

This text has color #AB67C6 on white background.



Black color preview on #AB67C6 background

This text has black color on #AB67C6 background.


White color preview on #AB67C6 background

This text has white color on #AB67C6 background.