COLOR #A6049A

HEX: #A6049A RGB: (166,4,154)

Color info

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

RGB color model

#A6049A color RGB value is (166,4,154).

RGB: (166,4,154) (65%, 2%, 60%)

RGB channels and saturation

R 166 of 255 = 65%
G 4 of 255 = 2%
B 154 of 255 = 60%

166
4
154

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

Portions of RGB colors in percentages

R + G + B = 166 + 4 + 154 = 324 (100%)
R 166 of 324 ~ 51.23%
G 4 of 324 ~ 1.23%
B 154 of 324 ~ 47.53'%

%51.23
%47.53

CMYK color model

#A6049A color CMYK value is (0,98,7,35).

  • cyan value is 0.00%
  • magenta value is 97.59%
  • yellow value is 7.23%
  • key color value is 34.90%

CMYK: (0,98,7,35)
C0M98Y7K35 (0%, 98%, 7%, 35%)
(0.00 / 0.98 / 0.07 / 0.35)

CMYK percentages

%0
%97.59
%7.23
%34.9

Codes

Color #A6049A in popluar color models

A6 04 9A
RGB 166 4 154
HSL 304° 95.29% 33.33%
HSB/HSV 304° 97.59% 65.10%
CMYK 0.00% 97.59% 7.23%
34.90%

Color #A6049A in popluar number systems.

HEX A6 04 9A
Decimal 166 4 154
Binary 10100110 100 10011010
Octal 246 4 232

Shades and tints

Shades of #A6049A

#A6049A
(166,4,154)
#97048C
(151,4,140)
#88047E
(136,4,126)
#790470
(121,4,112)
#6A0462
(106,4,98)
#5B0454
(91,4,84)
#4C0446
(76,4,70)
#3D0438
(61,4,56)
#2E042A
(46,4,42)
#1F041C
(31,4,28)
#10040E
(16,4,14)
#000000
(0,0,0)

Tints of #A6049A

#A6049A
(166,4,154)
#AE1AA3
(174,26,163)
#B630AC
(182,48,172)
#BE46B5
(190,70,181)
#C65CBE
(198,92,190)
#CE72C7
(206,114,199)
#D688D0
(214,136,208)
#DE9ED9
(222,158,217)
#E6B4E2
(230,180,226)
#EECAEB
(238,202,235)
#F6E0F4
(246,224,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6049A color. Also use rgb(166,4,154) instead hex code.

Text Font Color

.myTextColor { color: #A6049A; }

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

This text font color is #A6049A.

Background Color

.myBgColor { background-color: #A6049A; }

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

This div background color is #A6049A.

Border color

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

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

This div border color is #A6049A.

Opacity

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

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

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

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

This text has shadow with #A6049A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6049A.

Preview

Color preview on black background

This text has color #A6049A on black background.


Color preview on white background

This text has color #A6049A on white background.


Black color preview on #A6049A background

This text has black color on #A6049A background.


White color preview on #A6049A background

This text has white color on #A6049A background.


Related colors

Complementary color

Complementary color for #hex is #59FB65.


I love getcolorcode.com

Triadic colors

1 #9AA604 and #049AA6 with #A6049A are triadic colors.

2 #9A04A6 and #04A69A with #A6049A are triadic colors.