COLOR #AB5FAC

HEX: #AB5FAC RGB: (171,95,172)

Color info

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

RGB color model

#AB5FAC color RGB value is (171,95,172).

RGB: (171,95,172) (67%, 37%, 67%)

RGB channels and saturation

R 171 of 255 = 67%
G 95 of 255 = 37%
B 172 of 255 = 67%

171
95
172

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

Portions of RGB colors in percentages

R + G + B = 171 + 95 + 172 = 438 (100%)
R 171 of 438 ~ 39.04%
G 95 of 438 ~ 21.69%
B 172 of 438 ~ 39.27'%

%39.04
%21.69
%39.27

CMYK color model

#AB5FAC color CMYK value is (1,45,0,33).

  • cyan value is 0.58%
  • magenta value is 44.77%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK: (1,45,0,33) C1M45Y0K33 (1%,45%,0%,33%) (0.01/0.45/0.00/0.33) 

CMYK percentages

%0.58
%44.77
%0
%32.55

Codes

Color #AB5FAC in popluar color models

AB 5F AC
RGB 171 95 172
HSL 299° 31.69% 52.35%
HSB/HSV 299° 44.77% 67.45%
CMYK 0.58% 44.77% 0.00%
32.55%

Color #AB5FAC in popluar number systems.

HEX AB 5F AC
Decimal 171 95 172
Binary 10101011 1011111 10101100
Octal 253 137 254

Shades and tints

Shades of #AB5FAC

#AB5FAC
(171,95,172)
#9C579D
(156,87,157)
#8D4F8E
(141,79,142)
#7E477F
(126,71,127)
#6F3F70
(111,63,112)
#603761
(96,55,97)
#512F52
(81,47,82)
#422743
(66,39,67)
#331F34
(51,31,52)
#241725
(36,23,37)
#150F16
(21,15,22)
#000000
(0,0,0)

Tints of #AB5FAC

#AB5FAC
(171,95,172)
#B26DB3
(178,109,179)
#B97BBA
(185,123,186)
#C089C1
(192,137,193)
#C797C8
(199,151,200)
#CEA5CF
(206,165,207)
#D5B3D6
(213,179,214)
#DCC1DD
(220,193,221)
#E3CFE4
(227,207,228)
#EADDEB
(234,221,235)
#F1EBF2
(241,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB5FAC color. Also use rgb(171,95,172) instead hex code.

Text Font Color

.myTextColor { color: #AB5FAC; }

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

This text font color is #AB5FAC.

Background Color

.myBgColor { background-color: #AB5FAC; }

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

This div background color is #AB5FAC.

Border color

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

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

This div border color is #AB5FAC.

Opacity

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

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

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

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

This text has shadow with #AB5FAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB5FAC.

Preview

Color preview on black background

This text has color #AB5FAC on black background.


Color preview on white background

This text has color #AB5FAC on white background.


Black color preview on #AB5FAC background

This text has black color on #AB5FAC background.


White color preview on #AB5FAC background

This text has white color on #AB5FAC background.


Related colors

Complementary color

Complementary color for #hex is #54A053.


I love getcolorcode.com

Triadic colors

1 #ACAB5F and #5FACAB with #AB5FAC are triadic colors.

2 #AC5FAB and #5FABAC with #AB5FAC are triadic colors.