COLOR #A074AA

HEX: #A074AA RGB: (160,116,170)

Color info

#A074AA contains red, green and blue colors in about the same proportion. Web safe color of #A074AA is #996699 (or #969).

RGB color model

#A074AA color RGB value is (160,116,170).

RGB: (160,116,170) (63%, 45%, 67%)

RGB channels and saturation

R 160 of 255 = 63%
G 116 of 255 = 45%
B 170 of 255 = 67%

160
116
170

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

Portions of RGB colors in percentages

R + G + B = 160 + 116 + 170 = 446 (100%)
R 160 of 446 ~ 35.87%
G 116 of 446 ~ 26.01%
B 170 of 446 ~ 38.12'%

%35.87
%26.01
%38.12

CMYK color model

#A074AA color CMYK value is (6,32,0,33).

  • cyan value is 5.88%
  • magenta value is 31.76%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (6,32,0,33)
C6M32Y0K33 (6%, 32%, 0%, 33%)
(0.06 / 0.32 / 0.00 / 0.33)

CMYK percentages

%5.88
%31.76
%0
%33.33

Codes

Color #A074AA in popluar color models

A0 74 AA
RGB 160 116 170
HSL 289° 24.11% 56.08%
HSB/HSV 289° 31.76% 66.67%
CMYK 5.88% 31.76% 0.00%
33.33%

Color #A074AA in popluar number systems.

HEX A0 74 AA
Decimal 160 116 170
Binary 10100000 1110100 10101010
Octal 240 164 252

Shades and tints

Shades of #A074AA

#A074AA
(160,116,170)
#926A9B
(146,106,155)
#84608C
(132,96,140)
#76567D
(118,86,125)
#684C6E
(104,76,110)
#5A425F
(90,66,95)
#4C3850
(76,56,80)
#3E2E41
(62,46,65)
#302432
(48,36,50)
#221A23
(34,26,35)
#141014
(20,16,20)
#000000
(0,0,0)

Tints of #A074AA

#A074AA
(160,116,170)
#A880B1
(168,128,177)
#B08CB8
(176,140,184)
#B898BF
(184,152,191)
#C0A4C6
(192,164,198)
#C8B0CD
(200,176,205)
#D0BCD4
(208,188,212)
#D8C8DB
(216,200,219)
#E0D4E2
(224,212,226)
#E8E0E9
(232,224,233)
#F0ECF0
(240,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A074AA color. Also use rgb(160,116,170) instead hex code.

Text Font Color

.myTextColor { color: #A074AA; }

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

This text font color is #A074AA.

Background Color

.myBgColor { background-color: #A074AA; }

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

This div background color is #A074AA.

Border color

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

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

This div border color is #A074AA.

Opacity

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

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

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

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

This text has shadow with #A074AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A074AA.

Preview

Color preview on black background

This text has color #A074AA on black background.


Color preview on white background

This text has color #A074AA on white background.


Black color preview on #A074AA background

This text has black color on #A074AA background.


White color preview on #A074AA background

This text has white color on #A074AA background.


Related colors

Complementary color

Complementary color for #hex is #5F8B55.


I love getcolorcode.com

Triadic colors

1 #AAA074 and #74AAA0 with #A074AA are triadic colors.

2 #AA74A0 and #74A0AA with #A074AA are triadic colors.