COLOR #A06595

HEX: #A06595
RGB: (160,101,149)

Color info

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

RGB color model

#A06595 color RGB value is (160,101,149).

  • red value is 160;
  • green value is 101;
  • blue value is 149.
RGB:
(160,101,149)
(63%,40%,58%)

RGB channels and saturation

R 160 of 255 = 63%
G 101 of 255 = 40%
B 149 of 255 = 58%

160
101
149

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

Portions of RGB colors in percentages

R + G + B =
160 + 101 + 149 = 410 (100%)
R 160 of 410 ~ 39.02%
G 101 of 410 ~ 24.63%
B 149 of 410 ~ 36.34%

%39.02
%24.63
%36.34

CMYK color model

#A06595 color CMYK value is (0,37,7,37).

  • cyan value is 0.00%
  • magenta value is 36.88%
  • yellow value is 6.87%
  • key color value is 37.25%
CMYK:
(0,37,7,37)
C0M37Y7K37 
(0%,37%,7%,37%)
(0.00/0.37/0.07/0.37)	

CMYK percentages

%0
%36.88
%6.87
%37.25

Codes

Color #A06595 in popluar color models

A06595
RGB160101149
HSL311°23.69%51.18%
HSB/HSV311°36.88%62.75%
CMYK0.00%36.88%6.87%
37.25%

Color #A06595 in popluar number systems.

HEXA06595
Decimal160101149
Binary10100000110010110010101
Octal240145225

Shades and tints

Shades of #A06595

#A06595
(160,101,149)
#925C88
(146,92,136)
#84537B
(132,83,123)
#764A6E
(118,74,110)
#684161
(104,65,97)
#5A3854
(90,56,84)
#4C2F47
(76,47,71)
#3E263A
(62,38,58)
#301D2D
(48,29,45)
#221420
(34,20,32)
#140B13
(20,11,19)
#000000
(0,0,0)

Tints of #A06595

#A06595
(160,101,149)
#A8739E
(168,115,158)
#B081A7
(176,129,167)
#B88FB0
(184,143,176)
#C09DB9
(192,157,185)
#C8ABC2
(200,171,194)
#D0B9CB
(208,185,203)
#D8C7D4
(216,199,212)
#E0D5DD
(224,213,221)
#E8E3E6
(232,227,230)
#F0F1EF
(240,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A06595 color. Also use rgb(160,101,149) instead hex code.

Text Font Color

.myTextColor { color: #A06595; }

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

This text font color is #A06595.


Background Color

.myBgColor { background-color: #A06595; }

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

This div background color is #A06595.


Border color

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

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

This div border color is #A06595.


Opacity

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

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

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

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

This text has shadow with #A06595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A06595 on black background.


Color preview on white background

This text has color #A06595 on white background.



Black color preview on #A06595 background

This text has black color on #A06595 background.


White color preview on #A06595 background

This text has white color on #A06595 background.