COLOR #A07693

HEX: #A07693
RGB: (160,118,147)

Color info

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

RGB color model

#A07693 color RGB value is (160,118,147).

  • red value is 160;
  • green value is 118;
  • blue value is 147.
RGB:
(160,118,147)
(63%,46%,58%)

RGB channels and saturation

R 160 of 255 = 63%
G 118 of 255 = 46%
B 147 of 255 = 58%

160
118
147

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

Portions of RGB colors in percentages

R + G + B =
160 + 118 + 147 = 425 (100%)
R 160 of 425 ~ 37.65%
G 118 of 425 ~ 27.76%
B 147 of 425 ~ 34.59%

%37.65
%27.76
%34.59

CMYK color model

#A07693 color CMYK value is (0,26,8,37).

  • cyan value is 0.00%
  • magenta value is 26.25%
  • yellow value is 8.13%
  • key color value is 37.25%
CMYK:
(0,26,8,37)
C0M26Y8K37 
(0%,26%,8%,37%)
(0.00/0.26/0.08/0.37)	

CMYK percentages

%0
%26.25
%8.13
%37.25

Codes

Color #A07693 in popluar color models

A07693
RGB160118147
HSL319°18.10%54.51%
HSB/HSV319°26.25%62.75%
CMYK0.00%26.25%8.13%
37.25%

Color #A07693 in popluar number systems.

HEXA07693
Decimal160118147
Binary10100000111011010010011
Octal240166223

Shades and tints

Shades of #A07693

#A07693
(160,118,147)
#926C86
(146,108,134)
#846279
(132,98,121)
#76586C
(118,88,108)
#684E5F
(104,78,95)
#5A4452
(90,68,82)
#4C3A45
(76,58,69)
#3E3038
(62,48,56)
#30262B
(48,38,43)
#221C1E
(34,28,30)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #A07693

#A07693
(160,118,147)
#A8829C
(168,130,156)
#B08EA5
(176,142,165)
#B89AAE
(184,154,174)
#C0A6B7
(192,166,183)
#C8B2C0
(200,178,192)
#D0BEC9
(208,190,201)
#D8CAD2
(216,202,210)
#E0D6DB
(224,214,219)
#E8E2E4
(232,226,228)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A07693 color. Also use rgb(160,118,147) instead hex code.

Text Font Color

.myTextColor { color: #A07693; }

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

This text font color is #A07693.


Background Color

.myBgColor { background-color: #A07693; }

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

This div background color is #A07693.


Border color

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

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

This div border color is #A07693.


Opacity

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

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

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

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

This text has shadow with #A07693 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A07693 on black background.


Color preview on white background

This text has color #A07693 on white background.



Black color preview on #A07693 background

This text has black color on #A07693 background.


White color preview on #A07693 background

This text has white color on #A07693 background.