COLOR #A789AF

HEX: #A789AF
RGB: (167,137,175)

Color info

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

RGB color model

#A789AF color RGB value is (167,137,175).

  • red value is 167;
  • green value is 137;
  • blue value is 175.
RGB:
(167,137,175)
(65%,54%,69%)

RGB channels and saturation

R 167 of 255 = 65%
G 137 of 255 = 54%
B 175 of 255 = 69%

167
137
175

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

Portions of RGB colors in percentages

R + G + B =
167 + 137 + 175 = 479 (100%)
R 167 of 479 ~ 34.86%
G 137 of 479 ~ 28.6%
B 175 of 479 ~ 36.53%

%34.86
%28.6
%36.53

CMYK color model

#A789AF color CMYK value is (5,22,0,31).

  • cyan value is 4.57%
  • magenta value is 21.71%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(5,22,0,31)
C5M22Y0K31 
(5%,22%,0%,31%)
(0.05/0.22/0.00/0.31)	

CMYK percentages

%4.57
%21.71
%0
%31.37

Codes

Color #A789AF in popluar color models

A789AF
RGB167137175
HSL287°19.19%61.18%
HSB/HSV287°21.71%68.63%
CMYK4.57%21.71%0.00%
31.37%

Color #A789AF in popluar number systems.

HEXA789AF
Decimal167137175
Binary101001111000100110101111
Octal247211257

Shades and tints

Shades of #A789AF

#A789AF
(167,137,175)
#987DA0
(152,125,160)
#897191
(137,113,145)
#7A6582
(122,101,130)
#6B5973
(107,89,115)
#5C4D64
(92,77,100)
#4D4155
(77,65,85)
#3E3546
(62,53,70)
#2F2937
(47,41,55)
#201D28
(32,29,40)
#111119
(17,17,25)
#000000
(0,0,0)

Tints of #A789AF

#A789AF
(167,137,175)
#AF93B6
(175,147,182)
#B79DBD
(183,157,189)
#BFA7C4
(191,167,196)
#C7B1CB
(199,177,203)
#CFBBD2
(207,187,210)
#D7C5D9
(215,197,217)
#DFCFE0
(223,207,224)
#E7D9E7
(231,217,231)
#EFE3EE
(239,227,238)
#F7EDF5
(247,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A789AF color. Also use rgb(167,137,175) instead hex code.

Text Font Color

.myTextColor { color: #A789AF; }

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

This text font color is #A789AF.


Background Color

.myBgColor { background-color: #A789AF; }

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

This div background color is #A789AF.


Border color

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

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

This div border color is #A789AF.


Opacity

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

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

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

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

This text has shadow with #A789AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A789AF on black background.


Color preview on white background

This text has color #A789AF on white background.



Black color preview on #A789AF background

This text has black color on #A789AF background.


White color preview on #A789AF background

This text has white color on #A789AF background.