COLOR #AB3CA8

HEX: #AB3CA8
RGB: (171,60,168)

Color info

#AB3CA8 contains mainly red and blue colors. Web safe color of #AB3CA8 is #993399 (or #939).

RGB color model

#AB3CA8 color RGB value is (171,60,168).

  • red value is 171;
  • green value is 60;
  • blue value is 168.
RGB:
(171,60,168)
(67%,24%,66%)

RGB channels and saturation

R 171 of 255 = 67%
G 60 of 255 = 24%
B 168 of 255 = 66%

171
60
168

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

Portions of RGB colors in percentages

R + G + B =
171 + 60 + 168 = 399 (100%)
R 171 of 399 ~ 42.86%
G 60 of 399 ~ 15.04%
B 168 of 399 ~ 42.11%

%42.86
%15.04
%42.11

CMYK color model

#AB3CA8 color CMYK value is (0,65,2,33).

  • cyan value is 0.00%
  • magenta value is 64.91%
  • yellow value is 1.75%
  • key color value is 32.94%
CMYK:
(0,65,2,33)
C0M65Y2K33 
(0%,65%,2%,33%)
(0.00/0.65/0.02/0.33)	

CMYK percentages

%0
%64.91
%1.75
%32.94

Codes

Color #AB3CA8 in popluar color models

AB3CA8
RGB17160168
HSL302°48.05%45.29%
HSB/HSV302°64.91%67.06%
CMYK0.00%64.91%1.75%
32.94%

Color #AB3CA8 in popluar number systems.

HEXAB3CA8
Decimal17160168
Binary1010101111110010101000
Octal25374250

Shades and tints

Shades of #AB3CA8

#AB3CA8
(171,60,168)
#9C3799
(156,55,153)
#8D328A
(141,50,138)
#7E2D7B
(126,45,123)
#6F286C
(111,40,108)
#60235D
(96,35,93)
#511E4E
(81,30,78)
#42193F
(66,25,63)
#331430
(51,20,48)
#240F21
(36,15,33)
#150A12
(21,10,18)
#000000
(0,0,0)

Tints of #AB3CA8

#AB3CA8
(171,60,168)
#B24DAF
(178,77,175)
#B95EB6
(185,94,182)
#C06FBD
(192,111,189)
#C780C4
(199,128,196)
#CE91CB
(206,145,203)
#D5A2D2
(213,162,210)
#DCB3D9
(220,179,217)
#E3C4E0
(227,196,224)
#EAD5E7
(234,213,231)
#F1E6EE
(241,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB3CA8 color. Also use rgb(171,60,168) instead hex code.

Text Font Color

.myTextColor { color: #AB3CA8; }

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

This text font color is #AB3CA8.


Background Color

.myBgColor { background-color: #AB3CA8; }

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

This div background color is #AB3CA8.


Border color

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

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

This div border color is #AB3CA8.


Opacity

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

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

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

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

This text has shadow with #AB3CA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB3CA8 on black background.


Color preview on white background

This text has color #AB3CA8 on white background.



Black color preview on #AB3CA8 background

This text has black color on #AB3CA8 background.


White color preview on #AB3CA8 background

This text has white color on #AB3CA8 background.