COLOR #A0668F

HEX: #A0668F
RGB: (160,102,143)

Color info

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

RGB color model

#A0668F color RGB value is (160,102,143).

  • red value is 160;
  • green value is 102;
  • blue value is 143.
RGB:
(160,102,143)
(63%,40%,56%)

RGB channels and saturation

R 160 of 255 = 63%
G 102 of 255 = 40%
B 143 of 255 = 56%

160
102
143

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

Portions of RGB colors in percentages

R + G + B =
160 + 102 + 143 = 405 (100%)
R 160 of 405 ~ 39.51%
G 102 of 405 ~ 25.19%
B 143 of 405 ~ 35.31%

%39.51
%25.19
%35.31

CMYK color model

#A0668F color CMYK value is (0,36,11,37).

  • cyan value is 0.00%
  • magenta value is 36.25%
  • yellow value is 10.63%
  • key color value is 37.25%
CMYK:
(0,36,11,37)
C0M36Y11K37 
(0%,36%,11%,37%)
(0.00/0.36/0.11/0.37)	

CMYK percentages

%0
%36.25
%10.63
%37.25

Codes

Color #A0668F in popluar color models

A0668F
RGB160102143
HSL318°23.39%51.37%
HSB/HSV318°36.25%62.75%
CMYK0.00%36.25%10.63%
37.25%

Color #A0668F in popluar number systems.

HEXA0668F
Decimal160102143
Binary10100000110011010001111
Octal240146217

Shades and tints

Shades of #A0668F

#A0668F
(160,102,143)
#925D82
(146,93,130)
#845475
(132,84,117)
#764B68
(118,75,104)
#68425B
(104,66,91)
#5A394E
(90,57,78)
#4C3041
(76,48,65)
#3E2734
(62,39,52)
#301E27
(48,30,39)
#22151A
(34,21,26)
#140C0D
(20,12,13)
#000000
(0,0,0)

Tints of #A0668F

#A0668F
(160,102,143)
#A87399
(168,115,153)
#B080A3
(176,128,163)
#B88DAD
(184,141,173)
#C09AB7
(192,154,183)
#C8A7C1
(200,167,193)
#D0B4CB
(208,180,203)
#D8C1D5
(216,193,213)
#E0CEDF
(224,206,223)
#E8DBE9
(232,219,233)
#F0E8F3
(240,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0668F color. Also use rgb(160,102,143) instead hex code.

Text Font Color

.myTextColor { color: #A0668F; }

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

This text font color is #A0668F.


Background Color

.myBgColor { background-color: #A0668F; }

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

This div background color is #A0668F.


Border color

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

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

This div border color is #A0668F.


Opacity

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

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

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

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

This text has shadow with #A0668F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0668F on black background.


Color preview on white background

This text has color #A0668F on white background.



Black color preview on #A0668F background

This text has black color on #A0668F background.


White color preview on #A0668F background

This text has white color on #A0668F background.