COLOR #A4A0BC

HEX: #A4A0BC RGB: (164,160,188)

Color info

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

RGB color model

#A4A0BC color RGB value is (164,160,188).

RGB: (164,160,188) (64%, 63%, 74%)

RGB channels and saturation

R 164 of 255 = 64%
G 160 of 255 = 63%
B 188 of 255 = 74%

164
160
188

R + G + B ~ 67%. #A4A0BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 160 + 188 = 512 (100%)
R 164 of 512 ~ 32.03%
G 160 of 512 ~ 31.25%
B 188 of 512 ~ 36.72'%

%32.03
%31.25
%36.72

CMYK color model

#A4A0BC color CMYK value is (13,15,0,26).

  • cyan value is 12.77%
  • magenta value is 14.89%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (13,15,0,26)
C13M15Y0K26 (13%, 15%, 0%, 26%)
(0.13 / 0.15 / 0.00 / 0.26)

CMYK percentages

%12.77
%14.89
%0
%26.27

Codes

Color #A4A0BC in popluar color models

A4 A0 BC
RGB 164 160 188
HSL 249° 17.28% 68.24%
HSB/HSV 249° 14.89% 73.73%
CMYK 12.77% 14.89% 0.00%
26.27%

Color #A4A0BC in popluar number systems.

HEX A4 A0 BC
Decimal 164 160 188
Binary 10100100 10100000 10111100
Octal 244 240 274

Shades and tints

Shades of #A4A0BC

#A4A0BC
(164,160,188)
#9692AB
(150,146,171)
#88849A
(136,132,154)
#7A7689
(122,118,137)
#6C6878
(108,104,120)
#5E5A67
(94,90,103)
#504C56
(80,76,86)
#423E45
(66,62,69)
#343034
(52,48,52)
#262223
(38,34,35)
#181412
(24,20,18)
#000000
(0,0,0)

Tints of #A4A0BC

#A4A0BC
(164,160,188)
#ACA8C2
(172,168,194)
#B4B0C8
(180,176,200)
#BCB8CE
(188,184,206)
#C4C0D4
(196,192,212)
#CCC8DA
(204,200,218)
#D4D0E0
(212,208,224)
#DCD8E6
(220,216,230)
#E4E0EC
(228,224,236)
#ECE8F2
(236,232,242)
#F4F0F8
(244,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4A0BC color. Also use rgb(164,160,188) instead hex code.

Text Font Color

.myTextColor { color: #A4A0BC; }

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

This text font color is #A4A0BC.

Background Color

.myBgColor { background-color: #A4A0BC; }

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

This div background color is #A4A0BC.

Border color

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

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

This div border color is #A4A0BC.

Opacity

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

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

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

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

This text has shadow with #A4A0BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4A0BC.

Preview

Color preview on black background

This text has color #A4A0BC on black background.


Color preview on white background

This text has color #A4A0BC on white background.


Black color preview on #A4A0BC background

This text has black color on #A4A0BC background.


White color preview on #A4A0BC background

This text has white color on #A4A0BC background.


Related colors

Complementary color

Complementary color for #hex is #5B5F43.


I love getcolorcode.com

Triadic colors

1 #BCA4A0 and #A0BCA4 with #A4A0BC are triadic colors.

2 #BCA0A4 and #A0A4BC with #A4A0BC are triadic colors.