COLOR #AB6393

HEX: #AB6393
RGB: (171,99,147)

Color info

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

RGB color model

#AB6393 color RGB value is (171,99,147).

  • red value is 171;
  • green value is 99;
  • blue value is 147.
RGB:
(171,99,147)
(67%,39%,58%)

RGB channels and saturation

R 171 of 255 = 67%
G 99 of 255 = 39%
B 147 of 255 = 58%

171
99
147

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

Portions of RGB colors in percentages

R + G + B =
171 + 99 + 147 = 417 (100%)
R 171 of 417 ~ 41.01%
G 99 of 417 ~ 23.74%
B 147 of 417 ~ 35.25%

%41.01
%23.74
%35.25

CMYK color model

#AB6393 color CMYK value is (0,42,14,33).

  • cyan value is 0.00%
  • magenta value is 42.11%
  • yellow value is 14.04%
  • key color value is 32.94%
CMYK:
(0,42,14,33)
C0M42Y14K33 
(0%,42%,14%,33%)
(0.00/0.42/0.14/0.33)	

CMYK percentages

%0
%42.11
%14.04
%32.94

Codes

Color #AB6393 in popluar color models

AB6393
RGB17199147
HSL320°30.00%52.94%
HSB/HSV320°42.11%67.06%
CMYK0.00%42.11%14.04%
32.94%

Color #AB6393 in popluar number systems.

HEXAB6393
Decimal17199147
Binary10101011110001110010011
Octal253143223

Shades and tints

Shades of #AB6393

#AB6393
(171,99,147)
#9C5A86
(156,90,134)
#8D5179
(141,81,121)
#7E486C
(126,72,108)
#6F3F5F
(111,63,95)
#603652
(96,54,82)
#512D45
(81,45,69)
#422438
(66,36,56)
#331B2B
(51,27,43)
#24121E
(36,18,30)
#150911
(21,9,17)
#000000
(0,0,0)

Tints of #AB6393

#AB6393
(171,99,147)
#B2719C
(178,113,156)
#B97FA5
(185,127,165)
#C08DAE
(192,141,174)
#C79BB7
(199,155,183)
#CEA9C0
(206,169,192)
#D5B7C9
(213,183,201)
#DCC5D2
(220,197,210)
#E3D3DB
(227,211,219)
#EAE1E4
(234,225,228)
#F1EFED
(241,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB6393 color. Also use rgb(171,99,147) instead hex code.

Text Font Color

.myTextColor { color: #AB6393; }

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

This text font color is #AB6393.


Background Color

.myBgColor { background-color: #AB6393; }

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

This div background color is #AB6393.


Border color

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

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

This div border color is #AB6393.


Opacity

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

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

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

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

This text has shadow with #AB6393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB6393 on black background.


Color preview on white background

This text has color #AB6393 on white background.



Black color preview on #AB6393 background

This text has black color on #AB6393 background.


White color preview on #AB6393 background

This text has white color on #AB6393 background.