COLOR #A592AF

HEX: #A592AF
RGB: (165,146,175)

Color info

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

RGB color model

#A592AF color RGB value is (165,146,175).

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

RGB channels and saturation

R 165 of 255 = 65%
G 146 of 255 = 57%
B 175 of 255 = 69%

165
146
175

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

Portions of RGB colors in percentages

R + G + B =
165 + 146 + 175 = 486 (100%)
R 165 of 486 ~ 33.95%
G 146 of 486 ~ 30.04%
B 175 of 486 ~ 36.01%

%33.95
%30.04
%36.01

CMYK color model

#A592AF color CMYK value is (6,17,0,31).

  • cyan value is 5.71%
  • magenta value is 16.57%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(6,17,0,31)
C6M17Y0K31 
(6%,17%,0%,31%)
(0.06/0.17/0.00/0.31)	

CMYK percentages

%5.71
%16.57
%0
%31.37

Codes

Color #A592AF in popluar color models

A592AF
RGB165146175
HSL279°15.34%62.94%
HSB/HSV279°16.57%68.63%
CMYK5.71%16.57%0.00%
31.37%

Color #A592AF in popluar number systems.

HEXA592AF
Decimal165146175
Binary101001011001001010101111
Octal245222257

Shades and tints

Shades of #A592AF

#A592AF
(165,146,175)
#9685A0
(150,133,160)
#877891
(135,120,145)
#786B82
(120,107,130)
#695E73
(105,94,115)
#5A5164
(90,81,100)
#4B4455
(75,68,85)
#3C3746
(60,55,70)
#2D2A37
(45,42,55)
#1E1D28
(30,29,40)
#0F1019
(15,16,25)
#000000
(0,0,0)

Tints of #A592AF

#A592AF
(165,146,175)
#AD9BB6
(173,155,182)
#B5A4BD
(181,164,189)
#BDADC4
(189,173,196)
#C5B6CB
(197,182,203)
#CDBFD2
(205,191,210)
#D5C8D9
(213,200,217)
#DDD1E0
(221,209,224)
#E5DAE7
(229,218,231)
#EDE3EE
(237,227,238)
#F5ECF5
(245,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A592AF; }

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

This text font color is #A592AF.


Background Color

.myBgColor { background-color: #A592AF; }

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

This div background color is #A592AF.


Border color

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

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

This div border color is #A592AF.


Opacity

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

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

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

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

This text has shadow with #A592AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A592AF on black background.


Color preview on white background

This text has color #A592AF on white background.



Black color preview on #A592AF background

This text has black color on #A592AF background.


White color preview on #A592AF background

This text has white color on #A592AF background.