COLOR #AB6293

HEX: #AB6293
RGB: (171,98,147)

Color info

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

RGB color model

#AB6293 color RGB value is (171,98,147).

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

RGB channels and saturation

R 171 of 255 = 67%
G 98 of 255 = 38%
B 147 of 255 = 58%

171
98
147

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

Portions of RGB colors in percentages

R + G + B =
171 + 98 + 147 = 416 (100%)
R 171 of 416 ~ 41.11%
G 98 of 416 ~ 23.56%
B 147 of 416 ~ 35.34%

%41.11
%23.56
%35.34

CMYK color model

#AB6293 color CMYK value is (0,43,14,33).

  • cyan value is 0.00%
  • magenta value is 42.69%
  • yellow value is 14.04%
  • key color value is 32.94%
CMYK:
(0,43,14,33)
C0M43Y14K33 
(0%,43%,14%,33%)
(0.00/0.43/0.14/0.33)	

CMYK percentages

%0
%42.69
%14.04
%32.94

Codes

Color #AB6293 in popluar color models

AB6293
RGB17198147
HSL320°30.29%52.75%
HSB/HSV320°42.69%67.06%
CMYK0.00%42.69%14.04%
32.94%

Color #AB6293 in popluar number systems.

HEXAB6293
Decimal17198147
Binary10101011110001010010011
Octal253142223

Shades and tints

Shades of #AB6293

#AB6293
(171,98,147)
#9C5A86
(156,90,134)
#8D5279
(141,82,121)
#7E4A6C
(126,74,108)
#6F425F
(111,66,95)
#603A52
(96,58,82)
#513245
(81,50,69)
#422A38
(66,42,56)
#33222B
(51,34,43)
#241A1E
(36,26,30)
#151211
(21,18,17)
#000000
(0,0,0)

Tints of #AB6293

#AB6293
(171,98,147)
#B2709C
(178,112,156)
#B97EA5
(185,126,165)
#C08CAE
(192,140,174)
#C79AB7
(199,154,183)
#CEA8C0
(206,168,192)
#D5B6C9
(213,182,201)
#DCC4D2
(220,196,210)
#E3D2DB
(227,210,219)
#EAE0E4
(234,224,228)
#F1EEED
(241,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB6293; }

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

This text font color is #AB6293.


Background Color

.myBgColor { background-color: #AB6293; }

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

This div background color is #AB6293.


Border color

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

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

This div border color is #AB6293.


Opacity

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

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

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

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

This text has shadow with #AB6293 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB6293 on black background.


Color preview on white background

This text has color #AB6293 on white background.



Black color preview on #AB6293 background

This text has black color on #AB6293 background.


White color preview on #AB6293 background

This text has white color on #AB6293 background.