COLOR #A6388A

HEX: #A6388A RGB: (166,56,138)

Color info

#A6388A contains mainly red and blue colors. Web safe color of #A6388A is #993399 (or #939).

RGB color model

#A6388A color RGB value is (166,56,138).

RGB: (166,56,138) (65%, 22%, 54%)

RGB channels and saturation

R 166 of 255 = 65%
G 56 of 255 = 22%
B 138 of 255 = 54%

166
56
138

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

Portions of RGB colors in percentages

R + G + B = 166 + 56 + 138 = 360 (100%)
R 166 of 360 ~ 46.11%
G 56 of 360 ~ 15.56%
B 138 of 360 ~ 38.33'%

%46.11
%15.56
%38.33

CMYK color model

#A6388A color CMYK value is (0,66,17,35).

  • cyan value is 0.00%
  • magenta value is 66.27%
  • yellow value is 16.87%
  • key color value is 34.90%

CMYK: (0,66,17,35)
C0M66Y17K35 (0%, 66%, 17%, 35%)
(0.00 / 0.66 / 0.17 / 0.35)

CMYK percentages

%0
%66.27
%16.87
%34.9

Codes

Color #A6388A in popluar color models

A6 38 8A
RGB 166 56 138
HSL 315° 49.55% 43.53%
HSB/HSV 315° 66.27% 65.10%
CMYK 0.00% 66.27% 16.87%
34.90%

Color #A6388A in popluar number systems.

HEX A6 38 8A
Decimal 166 56 138
Binary 10100110 111000 10001010
Octal 246 70 212

Shades and tints

Shades of #A6388A

#A6388A
(166,56,138)
#97337E
(151,51,126)
#882E72
(136,46,114)
#792966
(121,41,102)
#6A245A
(106,36,90)
#5B1F4E
(91,31,78)
#4C1A42
(76,26,66)
#3D1536
(61,21,54)
#2E102A
(46,16,42)
#1F0B1E
(31,11,30)
#100612
(16,6,18)
#000000
(0,0,0)

Tints of #A6388A

#A6388A
(166,56,138)
#AE4A94
(174,74,148)
#B65C9E
(182,92,158)
#BE6EA8
(190,110,168)
#C680B2
(198,128,178)
#CE92BC
(206,146,188)
#D6A4C6
(214,164,198)
#DEB6D0
(222,182,208)
#E6C8DA
(230,200,218)
#EEDAE4
(238,218,228)
#F6ECEE
(246,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6388A color. Also use rgb(166,56,138) instead hex code.

Text Font Color

.myTextColor { color: #A6388A; }

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

This text font color is #A6388A.

Background Color

.myBgColor { background-color: #A6388A; }

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

This div background color is #A6388A.

Border color

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

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

This div border color is #A6388A.

Opacity

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

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

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

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

This text has shadow with #A6388A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6388A.

Preview

Color preview on black background

This text has color #A6388A on black background.


Color preview on white background

This text has color #A6388A on white background.


Black color preview on #A6388A background

This text has black color on #A6388A background.


White color preview on #A6388A background

This text has white color on #A6388A background.


Related colors

Complementary color

Complementary color for #hex is #59C775.


I love getcolorcode.com

Triadic colors

1 #8AA638 and #388AA6 with #A6388A are triadic colors.

2 #8A38A6 and #38A68A with #A6388A are triadic colors.