COLOR #A58FAA

HEX: #A58FAA
RGB: (165,143,170)

Color info

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

RGB color model

#A58FAA color RGB value is (165,143,170).

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

RGB channels and saturation

R 165 of 255 = 65%
G 143 of 255 = 56%
B 170 of 255 = 67%

165
143
170

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

Portions of RGB colors in percentages

R + G + B =
165 + 143 + 170 = 478 (100%)
R 165 of 478 ~ 34.52%
G 143 of 478 ~ 29.92%
B 170 of 478 ~ 35.56%

%34.52
%29.92
%35.56

CMYK color model

#A58FAA color CMYK value is (3,16,0,33).

  • cyan value is 2.94%
  • magenta value is 15.88%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(3,16,0,33)
C3M16Y0K33 
(3%,16%,0%,33%)
(0.03/0.16/0.00/0.33)	

CMYK percentages

%2.94
%15.88
%0
%33.33

Codes

Color #A58FAA in popluar color models

A58FAA
RGB165143170
HSL289°13.71%61.37%
HSB/HSV289°15.88%66.67%
CMYK2.94%15.88%0.00%
33.33%

Color #A58FAA in popluar number systems.

HEXA58FAA
Decimal165143170
Binary101001011000111110101010
Octal245217252

Shades and tints

Shades of #A58FAA

#A58FAA
(165,143,170)
#96829B
(150,130,155)
#87758C
(135,117,140)
#78687D
(120,104,125)
#695B6E
(105,91,110)
#5A4E5F
(90,78,95)
#4B4150
(75,65,80)
#3C3441
(60,52,65)
#2D2732
(45,39,50)
#1E1A23
(30,26,35)
#0F0D14
(15,13,20)
#000000
(0,0,0)

Tints of #A58FAA

#A58FAA
(165,143,170)
#AD99B1
(173,153,177)
#B5A3B8
(181,163,184)
#BDADBF
(189,173,191)
#C5B7C6
(197,183,198)
#CDC1CD
(205,193,205)
#D5CBD4
(213,203,212)
#DDD5DB
(221,213,219)
#E5DFE2
(229,223,226)
#EDE9E9
(237,233,233)
#F5F3F0
(245,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58FAA; }

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

This text font color is #A58FAA.


Background Color

.myBgColor { background-color: #A58FAA; }

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

This div background color is #A58FAA.


Border color

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

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

This div border color is #A58FAA.


Opacity

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

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

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

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

This text has shadow with #A58FAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58FAA on black background.


Color preview on white background

This text has color #A58FAA on white background.



Black color preview on #A58FAA background

This text has black color on #A58FAA background.


White color preview on #A58FAA background

This text has white color on #A58FAA background.