COLOR #A60D98

HEX: #A60D98
RGB: (166,13,152)

Color info

#A60D98 contains mainly red and blue colors. Web safe color of #A60D98 is #990099 (or #909).

RGB color model

#A60D98 color RGB value is (166,13,152).

  • red value is 166;
  • green value is 13;
  • blue value is 152.
RGB:
(166,13,152)
(65%,5%,60%)

RGB channels and saturation

R 166 of 255 = 65%
G 13 of 255 = 5%
B 152 of 255 = 60%

166
13
152

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

Portions of RGB colors in percentages

R + G + B =
166 + 13 + 152 = 331 (100%)
R 166 of 331 ~ 50.15%
G 13 of 331 ~ 3.93%
B 152 of 331 ~ 45.92%

%50.15
%45.92

CMYK color model

#A60D98 color CMYK value is (0,92,8,35).

  • cyan value is 0.00%
  • magenta value is 92.17%
  • yellow value is 8.43%
  • key color value is 34.90%
CMYK:
(0,92,8,35)
C0M92Y8K35 
(0%,92%,8%,35%)
(0.00/0.92/0.08/0.35)	

CMYK percentages

%0
%92.17
%8.43
%34.9

Codes

Color #A60D98 in popluar color models

A60D98
RGB16613152
HSL305°85.47%35.10%
HSB/HSV305°92.17%65.10%
CMYK0.00%92.17%8.43%
34.90%

Color #A60D98 in popluar number systems.

HEXA60D98
Decimal16613152
Binary10100110110110011000
Octal24615230

Shades and tints

Shades of #A60D98

#A60D98
(166,13,152)
#970C8B
(151,12,139)
#880B7E
(136,11,126)
#790A71
(121,10,113)
#6A0964
(106,9,100)
#5B0857
(91,8,87)
#4C074A
(76,7,74)
#3D063D
(61,6,61)
#2E0530
(46,5,48)
#1F0423
(31,4,35)
#100316
(16,3,22)
#000000
(0,0,0)

Tints of #A60D98

#A60D98
(166,13,152)
#AE23A1
(174,35,161)
#B639AA
(182,57,170)
#BE4FB3
(190,79,179)
#C665BC
(198,101,188)
#CE7BC5
(206,123,197)
#D691CE
(214,145,206)
#DEA7D7
(222,167,215)
#E6BDE0
(230,189,224)
#EED3E9
(238,211,233)
#F6E9F2
(246,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A60D98 color. Also use rgb(166,13,152) instead hex code.

Text Font Color

.myTextColor { color: #A60D98; }

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

This text font color is #A60D98.


Background Color

.myBgColor { background-color: #A60D98; }

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

This div background color is #A60D98.


Border color

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

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

This div border color is #A60D98.


Opacity

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

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

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

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

This text has shadow with #A60D98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A60D98 on black background.


Color preview on white background

This text has color #A60D98 on white background.



Black color preview on #A60D98 background

This text has black color on #A60D98 background.


White color preview on #A60D98 background

This text has white color on #A60D98 background.