COLOR #A07DA3

HEX: #A07DA3 RGB: (160,125,163)

Color info

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

RGB color model

#A07DA3 color RGB value is (160,125,163).

RGB: (160,125,163) (63%, 49%, 64%)

RGB channels and saturation

R 160 of 255 = 63%
G 125 of 255 = 49%
B 163 of 255 = 64%

160
125
163

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

Portions of RGB colors in percentages

R + G + B = 160 + 125 + 163 = 448 (100%)
R 160 of 448 ~ 35.71%
G 125 of 448 ~ 27.9%
B 163 of 448 ~ 36.38'%

%35.71
%27.9
%36.38

CMYK color model

#A07DA3 color CMYK value is (2,23,0,36).

  • cyan value is 1.84%
  • magenta value is 23.31%
  • yellow value is 0.00%
  • key color value is 36.08%

CMYK: (2,23,0,36)
C2M23Y0K36 (2%, 23%, 0%, 36%)
(0.02 / 0.23 / 0.00 / 0.36)

CMYK percentages

%1.84
%23.31
%0
%36.08

Codes

Color #A07DA3 in popluar color models

A0 7D A3
RGB 160 125 163
HSL 295° 17.12% 56.47%
HSB/HSV 295° 23.31% 63.92%
CMYK 1.84% 23.31% 0.00%
36.08%

Color #A07DA3 in popluar number systems.

HEX A0 7D A3
Decimal 160 125 163
Binary 10100000 1111101 10100011
Octal 240 175 243

Shades and tints

Shades of #A07DA3

#A07DA3
(160,125,163)
#927295
(146,114,149)
#846787
(132,103,135)
#765C79
(118,92,121)
#68516B
(104,81,107)
#5A465D
(90,70,93)
#4C3B4F
(76,59,79)
#3E3041
(62,48,65)
#302533
(48,37,51)
#221A25
(34,26,37)
#140F17
(20,15,23)
#000000
(0,0,0)

Tints of #A07DA3

#A07DA3
(160,125,163)
#A888AB
(168,136,171)
#B093B3
(176,147,179)
#B89EBB
(184,158,187)
#C0A9C3
(192,169,195)
#C8B4CB
(200,180,203)
#D0BFD3
(208,191,211)
#D8CADB
(216,202,219)
#E0D5E3
(224,213,227)
#E8E0EB
(232,224,235)
#F0EBF3
(240,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A07DA3 color. Also use rgb(160,125,163) instead hex code.

Text Font Color

.myTextColor { color: #A07DA3; }

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

This text font color is #A07DA3.

Background Color

.myBgColor { background-color: #A07DA3; }

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

This div background color is #A07DA3.

Border color

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

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

This div border color is #A07DA3.

Opacity

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

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

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

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

This text has shadow with #A07DA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A07DA3.

Preview

Color preview on black background

This text has color #A07DA3 on black background.


Color preview on white background

This text has color #A07DA3 on white background.


Black color preview on #A07DA3 background

This text has black color on #A07DA3 background.


White color preview on #A07DA3 background

This text has white color on #A07DA3 background.


Related colors

Complementary color

Complementary color for #hex is #5F825C.


I love getcolorcode.com

Triadic colors

1 #A3A07D and #7DA3A0 with #A07DA3 are triadic colors.

2 #A37DA0 and #7DA0A3 with #A07DA3 are triadic colors.