COLOR #A6348F

HEX: #A6348F
RGB: (166,52,143)

Color info

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

RGB color model

#A6348F color RGB value is (166,52,143).

  • red value is 166;
  • green value is 52;
  • blue value is 143.
RGB:
(166,52,143)
(65%,20%,56%)

RGB channels and saturation

R 166 of 255 = 65%
G 52 of 255 = 20%
B 143 of 255 = 56%

166
52
143

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

Portions of RGB colors in percentages

R + G + B =
166 + 52 + 143 = 361 (100%)
R 166 of 361 ~ 45.98%
G 52 of 361 ~ 14.4%
B 143 of 361 ~ 39.61%

%45.98
%14.4
%39.61

CMYK color model

#A6348F color CMYK value is (0,69,14,35).

  • cyan value is 0.00%
  • magenta value is 68.67%
  • yellow value is 13.86%
  • key color value is 34.90%
CMYK:
(0,69,14,35)
C0M69Y14K35 
(0%,69%,14%,35%)
(0.00/0.69/0.14/0.35)	

CMYK percentages

%0
%68.67
%13.86
%34.9

Codes

Color #A6348F in popluar color models

A6348F
RGB16652143
HSL312°52.29%42.75%
HSB/HSV312°68.67%65.10%
CMYK0.00%68.67%13.86%
34.90%

Color #A6348F in popluar number systems.

HEXA6348F
Decimal16652143
Binary1010011011010010001111
Octal24664217

Shades and tints

Shades of #A6348F

#A6348F
(166,52,143)
#973082
(151,48,130)
#882C75
(136,44,117)
#792868
(121,40,104)
#6A245B
(106,36,91)
#5B204E
(91,32,78)
#4C1C41
(76,28,65)
#3D1834
(61,24,52)
#2E1427
(46,20,39)
#1F101A
(31,16,26)
#100C0D
(16,12,13)
#000000
(0,0,0)

Tints of #A6348F

#A6348F
(166,52,143)
#AE4699
(174,70,153)
#B658A3
(182,88,163)
#BE6AAD
(190,106,173)
#C67CB7
(198,124,183)
#CE8EC1
(206,142,193)
#D6A0CB
(214,160,203)
#DEB2D5
(222,178,213)
#E6C4DF
(230,196,223)
#EED6E9
(238,214,233)
#F6E8F3
(246,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6348F color. Also use rgb(166,52,143) instead hex code.

Text Font Color

.myTextColor { color: #A6348F; }

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

This text font color is #A6348F.


Background Color

.myBgColor { background-color: #A6348F; }

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

This div background color is #A6348F.


Border color

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

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

This div border color is #A6348F.


Opacity

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

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

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

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

This text has shadow with #A6348F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6348F on black background.


Color preview on white background

This text has color #A6348F on white background.



Black color preview on #A6348F background

This text has black color on #A6348F background.


White color preview on #A6348F background

This text has white color on #A6348F background.