COLOR #A07CBD

HEX: #A07CBD
RGB: (160,124,189)

Color info

#A07CBD contains mainly red and blue colors. Web safe color of #A07CBD is #9966CC (or #96C).

RGB color model

#A07CBD color RGB value is (160,124,189).

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

RGB channels and saturation

R 160 of 255 = 63%
G 124 of 255 = 49%
B 189 of 255 = 74%

160
124
189

R + G + B ~ 62%. #A07CBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 124 + 189 = 473 (100%)
R 160 of 473 ~ 33.83%
G 124 of 473 ~ 26.22%
B 189 of 473 ~ 39.96%

%33.83
%26.22
%39.96

CMYK color model

#A07CBD color CMYK value is (15,34,0,26).

  • cyan value is 15.34%
  • magenta value is 34.39%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(15,34,0,26)
C15M34Y0K26 
(15%,34%,0%,26%)
(0.15/0.34/0.00/0.26)	

CMYK percentages

%15.34
%34.39
%0
%25.88

Codes

Color #A07CBD in popluar color models

A07CBD
RGB160124189
HSL273°32.99%61.37%
HSB/HSV273°34.39%74.12%
CMYK15.34%34.39%0.00%
25.88%

Color #A07CBD in popluar number systems.

HEXA07CBD
Decimal160124189
Binary10100000111110010111101
Octal240174275

Shades and tints

Shades of #A07CBD

#A07CBD
(160,124,189)
#9271AC
(146,113,172)
#84669B
(132,102,155)
#765B8A
(118,91,138)
#685079
(104,80,121)
#5A4568
(90,69,104)
#4C3A57
(76,58,87)
#3E2F46
(62,47,70)
#302435
(48,36,53)
#221924
(34,25,36)
#140E13
(20,14,19)
#000000
(0,0,0)

Tints of #A07CBD

#A07CBD
(160,124,189)
#A887C3
(168,135,195)
#B092C9
(176,146,201)
#B89DCF
(184,157,207)
#C0A8D5
(192,168,213)
#C8B3DB
(200,179,219)
#D0BEE1
(208,190,225)
#D8C9E7
(216,201,231)
#E0D4ED
(224,212,237)
#E8DFF3
(232,223,243)
#F0EAF9
(240,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A07CBD; }

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

This text font color is #A07CBD.


Background Color

.myBgColor { background-color: #A07CBD; }

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

This div background color is #A07CBD.


Border color

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

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

This div border color is #A07CBD.


Opacity

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

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

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

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

This text has shadow with #A07CBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A07CBD on black background.


Color preview on white background

This text has color #A07CBD on white background.



Black color preview on #A07CBD background

This text has black color on #A07CBD background.


White color preview on #A07CBD background

This text has white color on #A07CBD background.