COLOR #A07CB4

HEX: #A07CB4 RGB: (160,124,180)

Color info

#A07CB4 contains red, green and blue colors in about the same proportion. Web safe color of #A07CB4 is #9966CC (or #96C).

RGB color model

#A07CB4 color RGB value is (160,124,180).

RGB: (160,124,180) (63%, 49%, 71%)

RGB channels and saturation

R 160 of 255 = 63%
G 124 of 255 = 49%
B 180 of 255 = 71%

160
124
180

R + G + B ~ 61%. #A07CB4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 124 + 180 = 464 (100%)
R 160 of 464 ~ 34.48%
G 124 of 464 ~ 26.72%
B 180 of 464 ~ 38.79'%

%34.48
%26.72
%38.79

CMYK color model

#A07CB4 color CMYK value is (11,31,0,29).

  • cyan value is 11.11%
  • magenta value is 31.11%
  • yellow value is 0.00%
  • key color value is 29.41%

CMYK: (11,31,0,29)
C11M31Y0K29 (11%, 31%, 0%, 29%)
(0.11 / 0.31 / 0.00 / 0.29)

CMYK percentages

%11.11
%31.11
%0
%29.41

Codes

Color #A07CB4 in popluar color models

A0 7C B4
RGB 160 124 180
HSL 279° 27.18% 59.61%
HSB/HSV 279° 31.11% 70.59%
CMYK 11.11% 31.11% 0.00%
29.41%

Color #A07CB4 in popluar number systems.

HEX A0 7C B4
Decimal 160 124 180
Binary 10100000 1111100 10110100
Octal 240 174 264

Shades and tints

Shades of #A07CB4

#A07CB4
(160,124,180)
#9271A4
(146,113,164)
#846694
(132,102,148)
#765B84
(118,91,132)
#685074
(104,80,116)
#5A4564
(90,69,100)
#4C3A54
(76,58,84)
#3E2F44
(62,47,68)
#302434
(48,36,52)
#221924
(34,25,36)
#140E14
(20,14,20)
#000000
(0,0,0)

Tints of #A07CB4

#A07CB4
(160,124,180)
#A887BA
(168,135,186)
#B092C0
(176,146,192)
#B89DC6
(184,157,198)
#C0A8CC
(192,168,204)
#C8B3D2
(200,179,210)
#D0BED8
(208,190,216)
#D8C9DE
(216,201,222)
#E0D4E4
(224,212,228)
#E8DFEA
(232,223,234)
#F0EAF0
(240,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A07CB4; }

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

This text font color is #A07CB4.

Background Color

.myBgColor { background-color: #A07CB4; }

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

This div background color is #A07CB4.

Border color

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

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

This div border color is #A07CB4.

Opacity

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

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

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

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

This text has shadow with #A07CB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A07CB4.

Preview

Color preview on black background

This text has color #A07CB4 on black background.


Color preview on white background

This text has color #A07CB4 on white background.


Black color preview on #A07CB4 background

This text has black color on #A07CB4 background.


White color preview on #A07CB4 background

This text has white color on #A07CB4 background.


Related colors

Complementary color

Complementary color for #hex is #5F834B.


I love getcolorcode.com

Triadic colors

1 #B4A07C and #7CB4A0 with #A07CB4 are triadic colors.

2 #B47CA0 and #7CA0B4 with #A07CB4 are triadic colors.