COLOR #A492DC

HEX: #A492DC
RGB: (164,146,220)

Color info

#A492DC contains mainly red and blue colors. Web safe color of #A492DC is #9999CC (or #99C).

RGB color model

#A492DC color RGB value is (164,146,220).

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

RGB channels and saturation

R 164 of 255 = 64%
G 146 of 255 = 57%
B 220 of 255 = 86%

164
146
220

R + G + B ~ 69%. #A492DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 146 + 220 = 530 (100%)
R 164 of 530 ~ 30.94%
G 146 of 530 ~ 27.55%
B 220 of 530 ~ 41.51%

%30.94
%27.55
%41.51

CMYK color model

#A492DC color CMYK value is (25,34,0,14).

  • cyan value is 25.45%
  • magenta value is 33.64%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(25,34,0,14)
C25M34Y0K14 
(25%,34%,0%,14%)
(0.25/0.34/0.00/0.14)	

CMYK percentages

%25.45
%33.64
%0
%13.73

Codes

Color #A492DC in popluar color models

A492DC
RGB164146220
HSL255°51.39%71.76%
HSB/HSV255°33.64%86.27%
CMYK25.45%33.64%0.00%
13.73%

Color #A492DC in popluar number systems.

HEXA492DC
Decimal164146220
Binary101001001001001011011100
Octal244222334

Shades and tints

Shades of #A492DC

#A492DC
(164,146,220)
#9685C8
(150,133,200)
#8878B4
(136,120,180)
#7A6BA0
(122,107,160)
#6C5E8C
(108,94,140)
#5E5178
(94,81,120)
#504464
(80,68,100)
#423750
(66,55,80)
#342A3C
(52,42,60)
#261D28
(38,29,40)
#181014
(24,16,20)
#000000
(0,0,0)

Tints of #A492DC

#A492DC
(164,146,220)
#AC9BDF
(172,155,223)
#B4A4E2
(180,164,226)
#BCADE5
(188,173,229)
#C4B6E8
(196,182,232)
#CCBFEB
(204,191,235)
#D4C8EE
(212,200,238)
#DCD1F1
(220,209,241)
#E4DAF4
(228,218,244)
#ECE3F7
(236,227,247)
#F4ECFA
(244,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A492DC; }

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

This text font color is #A492DC.


Background Color

.myBgColor { background-color: #A492DC; }

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

This div background color is #A492DC.


Border color

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

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

This div border color is #A492DC.


Opacity

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

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

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

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

This text has shadow with #A492DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A492DC on black background.


Color preview on white background

This text has color #A492DC on white background.



Black color preview on #A492DC background

This text has black color on #A492DC background.


White color preview on #A492DC background

This text has white color on #A492DC background.