COLOR #A05292

HEX: #A05292 RGB: (160,82,146)

Color info

#A05292 contains mainly red and blue colors. Web safe color of #A05292 is #996699 (or #969).

RGB color model

#A05292 color RGB value is (160,82,146).

RGB: (160,82,146) (63%, 32%, 57%)

RGB channels and saturation

R 160 of 255 = 63%
G 82 of 255 = 32%
B 146 of 255 = 57%

160
82
146

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

Portions of RGB colors in percentages

R + G + B = 160 + 82 + 146 = 388 (100%)
R 160 of 388 ~ 41.24%
G 82 of 388 ~ 21.13%
B 146 of 388 ~ 37.63'%

%41.24
%21.13
%37.63

CMYK color model

#A05292 color CMYK value is (0,49,9,37).

  • cyan value is 0.00%
  • magenta value is 48.75%
  • yellow value is 8.75%
  • key color value is 37.25%

CMYK: (0,49,9,37)
C0M49Y9K37 (0%, 49%, 9%, 37%)
(0.00 / 0.49 / 0.09 / 0.37)

CMYK percentages

%0
%48.75
%8.75
%37.25

Codes

Color #A05292 in popluar color models

A0 52 92
RGB 160 82 146
HSL 311° 32.23% 47.45%
HSB/HSV 311° 48.75% 62.75%
CMYK 0.00% 48.75% 8.75%
37.25%

Color #A05292 in popluar number systems.

HEX A0 52 92
Decimal 160 82 146
Binary 10100000 1010010 10010010
Octal 240 122 222

Shades and tints

Shades of #A05292

#A05292
(160,82,146)
#924B85
(146,75,133)
#844478
(132,68,120)
#763D6B
(118,61,107)
#68365E
(104,54,94)
#5A2F51
(90,47,81)
#4C2844
(76,40,68)
#3E2137
(62,33,55)
#301A2A
(48,26,42)
#22131D
(34,19,29)
#140C10
(20,12,16)
#000000
(0,0,0)

Tints of #A05292

#A05292
(160,82,146)
#A8619B
(168,97,155)
#B070A4
(176,112,164)
#B87FAD
(184,127,173)
#C08EB6
(192,142,182)
#C89DBF
(200,157,191)
#D0ACC8
(208,172,200)
#D8BBD1
(216,187,209)
#E0CADA
(224,202,218)
#E8D9E3
(232,217,227)
#F0E8EC
(240,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A05292 color. Also use rgb(160,82,146) instead hex code.

Text Font Color

.myTextColor { color: #A05292; }

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

This text font color is #A05292.

Background Color

.myBgColor { background-color: #A05292; }

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

This div background color is #A05292.

Border color

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

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

This div border color is #A05292.

Opacity

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

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

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

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

This text has shadow with #A05292 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A05292.

Preview

Color preview on black background

This text has color #A05292 on black background.


Color preview on white background

This text has color #A05292 on white background.


Black color preview on #A05292 background

This text has black color on #A05292 background.


White color preview on #A05292 background

This text has white color on #A05292 background.


Related colors

Complementary color

Complementary color for #hex is #5FAD6D.


I love getcolorcode.com

Triadic colors

1 #92A052 and #5292A0 with #A05292 are triadic colors.

2 #9252A0 and #52A092 with #A05292 are triadic colors.