COLOR #A75AA2

HEX: #A75AA2 RGB: (167,90,162)

Color info

#A75AA2 contains mainly red and blue colors. Web safe color of #A75AA2 is #996699 (or #969).

RGB color model

#A75AA2 color RGB value is (167,90,162).

RGB: (167,90,162) (65%, 35%, 64%)

RGB channels and saturation

R 167 of 255 = 65%
G 90 of 255 = 35%
B 162 of 255 = 64%

167
90
162

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

Portions of RGB colors in percentages

R + G + B = 167 + 90 + 162 = 419 (100%)
R 167 of 419 ~ 39.86%
G 90 of 419 ~ 21.48%
B 162 of 419 ~ 38.66'%

%39.86
%21.48
%38.66

CMYK color model

#A75AA2 color CMYK value is (0,46,3,35).

  • cyan value is 0.00%
  • magenta value is 46.11%
  • yellow value is 2.99%
  • key color value is 34.51%

CMYK: (0,46,3,35)
C0M46Y3K35 (0%, 46%, 3%, 35%)
(0.00 / 0.46 / 0.03 / 0.35)

CMYK percentages

%0
%46.11
%2.99
%34.51

Codes

Color #A75AA2 in popluar color models

A7 5A A2
RGB 167 90 162
HSL 304° 30.43% 50.39%
HSB/HSV 304° 46.11% 65.49%
CMYK 0.00% 46.11% 2.99%
34.51%

Color #A75AA2 in popluar number systems.

HEX A7 5A A2
Decimal 167 90 162
Binary 10100111 1011010 10100010
Octal 247 132 242

Shades and tints

Shades of #A75AA2

#A75AA2
(167,90,162)
#985294
(152,82,148)
#894A86
(137,74,134)
#7A4278
(122,66,120)
#6B3A6A
(107,58,106)
#5C325C
(92,50,92)
#4D2A4E
(77,42,78)
#3E2240
(62,34,64)
#2F1A32
(47,26,50)
#201224
(32,18,36)
#110A16
(17,10,22)
#000000
(0,0,0)

Tints of #A75AA2

#A75AA2
(167,90,162)
#AF69AA
(175,105,170)
#B778B2
(183,120,178)
#BF87BA
(191,135,186)
#C796C2
(199,150,194)
#CFA5CA
(207,165,202)
#D7B4D2
(215,180,210)
#DFC3DA
(223,195,218)
#E7D2E2
(231,210,226)
#EFE1EA
(239,225,234)
#F7F0F2
(247,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A75AA2 color. Also use rgb(167,90,162) instead hex code.

Text Font Color

.myTextColor { color: #A75AA2; }

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

This text font color is #A75AA2.

Background Color

.myBgColor { background-color: #A75AA2; }

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

This div background color is #A75AA2.

Border color

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

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

This div border color is #A75AA2.

Opacity

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

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

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

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

This text has shadow with #A75AA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A75AA2.

Preview

Color preview on black background

This text has color #A75AA2 on black background.


Color preview on white background

This text has color #A75AA2 on white background.


Black color preview on #A75AA2 background

This text has black color on #A75AA2 background.


White color preview on #A75AA2 background

This text has white color on #A75AA2 background.


Related colors

Complementary color

Complementary color for #hex is #58A55D.


I love getcolorcode.com

Triadic colors

1 #A2A75A and #5AA2A7 with #A75AA2 are triadic colors.

2 #A25AA7 and #5AA7A2 with #A75AA2 are triadic colors.