COLOR #A07690

HEX: #A07690
RGB: (160,118,144)

Color info

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

RGB color model

#A07690 color RGB value is (160,118,144).

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

RGB channels and saturation

R 160 of 255 = 63%
G 118 of 255 = 46%
B 144 of 255 = 56%

160
118
144

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

Portions of RGB colors in percentages

R + G + B =
160 + 118 + 144 = 422 (100%)
R 160 of 422 ~ 37.91%
G 118 of 422 ~ 27.96%
B 144 of 422 ~ 34.12%

%37.91
%27.96
%34.12

CMYK color model

#A07690 color CMYK value is (0,26,10,37).

  • cyan value is 0.00%
  • magenta value is 26.25%
  • yellow value is 10.00%
  • key color value is 37.25%
CMYK:
(0,26,10,37)
C0M26Y10K37 
(0%,26%,10%,37%)
(0.00/0.26/0.10/0.37)	

CMYK percentages

%0
%26.25
%10
%37.25

Codes

Color #A07690 in popluar color models

A07690
RGB160118144
HSL323°18.10%54.51%
HSB/HSV323°26.25%62.75%
CMYK0.00%26.25%10.00%
37.25%

Color #A07690 in popluar number systems.

HEXA07690
Decimal160118144
Binary10100000111011010010000
Octal240166220

Shades and tints

Shades of #A07690

#A07690
(160,118,144)
#926C83
(146,108,131)
#846276
(132,98,118)
#765869
(118,88,105)
#684E5C
(104,78,92)
#5A444F
(90,68,79)
#4C3A42
(76,58,66)
#3E3035
(62,48,53)
#302628
(48,38,40)
#221C1B
(34,28,27)
#14120E
(20,18,14)
#000000
(0,0,0)

Tints of #A07690

#A07690
(160,118,144)
#A8829A
(168,130,154)
#B08EA4
(176,142,164)
#B89AAE
(184,154,174)
#C0A6B8
(192,166,184)
#C8B2C2
(200,178,194)
#D0BECC
(208,190,204)
#D8CAD6
(216,202,214)
#E0D6E0
(224,214,224)
#E8E2EA
(232,226,234)
#F0EEF4
(240,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A07690; }

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

This text font color is #A07690.


Background Color

.myBgColor { background-color: #A07690; }

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

This div background color is #A07690.


Border color

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

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

This div border color is #A07690.


Opacity

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

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

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

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

This text has shadow with #A07690 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A07690 on black background.


Color preview on white background

This text has color #A07690 on white background.



Black color preview on #A07690 background

This text has black color on #A07690 background.


White color preview on #A07690 background

This text has white color on #A07690 background.