COLOR #A0628A

HEX: #A0628A
RGB: (160,98,138)

Color info

#A0628A contains mainly red and blue colors. Web safe color of #A0628A is #996699 (or #969).

RGB color model

#A0628A color RGB value is (160,98,138).

  • red value is 160;
  • green value is 98;
  • blue value is 138.
RGB:
(160,98,138)
(63%,38%,54%)

RGB channels and saturation

R 160 of 255 = 63%
G 98 of 255 = 38%
B 138 of 255 = 54%

160
98
138

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

Portions of RGB colors in percentages

R + G + B =
160 + 98 + 138 = 396 (100%)
R 160 of 396 ~ 40.4%
G 98 of 396 ~ 24.75%
B 138 of 396 ~ 34.85%

%40.4
%24.75
%34.85

CMYK color model

#A0628A color CMYK value is (0,39,14,37).

  • cyan value is 0.00%
  • magenta value is 38.75%
  • yellow value is 13.75%
  • key color value is 37.25%
CMYK:
(0,39,14,37)
C0M39Y14K37 
(0%,39%,14%,37%)
(0.00/0.39/0.14/0.37)	

CMYK percentages

%0
%38.75
%13.75
%37.25

Codes

Color #A0628A in popluar color models

A0628A
RGB16098138
HSL321°24.60%50.59%
HSB/HSV321°38.75%62.75%
CMYK0.00%38.75%13.75%
37.25%

Color #A0628A in popluar number systems.

HEXA0628A
Decimal16098138
Binary10100000110001010001010
Octal240142212

Shades and tints

Shades of #A0628A

#A0628A
(160,98,138)
#925A7E
(146,90,126)
#845272
(132,82,114)
#764A66
(118,74,102)
#68425A
(104,66,90)
#5A3A4E
(90,58,78)
#4C3242
(76,50,66)
#3E2A36
(62,42,54)
#30222A
(48,34,42)
#221A1E
(34,26,30)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #A0628A

#A0628A
(160,98,138)
#A87094
(168,112,148)
#B07E9E
(176,126,158)
#B88CA8
(184,140,168)
#C09AB2
(192,154,178)
#C8A8BC
(200,168,188)
#D0B6C6
(208,182,198)
#D8C4D0
(216,196,208)
#E0D2DA
(224,210,218)
#E8E0E4
(232,224,228)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0628A color. Also use rgb(160,98,138) instead hex code.

Text Font Color

.myTextColor { color: #A0628A; }

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

This text font color is #A0628A.


Background Color

.myBgColor { background-color: #A0628A; }

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

This div background color is #A0628A.


Border color

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

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

This div border color is #A0628A.


Opacity

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

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

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

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

This text has shadow with #A0628A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0628A on black background.


Color preview on white background

This text has color #A0628A on white background.



Black color preview on #A0628A background

This text has black color on #A0628A background.


White color preview on #A0628A background

This text has white color on #A0628A background.