COLOR #A07BA8

HEX: #A07BA8 RGB: (160,123,168)

Color info

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

RGB color model

#A07BA8 color RGB value is (160,123,168).

RGB: (160,123,168) (63%, 48%, 66%)

RGB channels and saturation

R 160 of 255 = 63%
G 123 of 255 = 48%
B 168 of 255 = 66%

160
123
168

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

Portions of RGB colors in percentages

R + G + B = 160 + 123 + 168 = 451 (100%)
R 160 of 451 ~ 35.48%
G 123 of 451 ~ 27.27%
B 168 of 451 ~ 37.25'%

%35.48
%27.27
%37.25

CMYK color model

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

  • cyan value is 4.76%
  • magenta value is 26.79%
  • yellow value is 0.00%
  • key color value is 34.12%

CMYK: (5,27,0,34)
C5M27Y0K34 (5%, 27%, 0%, 34%)
(0.05 / 0.27 / 0.00 / 0.34)

CMYK percentages

%4.76
%26.79
%0
%34.12

Codes

Color #A07BA8 in popluar color models

A0 7B A8
RGB 160 123 168
HSL 289° 20.55% 57.06%
HSB/HSV 289° 26.79% 65.88%
CMYK 4.76% 26.79% 0.00%
34.12%

Color #A07BA8 in popluar number systems.

HEX A0 7B A8
Decimal 160 123 168
Binary 10100000 1111011 10101000
Octal 240 173 250

Shades and tints

Shades of #A07BA8

#A07BA8
(160,123,168)
#927099
(146,112,153)
#84658A
(132,101,138)
#765A7B
(118,90,123)
#684F6C
(104,79,108)
#5A445D
(90,68,93)
#4C394E
(76,57,78)
#3E2E3F
(62,46,63)
#302330
(48,35,48)
#221821
(34,24,33)
#140D12
(20,13,18)
#000000
(0,0,0)

Tints of #A07BA8

#A07BA8
(160,123,168)
#A887AF
(168,135,175)
#B093B6
(176,147,182)
#B89FBD
(184,159,189)
#C0ABC4
(192,171,196)
#C8B7CB
(200,183,203)
#D0C3D2
(208,195,210)
#D8CFD9
(216,207,217)
#E0DBE0
(224,219,224)
#E8E7E7
(232,231,231)
#F0F3EE
(240,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A07BA8 color. Also use rgb(160,123,168) instead hex code.

Text Font Color

.myTextColor { color: #A07BA8; }

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

This text font color is #A07BA8.

Background Color

.myBgColor { background-color: #A07BA8; }

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

This div background color is #A07BA8.

Border color

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

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

This div border color is #A07BA8.

Opacity

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

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

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

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

This text has shadow with #A07BA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A07BA8.

Preview

Color preview on black background

This text has color #A07BA8 on black background.


Color preview on white background

This text has color #A07BA8 on white background.


Black color preview on #A07BA8 background

This text has black color on #A07BA8 background.


White color preview on #A07BA8 background

This text has white color on #A07BA8 background.


Related colors

Complementary color

Complementary color for #hex is #5F8457.


I love getcolorcode.com

Triadic colors

1 #A8A07B and #7BA8A0 with #A07BA8 are triadic colors.

2 #A87BA0 and #7BA0A8 with #A07BA8 are triadic colors.