COLOR #A58AB0

HEX: #A58AB0 RGB: (165,138,176)

Color info

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

RGB color model

#A58AB0 color RGB value is (165,138,176).

RGB: (165,138,176) (65%, 54%, 69%)

RGB channels and saturation

R 165 of 255 = 65%
G 138 of 255 = 54%
B 176 of 255 = 69%

165
138
176

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

Portions of RGB colors in percentages

R + G + B = 165 + 138 + 176 = 479 (100%)
R 165 of 479 ~ 34.45%
G 138 of 479 ~ 28.81%
B 176 of 479 ~ 36.74'%

%34.45
%28.81
%36.74

CMYK color model

#A58AB0 color CMYK value is (6,22,0,31).

  • cyan value is 6.25%
  • magenta value is 21.59%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (6,22,0,31)
C6M22Y0K31 (6%, 22%, 0%, 31%)
(0.06 / 0.22 / 0.00 / 0.31)

CMYK percentages

%6.25
%21.59
%0
%30.98

Codes

Color #A58AB0 in popluar color models

A5 8A B0
RGB 165 138 176
HSL 283° 19.39% 61.57%
HSB/HSV 283° 21.59% 69.02%
CMYK 6.25% 21.59% 0.00%
30.98%

Color #A58AB0 in popluar number systems.

HEX A5 8A B0
Decimal 165 138 176
Binary 10100101 10001010 10110000
Octal 245 212 260

Shades and tints

Shades of #A58AB0

#A58AB0
(165,138,176)
#967EA0
(150,126,160)
#877290
(135,114,144)
#786680
(120,102,128)
#695A70
(105,90,112)
#5A4E60
(90,78,96)
#4B4250
(75,66,80)
#3C3640
(60,54,64)
#2D2A30
(45,42,48)
#1E1E20
(30,30,32)
#0F1210
(15,18,16)
#000000
(0,0,0)

Tints of #A58AB0

#A58AB0
(165,138,176)
#AD94B7
(173,148,183)
#B59EBE
(181,158,190)
#BDA8C5
(189,168,197)
#C5B2CC
(197,178,204)
#CDBCD3
(205,188,211)
#D5C6DA
(213,198,218)
#DDD0E1
(221,208,225)
#E5DAE8
(229,218,232)
#EDE4EF
(237,228,239)
#F5EEF6
(245,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A58AB0 color. Also use rgb(165,138,176) instead hex code.

Text Font Color

.myTextColor { color: #A58AB0; }

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

This text font color is #A58AB0.

Background Color

.myBgColor { background-color: #A58AB0; }

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

This div background color is #A58AB0.

Border color

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

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

This div border color is #A58AB0.

Opacity

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

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

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

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

This text has shadow with #A58AB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A58AB0.

Preview

Color preview on black background

This text has color #A58AB0 on black background.


Color preview on white background

This text has color #A58AB0 on white background.


Black color preview on #A58AB0 background

This text has black color on #A58AB0 background.


White color preview on #A58AB0 background

This text has white color on #A58AB0 background.


Related colors

Complementary color

Complementary color for #hex is #5A754F.


I love getcolorcode.com

Triadic colors

1 #B0A58A and #8AB0A5 with #A58AB0 are triadic colors.

2 #B08AA5 and #8AA5B0 with #A58AB0 are triadic colors.