COLOR #A35078

HEX: #A35078 RGB: (163,80,120)

Color info

#A35078 contains mainly red and blue colors. Web safe color of #A35078 is #996666 (or #966).

RGB color model

#A35078 color RGB value is (163,80,120).

RGB: (163,80,120) (64%, 31%, 47%)

RGB channels and saturation

R 163 of 255 = 64%
G 80 of 255 = 31%
B 120 of 255 = 47%

163
80
120

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

Portions of RGB colors in percentages

R + G + B = 163 + 80 + 120 = 363 (100%)
R 163 of 363 ~ 44.9%
G 80 of 363 ~ 22.04%
B 120 of 363 ~ 33.06'%

%44.9
%22.04
%33.06

CMYK color model

#A35078 color CMYK value is (0,51,26,36).

  • cyan value is 0.00%
  • magenta value is 50.92%
  • yellow value is 26.38%
  • key color value is 36.08%
CMYK: (0,51,26,36) C0M51Y26K36 (0%,51%,26%,36%) (0.00/0.51/0.26/0.36) 

CMYK percentages

%0
%50.92
%26.38
%36.08

Codes

Color #A35078 in popluar color models

A3 50 78
RGB 163 80 120
HSL 331° 34.16% 47.65%
HSB/HSV 331° 50.92% 63.92%
CMYK 0.00% 50.92% 26.38%
36.08%

Color #A35078 in popluar number systems.

HEX A3 50 78
Decimal 163 80 120
Binary 10100011 1010000 1111000
Octal 243 120 170

Shades and tints

Shades of #A35078

#A35078
(163,80,120)
#95496E
(149,73,110)
#874264
(135,66,100)
#793B5A
(121,59,90)
#6B3450
(107,52,80)
#5D2D46
(93,45,70)
#4F263C
(79,38,60)
#411F32
(65,31,50)
#331828
(51,24,40)
#25111E
(37,17,30)
#170A14
(23,10,20)
#000000
(0,0,0)

Tints of #A35078

#A35078
(163,80,120)
#AB5F84
(171,95,132)
#B36E90
(179,110,144)
#BB7D9C
(187,125,156)
#C38CA8
(195,140,168)
#CB9BB4
(203,155,180)
#D3AAC0
(211,170,192)
#DBB9CC
(219,185,204)
#E3C8D8
(227,200,216)
#EBD7E4
(235,215,228)
#F3E6F0
(243,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A35078 color. Also use rgb(163,80,120) instead hex code.

Text Font Color

.myTextColor { color: #A35078; }

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

This text font color is #A35078.

Background Color

.myBgColor { background-color: #A35078; }

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

This div background color is #A35078.

Border color

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

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

This div border color is #A35078.

Opacity

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

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

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

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

This text has shadow with #A35078 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A35078.

Preview

Color preview on black background

This text has color #A35078 on black background.


Color preview on white background

This text has color #A35078 on white background.


Black color preview on #A35078 background

This text has black color on #A35078 background.


White color preview on #A35078 background

This text has white color on #A35078 background.


Related colors

Complementary color

Complementary color for #hex is #5CAF87.


I love getcolorcode.com

Triadic colors

1 #78A350 and #5078A3 with #A35078 are triadic colors.

2 #7850A3 and #50A378 with #A35078 are triadic colors.