COLOR #A992D9

HEX: #A992D9
RGB: (169,146,217)

Color info

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

RGB color model

#A992D9 color RGB value is (169,146,217).

  • red value is 169;
  • green value is 146;
  • blue value is 217.
RGB:
(169,146,217)
(66%,57%,85%)

RGB channels and saturation

R 169 of 255 = 66%
G 146 of 255 = 57%
B 217 of 255 = 85%

169
146
217

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

Portions of RGB colors in percentages

R + G + B =
169 + 146 + 217 = 532 (100%)
R 169 of 532 ~ 31.77%
G 146 of 532 ~ 27.44%
B 217 of 532 ~ 40.79%

%31.77
%27.44
%40.79

CMYK color model

#A992D9 color CMYK value is (22,33,0,15).

  • cyan value is 22.12%
  • magenta value is 32.72%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(22,33,0,15)
C22M33Y0K15 
(22%,33%,0%,15%)
(0.22/0.33/0.00/0.15)	

CMYK percentages

%22.12
%32.72
%0
%14.9

Codes

Color #A992D9 in popluar color models

A992D9
RGB169146217
HSL259°48.30%71.18%
HSB/HSV259°32.72%85.10%
CMYK22.12%32.72%0.00%
14.90%

Color #A992D9 in popluar number systems.

HEXA992D9
Decimal169146217
Binary101010011001001011011001
Octal251222331

Shades and tints

Shades of #A992D9

#A992D9
(169,146,217)
#9A85C6
(154,133,198)
#8B78B3
(139,120,179)
#7C6BA0
(124,107,160)
#6D5E8D
(109,94,141)
#5E517A
(94,81,122)
#4F4467
(79,68,103)
#403754
(64,55,84)
#312A41
(49,42,65)
#221D2E
(34,29,46)
#13101B
(19,16,27)
#000000
(0,0,0)

Tints of #A992D9

#A992D9
(169,146,217)
#B09BDC
(176,155,220)
#B7A4DF
(183,164,223)
#BEADE2
(190,173,226)
#C5B6E5
(197,182,229)
#CCBFE8
(204,191,232)
#D3C8EB
(211,200,235)
#DAD1EE
(218,209,238)
#E1DAF1
(225,218,241)
#E8E3F4
(232,227,244)
#EFECF7
(239,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A992D9 color. Also use rgb(169,146,217) instead hex code.

Text Font Color

.myTextColor { color: #A992D9; }

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

This text font color is #A992D9.


Background Color

.myBgColor { background-color: #A992D9; }

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

This div background color is #A992D9.


Border color

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

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

This div border color is #A992D9.


Opacity

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

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

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

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

This text has shadow with #A992D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A992D9 on black background.


Color preview on white background

This text has color #A992D9 on white background.



Black color preview on #A992D9 background

This text has black color on #A992D9 background.


White color preview on #A992D9 background

This text has white color on #A992D9 background.