COLOR #A592B3

HEX: #A592B3
RGB: (165,146,179)

Color info

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

RGB color model

#A592B3 color RGB value is (165,146,179).

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

RGB channels and saturation

R 165 of 255 = 65%
G 146 of 255 = 57%
B 179 of 255 = 70%

165
146
179

R + G + B ~ 64%. #A592B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 146 + 179 = 490 (100%)
R 165 of 490 ~ 33.67%
G 146 of 490 ~ 29.8%
B 179 of 490 ~ 36.53%

%33.67
%29.8
%36.53

CMYK color model

#A592B3 color CMYK value is (8,18,0,30).

  • cyan value is 7.82%
  • magenta value is 18.44%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(8,18,0,30)
C8M18Y0K30 
(8%,18%,0%,30%)
(0.08/0.18/0.00/0.30)	

CMYK percentages

%7.82
%18.44
%0
%29.8

Codes

Color #A592B3 in popluar color models

A592B3
RGB165146179
HSL275°17.84%63.73%
HSB/HSV275°18.44%70.20%
CMYK7.82%18.44%0.00%
29.80%

Color #A592B3 in popluar number systems.

HEXA592B3
Decimal165146179
Binary101001011001001010110011
Octal245222263

Shades and tints

Shades of #A592B3

#A592B3
(165,146,179)
#9685A3
(150,133,163)
#877893
(135,120,147)
#786B83
(120,107,131)
#695E73
(105,94,115)
#5A5163
(90,81,99)
#4B4453
(75,68,83)
#3C3743
(60,55,67)
#2D2A33
(45,42,51)
#1E1D23
(30,29,35)
#0F1013
(15,16,19)
#000000
(0,0,0)

Tints of #A592B3

#A592B3
(165,146,179)
#AD9BB9
(173,155,185)
#B5A4BF
(181,164,191)
#BDADC5
(189,173,197)
#C5B6CB
(197,182,203)
#CDBFD1
(205,191,209)
#D5C8D7
(213,200,215)
#DDD1DD
(221,209,221)
#E5DAE3
(229,218,227)
#EDE3E9
(237,227,233)
#F5ECEF
(245,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A592B3; }

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

This text font color is #A592B3.


Background Color

.myBgColor { background-color: #A592B3; }

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

This div background color is #A592B3.


Border color

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

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

This div border color is #A592B3.


Opacity

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

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

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

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

This text has shadow with #A592B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A592B3 on black background.


Color preview on white background

This text has color #A592B3 on white background.



Black color preview on #A592B3 background

This text has black color on #A592B3 background.


White color preview on #A592B3 background

This text has white color on #A592B3 background.