COLOR #A992CA

HEX: #A992CA RGB: (169,146,202)

Color info

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

RGB color model

#A992CA color RGB value is (169,146,202).

RGB: (169,146,202) (66%, 57%, 79%)

RGB channels and saturation

R 169 of 255 = 66%
G 146 of 255 = 57%
B 202 of 255 = 79%

169
146
202

R + G + B ~ 67%. #A992CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 146 + 202 = 517 (100%)
R 169 of 517 ~ 32.69%
G 146 of 517 ~ 28.24%
B 202 of 517 ~ 39.07'%

%32.69
%28.24
%39.07

CMYK color model

#A992CA color CMYK value is (16,28,0,21).

  • cyan value is 16.34%
  • magenta value is 27.72%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK: (16,28,0,21) C16M28Y0K21 (16%,28%,0%,21%) (0.16/0.28/0.00/0.21) 

CMYK percentages

%16.34
%27.72
%0
%20.78

Codes

Color #A992CA in popluar color models

A9 92 CA
RGB 169 146 202
HSL 265° 34.57% 68.24%
HSB/HSV 265° 27.72% 79.22%
CMYK 16.34% 27.72% 0.00%
20.78%

Color #A992CA in popluar number systems.

HEX A9 92 CA
Decimal 169 146 202
Binary 10101001 10010010 11001010
Octal 251 222 312

Shades and tints

Shades of #A992CA

#A992CA
(169,146,202)
#9A85B8
(154,133,184)
#8B78A6
(139,120,166)
#7C6B94
(124,107,148)
#6D5E82
(109,94,130)
#5E5170
(94,81,112)
#4F445E
(79,68,94)
#40374C
(64,55,76)
#312A3A
(49,42,58)
#221D28
(34,29,40)
#131016
(19,16,22)
#000000
(0,0,0)

Tints of #A992CA

#A992CA
(169,146,202)
#B09BCE
(176,155,206)
#B7A4D2
(183,164,210)
#BEADD6
(190,173,214)
#C5B6DA
(197,182,218)
#CCBFDE
(204,191,222)
#D3C8E2
(211,200,226)
#DAD1E6
(218,209,230)
#E1DAEA
(225,218,234)
#E8E3EE
(232,227,238)
#EFECF2
(239,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A992CA; }

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

This text font color is #A992CA.

Background Color

.myBgColor { background-color: #A992CA; }

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

This div background color is #A992CA.

Border color

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

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

This div border color is #A992CA.

Opacity

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

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

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

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

This text has shadow with #A992CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A992CA.

Preview

Color preview on black background

This text has color #A992CA on black background.


Color preview on white background

This text has color #A992CA on white background.


Black color preview on #A992CA background

This text has black color on #A992CA background.


White color preview on #A992CA background

This text has white color on #A992CA background.


Related colors

Complementary color

Complementary color for #hex is #566D35.


I love getcolorcode.com

Triadic colors

1 #CAA992 and #92CAA9 with #A992CA are triadic colors.

2 #CA92A9 and #92A9CA with #A992CA are triadic colors.