COLOR #A592AA

HEX: #A592AA
RGB: (165,146,170)

Color info

#A592AA contains red, green and blue colors in about the same proportion. Web safe color of #A592AA is #999999 (or #999).

RGB color model

#A592AA color RGB value is (165,146,170).

  • red value is 165;
  • green value is 146;
  • blue value is 170.
RGB:
(165,146,170)
(65%,57%,67%)

RGB channels and saturation

R 165 of 255 = 65%
G 146 of 255 = 57%
B 170 of 255 = 67%

165
146
170

R + G + B ~ 63%. #A592AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 146 + 170 = 481 (100%)
R 165 of 481 ~ 34.3%
G 146 of 481 ~ 30.35%
B 170 of 481 ~ 35.34%

%34.3
%30.35
%35.34

CMYK color model

#A592AA color CMYK value is (3,14,0,33).

  • cyan value is 2.94%
  • magenta value is 14.12%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(3,14,0,33)
C3M14Y0K33 
(3%,14%,0%,33%)
(0.03/0.14/0.00/0.33)	

CMYK percentages

%2.94
%14.12
%0
%33.33

Codes

Color #A592AA in popluar color models

A592AA
RGB165146170
HSL288°12.37%61.96%
HSB/HSV288°14.12%66.67%
CMYK2.94%14.12%0.00%
33.33%

Color #A592AA in popluar number systems.

HEXA592AA
Decimal165146170
Binary101001011001001010101010
Octal245222252

Shades and tints

Shades of #A592AA

#A592AA
(165,146,170)
#96859B
(150,133,155)
#87788C
(135,120,140)
#786B7D
(120,107,125)
#695E6E
(105,94,110)
#5A515F
(90,81,95)
#4B4450
(75,68,80)
#3C3741
(60,55,65)
#2D2A32
(45,42,50)
#1E1D23
(30,29,35)
#0F1014
(15,16,20)
#000000
(0,0,0)

Tints of #A592AA

#A592AA
(165,146,170)
#AD9BB1
(173,155,177)
#B5A4B8
(181,164,184)
#BDADBF
(189,173,191)
#C5B6C6
(197,182,198)
#CDBFCD
(205,191,205)
#D5C8D4
(213,200,212)
#DDD1DB
(221,209,219)
#E5DAE2
(229,218,226)
#EDE3E9
(237,227,233)
#F5ECF0
(245,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A592AA color. Also use rgb(165,146,170) instead hex code.

Text Font Color

.myTextColor { color: #A592AA; }

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

This text font color is #A592AA.


Background Color

.myBgColor { background-color: #A592AA; }

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

This div background color is #A592AA.


Border color

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

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

This div border color is #A592AA.


Opacity

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

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

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

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

This text has shadow with #A592AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A592AA on black background.


Color preview on white background

This text has color #A592AA on white background.



Black color preview on #A592AA background

This text has black color on #A592AA background.


White color preview on #A592AA background

This text has white color on #A592AA background.