COLOR #A8336C

HEX: #A8336C
RGB: (168,51,108)

Color info

#A8336C contains mainly red color. Web safe color of #A8336C is #993366 (or #936).

RGB color model

#A8336C color RGB value is (168,51,108).

  • red value is 168;
  • green value is 51;
  • blue value is 108.
RGB:
(168,51,108)
(66%,20%,42%)

RGB channels and saturation

R 168 of 255 = 66%
G 51 of 255 = 20%
B 108 of 255 = 42%

168
51
108

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

Portions of RGB colors in percentages

R + G + B =
168 + 51 + 108 = 327 (100%)
R 168 of 327 ~ 51.38%
G 51 of 327 ~ 15.6%
B 108 of 327 ~ 33.03%

%51.38
%15.6
%33.03

CMYK color model

#A8336C color CMYK value is (0,70,36,34).

  • cyan value is 0.00%
  • magenta value is 69.64%
  • yellow value is 35.71%
  • key color value is 34.12%
CMYK:
(0,70,36,34)
C0M70Y36K34 
(0%,70%,36%,34%)
(0.00/0.70/0.36/0.34)	

CMYK percentages

%0
%69.64
%35.71
%34.12

Codes

Color #A8336C in popluar color models

A8336C
RGB16851108
HSL331°53.42%42.94%
HSB/HSV331°69.64%65.88%
CMYK0.00%69.64%35.71%
34.12%

Color #A8336C in popluar number systems.

HEXA8336C
Decimal16851108
Binary101010001100111101100
Octal25063154

Shades and tints

Shades of #A8336C

#A8336C
(168,51,108)
#992F63
(153,47,99)
#8A2B5A
(138,43,90)
#7B2751
(123,39,81)
#6C2348
(108,35,72)
#5D1F3F
(93,31,63)
#4E1B36
(78,27,54)
#3F172D
(63,23,45)
#301324
(48,19,36)
#210F1B
(33,15,27)
#120B12
(18,11,18)
#000000
(0,0,0)

Tints of #A8336C

#A8336C
(168,51,108)
#AF4579
(175,69,121)
#B65786
(182,87,134)
#BD6993
(189,105,147)
#C47BA0
(196,123,160)
#CB8DAD
(203,141,173)
#D29FBA
(210,159,186)
#D9B1C7
(217,177,199)
#E0C3D4
(224,195,212)
#E7D5E1
(231,213,225)
#EEE7EE
(238,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8336C color. Also use rgb(168,51,108) instead hex code.

Text Font Color

.myTextColor { color: #A8336C; }

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

This text font color is #A8336C.


Background Color

.myBgColor { background-color: #A8336C; }

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

This div background color is #A8336C.


Border color

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

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

This div border color is #A8336C.


Opacity

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

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

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

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

This text has shadow with #A8336C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8336C on black background.


Color preview on white background

This text has color #A8336C on white background.



Black color preview on #A8336C background

This text has black color on #A8336C background.


White color preview on #A8336C background

This text has white color on #A8336C background.