COLOR #A0617A

HEX: #A0617A
RGB: (160,97,122)

Color info

#A0617A contains mainly red and blue colors. Web safe color of #A0617A is #996666 (or #966).

RGB color model

#A0617A color RGB value is (160,97,122).

  • red value is 160;
  • green value is 97;
  • blue value is 122.
RGB:
(160,97,122)
(63%,38%,48%)

RGB channels and saturation

R 160 of 255 = 63%
G 97 of 255 = 38%
B 122 of 255 = 48%

160
97
122

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

Portions of RGB colors in percentages

R + G + B =
160 + 97 + 122 = 379 (100%)
R 160 of 379 ~ 42.22%
G 97 of 379 ~ 25.59%
B 122 of 379 ~ 32.19%

%42.22
%25.59
%32.19

CMYK color model

#A0617A color CMYK value is (0,39,24,37).

  • cyan value is 0.00%
  • magenta value is 39.38%
  • yellow value is 23.75%
  • key color value is 37.25%
CMYK:
(0,39,24,37)
C0M39Y24K37 
(0%,39%,24%,37%)
(0.00/0.39/0.24/0.37)	

CMYK percentages

%0
%39.38
%23.75
%37.25

Codes

Color #A0617A in popluar color models

A0617A
RGB16097122
HSL336°24.90%50.39%
HSB/HSV336°39.38%62.75%
CMYK0.00%39.38%23.75%
37.25%

Color #A0617A in popluar number systems.

HEXA0617A
Decimal16097122
Binary1010000011000011111010
Octal240141172

Shades and tints

Shades of #A0617A

#A0617A
(160,97,122)
#92596F
(146,89,111)
#845164
(132,81,100)
#764959
(118,73,89)
#68414E
(104,65,78)
#5A3943
(90,57,67)
#4C3138
(76,49,56)
#3E292D
(62,41,45)
#302122
(48,33,34)
#221917
(34,25,23)
#14110C
(20,17,12)
#000000
(0,0,0)

Tints of #A0617A

#A0617A
(160,97,122)
#A86F86
(168,111,134)
#B07D92
(176,125,146)
#B88B9E
(184,139,158)
#C099AA
(192,153,170)
#C8A7B6
(200,167,182)
#D0B5C2
(208,181,194)
#D8C3CE
(216,195,206)
#E0D1DA
(224,209,218)
#E8DFE6
(232,223,230)
#F0EDF2
(240,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0617A color. Also use rgb(160,97,122) instead hex code.

Text Font Color

.myTextColor { color: #A0617A; }

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

This text font color is #A0617A.


Background Color

.myBgColor { background-color: #A0617A; }

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

This div background color is #A0617A.


Border color

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

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

This div border color is #A0617A.


Opacity

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

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

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

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

This text has shadow with #A0617A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0617A on black background.


Color preview on white background

This text has color #A0617A on white background.



Black color preview on #A0617A background

This text has black color on #A0617A background.


White color preview on #A0617A background

This text has white color on #A0617A background.