COLOR #A07CAC

HEX: #A07CAC
RGB: (160,124,172)

Color info

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

RGB color model

#A07CAC color RGB value is (160,124,172).

  • red value is 160;
  • green value is 124;
  • blue value is 172.
RGB:
(160,124,172)
(63%,49%,67%)

RGB channels and saturation

R 160 of 255 = 63%
G 124 of 255 = 49%
B 172 of 255 = 67%

160
124
172

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

Portions of RGB colors in percentages

R + G + B =
160 + 124 + 172 = 456 (100%)
R 160 of 456 ~ 35.09%
G 124 of 456 ~ 27.19%
B 172 of 456 ~ 37.72%

%35.09
%27.19
%37.72

CMYK color model

#A07CAC color CMYK value is (7,28,0,33).

  • cyan value is 6.98%
  • magenta value is 27.91%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(7,28,0,33)
C7M28Y0K33 
(7%,28%,0%,33%)
(0.07/0.28/0.00/0.33)	

CMYK percentages

%6.98
%27.91
%0
%32.55

Codes

Color #A07CAC in popluar color models

A07CAC
RGB160124172
HSL285°22.43%58.04%
HSB/HSV285°27.91%67.45%
CMYK6.98%27.91%0.00%
32.55%

Color #A07CAC in popluar number systems.

HEXA07CAC
Decimal160124172
Binary10100000111110010101100
Octal240174254

Shades and tints

Shades of #A07CAC

#A07CAC
(160,124,172)
#92719D
(146,113,157)
#84668E
(132,102,142)
#765B7F
(118,91,127)
#685070
(104,80,112)
#5A4561
(90,69,97)
#4C3A52
(76,58,82)
#3E2F43
(62,47,67)
#302434
(48,36,52)
#221925
(34,25,37)
#140E16
(20,14,22)
#000000
(0,0,0)

Tints of #A07CAC

#A07CAC
(160,124,172)
#A887B3
(168,135,179)
#B092BA
(176,146,186)
#B89DC1
(184,157,193)
#C0A8C8
(192,168,200)
#C8B3CF
(200,179,207)
#D0BED6
(208,190,214)
#D8C9DD
(216,201,221)
#E0D4E4
(224,212,228)
#E8DFEB
(232,223,235)
#F0EAF2
(240,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A07CAC color. Also use rgb(160,124,172) instead hex code.

Text Font Color

.myTextColor { color: #A07CAC; }

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

This text font color is #A07CAC.


Background Color

.myBgColor { background-color: #A07CAC; }

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

This div background color is #A07CAC.


Border color

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

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

This div border color is #A07CAC.


Opacity

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

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

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

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

This text has shadow with #A07CAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A07CAC on black background.


Color preview on white background

This text has color #A07CAC on white background.



Black color preview on #A07CAC background

This text has black color on #A07CAC background.


White color preview on #A07CAC background

This text has white color on #A07CAC background.