COLOR #A0769A

HEX: #A0769A
RGB: (160,118,154)

Color info

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

RGB color model

#A0769A color RGB value is (160,118,154).

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

RGB channels and saturation

R 160 of 255 = 63%
G 118 of 255 = 46%
B 154 of 255 = 60%

160
118
154

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

Portions of RGB colors in percentages

R + G + B =
160 + 118 + 154 = 432 (100%)
R 160 of 432 ~ 37.04%
G 118 of 432 ~ 27.31%
B 154 of 432 ~ 35.65%

%37.04
%27.31
%35.65

CMYK color model

#A0769A color CMYK value is (0,26,4,37).

  • cyan value is 0.00%
  • magenta value is 26.25%
  • yellow value is 3.75%
  • key color value is 37.25%
CMYK:
(0,26,4,37)
C0M26Y4K37 
(0%,26%,4%,37%)
(0.00/0.26/0.04/0.37)	

CMYK percentages

%0
%26.25
%3.75
%37.25

Codes

Color #A0769A in popluar color models

A0769A
RGB160118154
HSL309°18.10%54.51%
HSB/HSV309°26.25%62.75%
CMYK0.00%26.25%3.75%
37.25%

Color #A0769A in popluar number systems.

HEXA0769A
Decimal160118154
Binary10100000111011010011010
Octal240166232

Shades and tints

Shades of #A0769A

#A0769A
(160,118,154)
#926C8C
(146,108,140)
#84627E
(132,98,126)
#765870
(118,88,112)
#684E62
(104,78,98)
#5A4454
(90,68,84)
#4C3A46
(76,58,70)
#3E3038
(62,48,56)
#30262A
(48,38,42)
#221C1C
(34,28,28)
#14120E
(20,18,14)
#000000
(0,0,0)

Tints of #A0769A

#A0769A
(160,118,154)
#A882A3
(168,130,163)
#B08EAC
(176,142,172)
#B89AB5
(184,154,181)
#C0A6BE
(192,166,190)
#C8B2C7
(200,178,199)
#D0BED0
(208,190,208)
#D8CAD9
(216,202,217)
#E0D6E2
(224,214,226)
#E8E2EB
(232,226,235)
#F0EEF4
(240,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0769A; }

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

This text font color is #A0769A.


Background Color

.myBgColor { background-color: #A0769A; }

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

This div background color is #A0769A.


Border color

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

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

This div border color is #A0769A.


Opacity

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

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

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

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

This text has shadow with #A0769A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0769A on black background.


Color preview on white background

This text has color #A0769A on white background.



Black color preview on #A0769A background

This text has black color on #A0769A background.


White color preview on #A0769A background

This text has white color on #A0769A background.