COLOR #A88ABB

HEX: #A88ABB RGB: (168,138,187)

Color info

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

RGB color model

#A88ABB color RGB value is (168,138,187).

RGB: (168,138,187) (66%, 54%, 73%)

RGB channels and saturation

R 168 of 255 = 66%
G 138 of 255 = 54%
B 187 of 255 = 73%

168
138
187

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

Portions of RGB colors in percentages

R + G + B = 168 + 138 + 187 = 493 (100%)
R 168 of 493 ~ 34.08%
G 138 of 493 ~ 27.99%
B 187 of 493 ~ 37.93'%

%34.08
%27.99
%37.93

CMYK color model

#A88ABB color CMYK value is (10,26,0,27).

  • cyan value is 10.16%
  • magenta value is 26.20%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK: (10,26,0,27) C10M26Y0K27 (10%,26%,0%,27%) (0.10/0.26/0.00/0.27) 

CMYK percentages

%10.16
%26.2
%0
%26.67

Codes

Color #A88ABB in popluar color models

A8 8A BB
RGB 168 138 187
HSL 277° 26.49% 63.73%
HSB/HSV 277° 26.20% 73.33%
CMYK 10.16% 26.20% 0.00%
26.67%

Color #A88ABB in popluar number systems.

HEX A8 8A BB
Decimal 168 138 187
Binary 10101000 10001010 10111011
Octal 250 212 273

Shades and tints

Shades of #A88ABB

#A88ABB
(168,138,187)
#997EAA
(153,126,170)
#8A7299
(138,114,153)
#7B6688
(123,102,136)
#6C5A77
(108,90,119)
#5D4E66
(93,78,102)
#4E4255
(78,66,85)
#3F3644
(63,54,68)
#302A33
(48,42,51)
#211E22
(33,30,34)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #A88ABB

#A88ABB
(168,138,187)
#AF94C1
(175,148,193)
#B69EC7
(182,158,199)
#BDA8CD
(189,168,205)
#C4B2D3
(196,178,211)
#CBBCD9
(203,188,217)
#D2C6DF
(210,198,223)
#D9D0E5
(217,208,229)
#E0DAEB
(224,218,235)
#E7E4F1
(231,228,241)
#EEEEF7
(238,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A88ABB color. Also use rgb(168,138,187) instead hex code.

Text Font Color

.myTextColor { color: #A88ABB; }

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

This text font color is #A88ABB.

Background Color

.myBgColor { background-color: #A88ABB; }

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

This div background color is #A88ABB.

Border color

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

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

This div border color is #A88ABB.

Opacity

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

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

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

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

This text has shadow with #A88ABB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A88ABB.

Preview

Color preview on black background

This text has color #A88ABB on black background.


Color preview on white background

This text has color #A88ABB on white background.


Black color preview on #A88ABB background

This text has black color on #A88ABB background.


White color preview on #A88ABB background

This text has white color on #A88ABB background.


Related colors

Complementary color

Complementary color for #hex is #577544.


I love getcolorcode.com

Triadic colors

1 #BBA88A and #8ABBA8 with #A88ABB are triadic colors.

2 #BB8AA8 and #8AA8BB with #A88ABB are triadic colors.