COLOR #A075A7

HEX: #A075A7
RGB: (160,117,167)

Color info

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

RGB color model

#A075A7 color RGB value is (160,117,167).

  • red value is 160;
  • green value is 117;
  • blue value is 167.
RGB:
(160,117,167)
(63%,46%,65%)

RGB channels and saturation

R 160 of 255 = 63%
G 117 of 255 = 46%
B 167 of 255 = 65%

160
117
167

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

Portions of RGB colors in percentages

R + G + B =
160 + 117 + 167 = 444 (100%)
R 160 of 444 ~ 36.04%
G 117 of 444 ~ 26.35%
B 167 of 444 ~ 37.61%

%36.04
%26.35
%37.61

CMYK color model

#A075A7 color CMYK value is (4,30,0,35).

  • cyan value is 4.19%
  • magenta value is 29.94%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(4,30,0,35)
C4M30Y0K35 
(4%,30%,0%,35%)
(0.04/0.30/0.00/0.35)	

CMYK percentages

%4.19
%29.94
%0
%34.51

Codes

Color #A075A7 in popluar color models

A075A7
RGB160117167
HSL292°22.12%55.69%
HSB/HSV292°29.94%65.49%
CMYK4.19%29.94%0.00%
34.51%

Color #A075A7 in popluar number systems.

HEXA075A7
Decimal160117167
Binary10100000111010110100111
Octal240165247

Shades and tints

Shades of #A075A7

#A075A7
(160,117,167)
#926B98
(146,107,152)
#846189
(132,97,137)
#76577A
(118,87,122)
#684D6B
(104,77,107)
#5A435C
(90,67,92)
#4C394D
(76,57,77)
#3E2F3E
(62,47,62)
#30252F
(48,37,47)
#221B20
(34,27,32)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #A075A7

#A075A7
(160,117,167)
#A881AF
(168,129,175)
#B08DB7
(176,141,183)
#B899BF
(184,153,191)
#C0A5C7
(192,165,199)
#C8B1CF
(200,177,207)
#D0BDD7
(208,189,215)
#D8C9DF
(216,201,223)
#E0D5E7
(224,213,231)
#E8E1EF
(232,225,239)
#F0EDF7
(240,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A075A7 color. Also use rgb(160,117,167) instead hex code.

Text Font Color

.myTextColor { color: #A075A7; }

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

This text font color is #A075A7.


Background Color

.myBgColor { background-color: #A075A7; }

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

This div background color is #A075A7.


Border color

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

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

This div border color is #A075A7.


Opacity

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

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

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

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

This text has shadow with #A075A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A075A7 on black background.


Color preview on white background

This text has color #A075A7 on white background.



Black color preview on #A075A7 background

This text has black color on #A075A7 background.


White color preview on #A075A7 background

This text has white color on #A075A7 background.