COLOR #A07CA9

HEX: #A07CA9
RGB: (160,124,169)

Color info

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

RGB color model

#A07CA9 color RGB value is (160,124,169).

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

RGB channels and saturation

R 160 of 255 = 63%
G 124 of 255 = 49%
B 169 of 255 = 66%

160
124
169

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

Portions of RGB colors in percentages

R + G + B =
160 + 124 + 169 = 453 (100%)
R 160 of 453 ~ 35.32%
G 124 of 453 ~ 27.37%
B 169 of 453 ~ 37.31%

%35.32
%27.37
%37.31

CMYK color model

#A07CA9 color CMYK value is (5,27,0,34).

  • cyan value is 5.33%
  • magenta value is 26.63%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(5,27,0,34)
C5M27Y0K34 
(5%,27%,0%,34%)
(0.05/0.27/0.00/0.34)	

CMYK percentages

%5.33
%26.63
%0
%33.73

Codes

Color #A07CA9 in popluar color models

A07CA9
RGB160124169
HSL288°20.74%57.45%
HSB/HSV288°26.63%66.27%
CMYK5.33%26.63%0.00%
33.73%

Color #A07CA9 in popluar number systems.

HEXA07CA9
Decimal160124169
Binary10100000111110010101001
Octal240174251

Shades and tints

Shades of #A07CA9

#A07CA9
(160,124,169)
#92719A
(146,113,154)
#84668B
(132,102,139)
#765B7C
(118,91,124)
#68506D
(104,80,109)
#5A455E
(90,69,94)
#4C3A4F
(76,58,79)
#3E2F40
(62,47,64)
#302431
(48,36,49)
#221922
(34,25,34)
#140E13
(20,14,19)
#000000
(0,0,0)

Tints of #A07CA9

#A07CA9
(160,124,169)
#A887B0
(168,135,176)
#B092B7
(176,146,183)
#B89DBE
(184,157,190)
#C0A8C5
(192,168,197)
#C8B3CC
(200,179,204)
#D0BED3
(208,190,211)
#D8C9DA
(216,201,218)
#E0D4E1
(224,212,225)
#E8DFE8
(232,223,232)
#F0EAEF
(240,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A07CA9; }

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

This text font color is #A07CA9.


Background Color

.myBgColor { background-color: #A07CA9; }

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

This div background color is #A07CA9.


Border color

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

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

This div border color is #A07CA9.


Opacity

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

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

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

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

This text has shadow with #A07CA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A07CA9 on black background.


Color preview on white background

This text has color #A07CA9 on white background.



Black color preview on #A07CA9 background

This text has black color on #A07CA9 background.


White color preview on #A07CA9 background

This text has white color on #A07CA9 background.