COLOR #A03395

HEX: #A03395 RGB: (160,51,149)

Color info

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

RGB color model

#A03395 color RGB value is (160,51,149).

RGB: (160,51,149) (63%, 20%, 58%)

RGB channels and saturation

R 160 of 255 = 63%
G 51 of 255 = 20%
B 149 of 255 = 58%

160
51
149

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

Portions of RGB colors in percentages

R + G + B = 160 + 51 + 149 = 360 (100%)
R 160 of 360 ~ 44.44%
G 51 of 360 ~ 14.17%
B 149 of 360 ~ 41.39'%

%44.44
%14.17
%41.39

CMYK color model

#A03395 color CMYK value is (0,68,7,37).

  • cyan value is 0.00%
  • magenta value is 68.13%
  • yellow value is 6.87%
  • key color value is 37.25%

CMYK: (0,68,7,37)
C0M68Y7K37 (0%, 68%, 7%, 37%)
(0.00 / 0.68 / 0.07 / 0.37)

CMYK percentages

%0
%68.13
%6.87
%37.25

Codes

Color #A03395 in popluar color models

A0 33 95
RGB 160 51 149
HSL 306° 51.66% 41.37%
HSB/HSV 306° 68.13% 62.75%
CMYK 0.00% 68.13% 6.87%
37.25%

Color #A03395 in popluar number systems.

HEX A0 33 95
Decimal 160 51 149
Binary 10100000 110011 10010101
Octal 240 63 225

Shades and tints

Shades of #A03395

#A03395
(160,51,149)
#922F88
(146,47,136)
#842B7B
(132,43,123)
#76276E
(118,39,110)
#682361
(104,35,97)
#5A1F54
(90,31,84)
#4C1B47
(76,27,71)
#3E173A
(62,23,58)
#30132D
(48,19,45)
#220F20
(34,15,32)
#140B13
(20,11,19)
#000000
(0,0,0)

Tints of #A03395

#A03395
(160,51,149)
#A8459E
(168,69,158)
#B057A7
(176,87,167)
#B869B0
(184,105,176)
#C07BB9
(192,123,185)
#C88DC2
(200,141,194)
#D09FCB
(208,159,203)
#D8B1D4
(216,177,212)
#E0C3DD
(224,195,221)
#E8D5E6
(232,213,230)
#F0E7EF
(240,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A03395 color. Also use rgb(160,51,149) instead hex code.

Text Font Color

.myTextColor { color: #A03395; }

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

This text font color is #A03395.

Background Color

.myBgColor { background-color: #A03395; }

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

This div background color is #A03395.

Border color

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

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

This div border color is #A03395.

Opacity

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

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

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

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

This text has shadow with #A03395 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A03395.

Preview

Color preview on black background

This text has color #A03395 on black background.


Color preview on white background

This text has color #A03395 on white background.


Black color preview on #A03395 background

This text has black color on #A03395 background.


White color preview on #A03395 background

This text has white color on #A03395 background.


Related colors

Complementary color

Complementary color for #hex is #5FCC6A.


I love getcolorcode.com

Triadic colors

1 #95A033 and #3395A0 with #A03395 are triadic colors.

2 #9533A0 and #33A095 with #A03395 are triadic colors.