COLOR #A492AC

HEX: #A492AC RGB: (164,146,172)

Color info

#A492AC contains red, green and blue colors in about the same proportion. Web safe color of #A492AC is #999999 (or #999).

RGB color model

#A492AC color RGB value is (164,146,172).

RGB: (164,146,172) (64%, 57%, 67%)

RGB channels and saturation

R 164 of 255 = 64%
G 146 of 255 = 57%
B 172 of 255 = 67%

164
146
172

R + G + B ~ 63%. #A492AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 146 + 172 = 482 (100%)
R 164 of 482 ~ 34.02%
G 146 of 482 ~ 30.29%
B 172 of 482 ~ 35.68'%

%34.02
%30.29
%35.68

CMYK color model

#A492AC color CMYK value is (5,15,0,33).

  • cyan value is 4.65%
  • magenta value is 15.12%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (5,15,0,33)
C5M15Y0K33 (5%, 15%, 0%, 33%)
(0.05 / 0.15 / 0.00 / 0.33)

CMYK percentages

%4.65
%15.12
%0
%32.55

Codes

Color #A492AC in popluar color models

A4 92 AC
RGB 164 146 172
HSL 282° 13.54% 62.35%
HSB/HSV 282° 15.12% 67.45%
CMYK 4.65% 15.12% 0.00%
32.55%

Color #A492AC in popluar number systems.

HEX A4 92 AC
Decimal 164 146 172
Binary 10100100 10010010 10101100
Octal 244 222 254

Shades and tints

Shades of #A492AC

#A492AC
(164,146,172)
#96859D
(150,133,157)
#88788E
(136,120,142)
#7A6B7F
(122,107,127)
#6C5E70
(108,94,112)
#5E5161
(94,81,97)
#504452
(80,68,82)
#423743
(66,55,67)
#342A34
(52,42,52)
#261D25
(38,29,37)
#181016
(24,16,22)
#000000
(0,0,0)

Tints of #A492AC

#A492AC
(164,146,172)
#AC9BB3
(172,155,179)
#B4A4BA
(180,164,186)
#BCADC1
(188,173,193)
#C4B6C8
(196,182,200)
#CCBFCF
(204,191,207)
#D4C8D6
(212,200,214)
#DCD1DD
(220,209,221)
#E4DAE4
(228,218,228)
#ECE3EB
(236,227,235)
#F4ECF2
(244,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A492AC color. Also use rgb(164,146,172) instead hex code.

Text Font Color

.myTextColor { color: #A492AC; }

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

This text font color is #A492AC.

Background Color

.myBgColor { background-color: #A492AC; }

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

This div background color is #A492AC.

Border color

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

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

This div border color is #A492AC.

Opacity

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

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

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

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

This text has shadow with #A492AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A492AC.

Preview

Color preview on black background

This text has color #A492AC on black background.


Color preview on white background

This text has color #A492AC on white background.


Black color preview on #A492AC background

This text has black color on #A492AC background.


White color preview on #A492AC background

This text has white color on #A492AC background.


Related colors

Complementary color

Complementary color for #hex is #5B6D53.


I love getcolorcode.com

Triadic colors

1 #ACA492 and #92ACA4 with #A492AC are triadic colors.

2 #AC92A4 and #92A4AC with #A492AC are triadic colors.