COLOR #A6227D

HEX: #A6227D
RGB: (166,34,125)

Color info

#A6227D contains mainly red and blue colors. Web safe color of #A6227D is #993366 (or #936).

RGB color model

#A6227D color RGB value is (166,34,125).

  • red value is 166;
  • green value is 34;
  • blue value is 125.
RGB:
(166,34,125)
(65%,13%,49%)

RGB channels and saturation

R 166 of 255 = 65%
G 34 of 255 = 13%
B 125 of 255 = 49%

166
34
125

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

Portions of RGB colors in percentages

R + G + B =
166 + 34 + 125 = 325 (100%)
R 166 of 325 ~ 51.08%
G 34 of 325 ~ 10.46%
B 125 of 325 ~ 38.46%

%51.08
%10.46
%38.46

CMYK color model

#A6227D color CMYK value is (0,80,25,35).

  • cyan value is 0.00%
  • magenta value is 79.52%
  • yellow value is 24.70%
  • key color value is 34.90%
CMYK:
(0,80,25,35)
C0M80Y25K35 
(0%,80%,25%,35%)
(0.00/0.80/0.25/0.35)	

CMYK percentages

%0
%79.52
%24.7
%34.9

Codes

Color #A6227D in popluar color models

A6227D
RGB16634125
HSL319°66.00%39.22%
HSB/HSV319°79.52%65.10%
CMYK0.00%79.52%24.70%
34.90%

Color #A6227D in popluar number systems.

HEXA6227D
Decimal16634125
Binary101001101000101111101
Octal24642175

Shades and tints

Shades of #A6227D

#A6227D
(166,34,125)
#971F72
(151,31,114)
#881C67
(136,28,103)
#79195C
(121,25,92)
#6A1651
(106,22,81)
#5B1346
(91,19,70)
#4C103B
(76,16,59)
#3D0D30
(61,13,48)
#2E0A25
(46,10,37)
#1F071A
(31,7,26)
#10040F
(16,4,15)
#000000
(0,0,0)

Tints of #A6227D

#A6227D
(166,34,125)
#AE3688
(174,54,136)
#B64A93
(182,74,147)
#BE5E9E
(190,94,158)
#C672A9
(198,114,169)
#CE86B4
(206,134,180)
#D69ABF
(214,154,191)
#DEAECA
(222,174,202)
#E6C2D5
(230,194,213)
#EED6E0
(238,214,224)
#F6EAEB
(246,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6227D color. Also use rgb(166,34,125) instead hex code.

Text Font Color

.myTextColor { color: #A6227D; }

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

This text font color is #A6227D.


Background Color

.myBgColor { background-color: #A6227D; }

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

This div background color is #A6227D.


Border color

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

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

This div border color is #A6227D.


Opacity

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

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

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

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

This text has shadow with #A6227D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6227D on black background.


Color preview on white background

This text has color #A6227D on white background.



Black color preview on #A6227D background

This text has black color on #A6227D background.


White color preview on #A6227D background

This text has white color on #A6227D background.