COLOR #A492F2

HEX: #A492F2 RGB: (164,146,242)

Color info

#A492F2 contains mainly blue color. Web safe color of #A492F2 is #9999FF (or #99F).

RGB color model

#A492F2 color RGB value is (164,146,242).

RGB: (164,146,242) (64%, 57%, 95%)

RGB channels and saturation

R 164 of 255 = 64%
G 146 of 255 = 57%
B 242 of 255 = 95%

164
146
242

R + G + B ~ 72%. #A492F2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 146 + 242 = 552 (100%)
R 164 of 552 ~ 29.71%
G 146 of 552 ~ 26.45%
B 242 of 552 ~ 43.84'%

%29.71
%26.45
%43.84

CMYK color model

#A492F2 color CMYK value is (32,40,0,5).

  • cyan value is 32.23%
  • magenta value is 39.67%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (32,40,0,5)
C32M40Y0K5 (32%, 40%, 0%, 5%)
(0.32 / 0.40 / 0.00 / 0.05)

CMYK percentages

%32.23
%39.67
%0
%5.1

Codes

Color #A492F2 in popluar color models

A4 92 F2
RGB 164 146 242
HSL 251° 78.69% 76.08%
HSB/HSV 251° 39.67% 94.90%
CMYK 32.23% 39.67% 0.00%
5.10%

Color #A492F2 in popluar number systems.

HEX A4 92 F2
Decimal 164 146 242
Binary 10100100 10010010 11110010
Octal 244 222 362

Shades and tints

Shades of #A492F2

#A492F2
(164,146,242)
#9685DC
(150,133,220)
#8878C6
(136,120,198)
#7A6BB0
(122,107,176)
#6C5E9A
(108,94,154)
#5E5184
(94,81,132)
#50446E
(80,68,110)
#423758
(66,55,88)
#342A42
(52,42,66)
#261D2C
(38,29,44)
#181016
(24,16,22)
#000000
(0,0,0)

Tints of #A492F2

#A492F2
(164,146,242)
#AC9BF3
(172,155,243)
#B4A4F4
(180,164,244)
#BCADF5
(188,173,245)
#C4B6F6
(196,182,246)
#CCBFF7
(204,191,247)
#D4C8F8
(212,200,248)
#DCD1F9
(220,209,249)
#E4DAFA
(228,218,250)
#ECE3FB
(236,227,251)
#F4ECFC
(244,236,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A492F2; }

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

This text font color is #A492F2.

Background Color

.myBgColor { background-color: #A492F2; }

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

This div background color is #A492F2.

Border color

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

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

This div border color is #A492F2.

Opacity

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

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

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

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

This text has shadow with #A492F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A492F2.

Preview

Color preview on black background

This text has color #A492F2 on black background.


Color preview on white background

This text has color #A492F2 on white background.


Black color preview on #A492F2 background

This text has black color on #A492F2 background.


White color preview on #A492F2 background

This text has white color on #A492F2 background.


Related colors

Complementary color

Complementary color for #hex is #5B6D0D.


I love getcolorcode.com

Triadic colors

1 #F2A492 and #92F2A4 with #A492F2 are triadic colors.

2 #F292A4 and #92A4F2 with #A492F2 are triadic colors.