COLOR #A06799

HEX: #A06799
RGB: (160,103,153)

Color info

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

RGB color model

#A06799 color RGB value is (160,103,153).

  • red value is 160;
  • green value is 103;
  • blue value is 153.
RGB:
(160,103,153)
(63%,40%,60%)

RGB channels and saturation

R 160 of 255 = 63%
G 103 of 255 = 40%
B 153 of 255 = 60%

160
103
153

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

Portions of RGB colors in percentages

R + G + B =
160 + 103 + 153 = 416 (100%)
R 160 of 416 ~ 38.46%
G 103 of 416 ~ 24.76%
B 153 of 416 ~ 36.78%

%38.46
%24.76
%36.78

CMYK color model

#A06799 color CMYK value is (0,36,4,37).

  • cyan value is 0.00%
  • magenta value is 35.63%
  • yellow value is 4.38%
  • key color value is 37.25%
CMYK:
(0,36,4,37)
C0M36Y4K37 
(0%,36%,4%,37%)
(0.00/0.36/0.04/0.37)	

CMYK percentages

%0
%35.63
%4.38
%37.25

Codes

Color #A06799 in popluar color models

A06799
RGB160103153
HSL307°23.08%51.57%
HSB/HSV307°35.63%62.75%
CMYK0.00%35.63%4.38%
37.25%

Color #A06799 in popluar number systems.

HEXA06799
Decimal160103153
Binary10100000110011110011001
Octal240147231

Shades and tints

Shades of #A06799

#A06799
(160,103,153)
#925E8C
(146,94,140)
#84557F
(132,85,127)
#764C72
(118,76,114)
#684365
(104,67,101)
#5A3A58
(90,58,88)
#4C314B
(76,49,75)
#3E283E
(62,40,62)
#301F31
(48,31,49)
#221624
(34,22,36)
#140D17
(20,13,23)
#000000
(0,0,0)

Tints of #A06799

#A06799
(160,103,153)
#A874A2
(168,116,162)
#B081AB
(176,129,171)
#B88EB4
(184,142,180)
#C09BBD
(192,155,189)
#C8A8C6
(200,168,198)
#D0B5CF
(208,181,207)
#D8C2D8
(216,194,216)
#E0CFE1
(224,207,225)
#E8DCEA
(232,220,234)
#F0E9F3
(240,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A06799 color. Also use rgb(160,103,153) instead hex code.

Text Font Color

.myTextColor { color: #A06799; }

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

This text font color is #A06799.


Background Color

.myBgColor { background-color: #A06799; }

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

This div background color is #A06799.


Border color

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

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

This div border color is #A06799.


Opacity

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

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

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

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

This text has shadow with #A06799 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A06799 on black background.


Color preview on white background

This text has color #A06799 on white background.



Black color preview on #A06799 background

This text has black color on #A06799 background.


White color preview on #A06799 background

This text has white color on #A06799 background.