COLOR #A57099

HEX: #A57099 RGB: (165,112,153)

Color info

#A57099 contains red, green and blue colors in about the same proportion. Web safe color of #A57099 is #996699 (or #969).

RGB color model

#A57099 color RGB value is (165,112,153).

RGB: (165,112,153) (65%, 44%, 60%)

RGB channels and saturation

R 165 of 255 = 65%
G 112 of 255 = 44%
B 153 of 255 = 60%

165
112
153

R + G + B ~ 56%. #A57099 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 165 + 112 + 153 = 430 (100%)
R 165 of 430 ~ 38.37%
G 112 of 430 ~ 26.05%
B 153 of 430 ~ 35.58'%

%38.37
%26.05
%35.58

CMYK color model

#A57099 color CMYK value is (0,32,7,35).

  • cyan value is 0.00%
  • magenta value is 32.12%
  • yellow value is 7.27%
  • key color value is 35.29%

CMYK: (0,32,7,35)
C0M32Y7K35 (0%, 32%, 7%, 35%)
(0.00 / 0.32 / 0.07 / 0.35)

CMYK percentages

%0
%32.12
%7.27
%35.29

Codes

Color #A57099 in popluar color models

A5 70 99
RGB 165 112 153
HSL 314° 22.75% 54.31%
HSB/HSV 314° 32.12% 64.71%
CMYK 0.00% 32.12% 7.27%
35.29%

Color #A57099 in popluar number systems.

HEX A5 70 99
Decimal 165 112 153
Binary 10100101 1110000 10011001
Octal 245 160 231

Shades and tints

Shades of #A57099

#A57099
(165,112,153)
#96668C
(150,102,140)
#875C7F
(135,92,127)
#785272
(120,82,114)
#694865
(105,72,101)
#5A3E58
(90,62,88)
#4B344B
(75,52,75)
#3C2A3E
(60,42,62)
#2D2031
(45,32,49)
#1E1624
(30,22,36)
#0F0C17
(15,12,23)
#000000
(0,0,0)

Tints of #A57099

#A57099
(165,112,153)
#AD7DA2
(173,125,162)
#B58AAB
(181,138,171)
#BD97B4
(189,151,180)
#C5A4BD
(197,164,189)
#CDB1C6
(205,177,198)
#D5BECF
(213,190,207)
#DDCBD8
(221,203,216)
#E5D8E1
(229,216,225)
#EDE5EA
(237,229,234)
#F5F2F3
(245,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A57099 color. Also use rgb(165,112,153) instead hex code.

Text Font Color

.myTextColor { color: #A57099; }

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

This text font color is #A57099.

Background Color

.myBgColor { background-color: #A57099; }

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

This div background color is #A57099.

Border color

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

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

This div border color is #A57099.

Opacity

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

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

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

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

This text has shadow with #A57099 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A57099.

Preview

Color preview on black background

This text has color #A57099 on black background.


Color preview on white background

This text has color #A57099 on white background.


Black color preview on #A57099 background

This text has black color on #A57099 background.


White color preview on #A57099 background

This text has white color on #A57099 background.


Related colors

Complementary color

Complementary color for #hex is #5A8F66.


I love getcolorcode.com

Triadic colors

1 #99A570 and #7099A5 with #A57099 are triadic colors.

2 #9970A5 and #70A599 with #A57099 are triadic colors.