COLOR #AB8AC0

HEX: #AB8AC0 RGB: (171,138,192)

Color info

#AB8AC0 contains red, green and blue colors in about the same proportion. Web safe color of #AB8AC0 is #9999CC (or #99C).

RGB color model

#AB8AC0 color RGB value is (171,138,192).

RGB: (171,138,192) (67%, 54%, 75%)

RGB channels and saturation

R 171 of 255 = 67%
G 138 of 255 = 54%
B 192 of 255 = 75%

171
138
192

R + G + B ~ 65%. #AB8AC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 138 + 192 = 501 (100%)
R 171 of 501 ~ 34.13%
G 138 of 501 ~ 27.54%
B 192 of 501 ~ 38.32'%

%34.13
%27.54
%38.32

CMYK color model

#AB8AC0 color CMYK value is (11,28,0,25).

  • cyan value is 10.94%
  • magenta value is 28.13%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (11,28,0,25)
C11M28Y0K25 (11%, 28%, 0%, 25%)
(0.11 / 0.28 / 0.00 / 0.25)

CMYK percentages

%10.94
%28.13
%0
%24.71

Codes

Color #AB8AC0 in popluar color models

AB 8A C0
RGB 171 138 192
HSL 277° 30.00% 64.71%
HSB/HSV 277° 28.13% 75.29%
CMYK 10.94% 28.13% 0.00%
24.71%

Color #AB8AC0 in popluar number systems.

HEX AB 8A C0
Decimal 171 138 192
Binary 10101011 10001010 11000000
Octal 253 212 300

Shades and tints

Shades of #AB8AC0

#AB8AC0
(171,138,192)
#9C7EAF
(156,126,175)
#8D729E
(141,114,158)
#7E668D
(126,102,141)
#6F5A7C
(111,90,124)
#604E6B
(96,78,107)
#51425A
(81,66,90)
#423649
(66,54,73)
#332A38
(51,42,56)
#241E27
(36,30,39)
#151216
(21,18,22)
#000000
(0,0,0)

Tints of #AB8AC0

#AB8AC0
(171,138,192)
#B294C5
(178,148,197)
#B99ECA
(185,158,202)
#C0A8CF
(192,168,207)
#C7B2D4
(199,178,212)
#CEBCD9
(206,188,217)
#D5C6DE
(213,198,222)
#DCD0E3
(220,208,227)
#E3DAE8
(227,218,232)
#EAE4ED
(234,228,237)
#F1EEF2
(241,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB8AC0 color. Also use rgb(171,138,192) instead hex code.

Text Font Color

.myTextColor { color: #AB8AC0; }

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

This text font color is #AB8AC0.

Background Color

.myBgColor { background-color: #AB8AC0; }

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

This div background color is #AB8AC0.

Border color

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

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

This div border color is #AB8AC0.

Opacity

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

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

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

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

This text has shadow with #AB8AC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB8AC0.

Preview

Color preview on black background

This text has color #AB8AC0 on black background.


Color preview on white background

This text has color #AB8AC0 on white background.


Black color preview on #AB8AC0 background

This text has black color on #AB8AC0 background.


White color preview on #AB8AC0 background

This text has white color on #AB8AC0 background.


Related colors

Complementary color

Complementary color for #hex is #54753F.


I love getcolorcode.com

Triadic colors

1 #C0AB8A and #8AC0AB with #AB8AC0 are triadic colors.

2 #C08AAB and #8AABC0 with #AB8AC0 are triadic colors.