COLOR #AB7AC5

HEX: #AB7AC5 RGB: (171,122,197)

Color info

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

RGB color model

#AB7AC5 color RGB value is (171,122,197).

RGB: (171,122,197) (67%, 48%, 77%)

RGB channels and saturation

R 171 of 255 = 67%
G 122 of 255 = 48%
B 197 of 255 = 77%

171
122
197

R + G + B ~ 64%. #AB7AC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 122 + 197 = 490 (100%)
R 171 of 490 ~ 34.9%
G 122 of 490 ~ 24.9%
B 197 of 490 ~ 40.2'%

%34.9
%24.9
%40.2

CMYK color model

#AB7AC5 color CMYK value is (13,38,0,23).

  • cyan value is 13.20%
  • magenta value is 38.07%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (13,38,0,23)
C13M38Y0K23 (13%, 38%, 0%, 23%)
(0.13 / 0.38 / 0.00 / 0.23)

CMYK percentages

%13.2
%38.07
%0
%22.75

Codes

Color #AB7AC5 in popluar color models

AB 7A C5
RGB 171 122 197
HSL 279° 39.27% 62.55%
HSB/HSV 279° 38.07% 77.25%
CMYK 13.20% 38.07% 0.00%
22.75%

Color #AB7AC5 in popluar number systems.

HEX AB 7A C5
Decimal 171 122 197
Binary 10101011 1111010 11000101
Octal 253 172 305

Shades and tints

Shades of #AB7AC5

#AB7AC5
(171,122,197)
#9C6FB4
(156,111,180)
#8D64A3
(141,100,163)
#7E5992
(126,89,146)
#6F4E81
(111,78,129)
#604370
(96,67,112)
#51385F
(81,56,95)
#422D4E
(66,45,78)
#33223D
(51,34,61)
#24172C
(36,23,44)
#150C1B
(21,12,27)
#000000
(0,0,0)

Tints of #AB7AC5

#AB7AC5
(171,122,197)
#B286CA
(178,134,202)
#B992CF
(185,146,207)
#C09ED4
(192,158,212)
#C7AAD9
(199,170,217)
#CEB6DE
(206,182,222)
#D5C2E3
(213,194,227)
#DCCEE8
(220,206,232)
#E3DAED
(227,218,237)
#EAE6F2
(234,230,242)
#F1F2F7
(241,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB7AC5 color. Also use rgb(171,122,197) instead hex code.

Text Font Color

.myTextColor { color: #AB7AC5; }

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

This text font color is #AB7AC5.

Background Color

.myBgColor { background-color: #AB7AC5; }

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

This div background color is #AB7AC5.

Border color

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

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

This div border color is #AB7AC5.

Opacity

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

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

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

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

This text has shadow with #AB7AC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB7AC5.

Preview

Color preview on black background

This text has color #AB7AC5 on black background.


Color preview on white background

This text has color #AB7AC5 on white background.


Black color preview on #AB7AC5 background

This text has black color on #AB7AC5 background.


White color preview on #AB7AC5 background

This text has white color on #AB7AC5 background.


Related colors

Complementary color

Complementary color for #hex is #54853A.


I love getcolorcode.com

Triadic colors

1 #C5AB7A and #7AC5AB with #AB7AC5 are triadic colors.

2 #C57AAB and #7AABC5 with #AB7AC5 are triadic colors.