COLOR #A0758F

HEX: #A0758F RGB: (160,117,143)

Color info

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

RGB color model

#A0758F color RGB value is (160,117,143).

RGB: (160,117,143) (63%, 46%, 56%)

RGB channels and saturation

R 160 of 255 = 63%
G 117 of 255 = 46%
B 143 of 255 = 56%

160
117
143

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

Portions of RGB colors in percentages

R + G + B = 160 + 117 + 143 = 420 (100%)
R 160 of 420 ~ 38.1%
G 117 of 420 ~ 27.86%
B 143 of 420 ~ 34.05'%

%38.1
%27.86
%34.05

CMYK color model

#A0758F color CMYK value is (0,27,11,37).

  • cyan value is 0.00%
  • magenta value is 26.88%
  • yellow value is 10.63%
  • key color value is 37.25%
CMYK: (0,27,11,37) C0M27Y11K37 (0%,27%,11%,37%) (0.00/0.27/0.11/0.37) 

CMYK percentages

%0
%26.88
%10.63
%37.25

Codes

Color #A0758F in popluar color models

A0 75 8F
RGB 160 117 143
HSL 324° 18.45% 54.31%
HSB/HSV 324° 26.88% 62.75%
CMYK 0.00% 26.88% 10.63%
37.25%

Color #A0758F in popluar number systems.

HEX A0 75 8F
Decimal 160 117 143
Binary 10100000 1110101 10001111
Octal 240 165 217

Shades and tints

Shades of #A0758F

#A0758F
(160,117,143)
#926B82
(146,107,130)
#846175
(132,97,117)
#765768
(118,87,104)
#684D5B
(104,77,91)
#5A434E
(90,67,78)
#4C3941
(76,57,65)
#3E2F34
(62,47,52)
#302527
(48,37,39)
#221B1A
(34,27,26)
#14110D
(20,17,13)
#000000
(0,0,0)

Tints of #A0758F

#A0758F
(160,117,143)
#A88199
(168,129,153)
#B08DA3
(176,141,163)
#B899AD
(184,153,173)
#C0A5B7
(192,165,183)
#C8B1C1
(200,177,193)
#D0BDCB
(208,189,203)
#D8C9D5
(216,201,213)
#E0D5DF
(224,213,223)
#E8E1E9
(232,225,233)
#F0EDF3
(240,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0758F color. Also use rgb(160,117,143) instead hex code.

Text Font Color

.myTextColor { color: #A0758F; }

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

This text font color is #A0758F.

Background Color

.myBgColor { background-color: #A0758F; }

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

This div background color is #A0758F.

Border color

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

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

This div border color is #A0758F.

Opacity

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

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

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

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

This text has shadow with #A0758F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0758F.

Preview

Color preview on black background

This text has color #A0758F on black background.


Color preview on white background

This text has color #A0758F on white background.


Black color preview on #A0758F background

This text has black color on #A0758F background.


White color preview on #A0758F background

This text has white color on #A0758F background.


Related colors

Complementary color

Complementary color for #hex is #5F8A70.


I love getcolorcode.com

Triadic colors

1 #8FA075 and #758FA0 with #A0758F are triadic colors.

2 #8F75A0 and #75A08F with #A0758F are triadic colors.