COLOR #A492BF

HEX: #A492BF
RGB: (164,146,191)

Color info

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

RGB color model

#A492BF color RGB value is (164,146,191).

  • red value is 164;
  • green value is 146;
  • blue value is 191.
RGB:
(164,146,191)
(64%,57%,75%)

RGB channels and saturation

R 164 of 255 = 64%
G 146 of 255 = 57%
B 191 of 255 = 75%

164
146
191

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

Portions of RGB colors in percentages

R + G + B =
164 + 146 + 191 = 501 (100%)
R 164 of 501 ~ 32.73%
G 146 of 501 ~ 29.14%
B 191 of 501 ~ 38.12%

%32.73
%29.14
%38.12

CMYK color model

#A492BF color CMYK value is (14,24,0,25).

  • cyan value is 14.14%
  • magenta value is 23.56%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(14,24,0,25)
C14M24Y0K25 
(14%,24%,0%,25%)
(0.14/0.24/0.00/0.25)	

CMYK percentages

%14.14
%23.56
%0
%25.1

Codes

Color #A492BF in popluar color models

A492BF
RGB164146191
HSL264°26.01%66.08%
HSB/HSV264°23.56%74.90%
CMYK14.14%23.56%0.00%
25.10%

Color #A492BF in popluar number systems.

HEXA492BF
Decimal164146191
Binary101001001001001010111111
Octal244222277

Shades and tints

Shades of #A492BF

#A492BF
(164,146,191)
#9685AE
(150,133,174)
#88789D
(136,120,157)
#7A6B8C
(122,107,140)
#6C5E7B
(108,94,123)
#5E516A
(94,81,106)
#504459
(80,68,89)
#423748
(66,55,72)
#342A37
(52,42,55)
#261D26
(38,29,38)
#181015
(24,16,21)
#000000
(0,0,0)

Tints of #A492BF

#A492BF
(164,146,191)
#AC9BC4
(172,155,196)
#B4A4C9
(180,164,201)
#BCADCE
(188,173,206)
#C4B6D3
(196,182,211)
#CCBFD8
(204,191,216)
#D4C8DD
(212,200,221)
#DCD1E2
(220,209,226)
#E4DAE7
(228,218,231)
#ECE3EC
(236,227,236)
#F4ECF1
(244,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A492BF; }

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

This text font color is #A492BF.


Background Color

.myBgColor { background-color: #A492BF; }

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

This div background color is #A492BF.


Border color

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

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

This div border color is #A492BF.


Opacity

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

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

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

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

This text has shadow with #A492BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A492BF on black background.


Color preview on white background

This text has color #A492BF on white background.



Black color preview on #A492BF background

This text has black color on #A492BF background.


White color preview on #A492BF background

This text has white color on #A492BF background.