COLOR #A07FCA

HEX: #A07FCA RGB: (160,127,202)

Color info

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

RGB color model

#A07FCA color RGB value is (160,127,202).

RGB: (160,127,202) (63%, 50%, 79%)

RGB channels and saturation

R 160 of 255 = 63%
G 127 of 255 = 50%
B 202 of 255 = 79%

160
127
202

R + G + B ~ 64%. #A07FCA is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 127 + 202 = 489 (100%)
R 160 of 489 ~ 32.72%
G 127 of 489 ~ 25.97%
B 202 of 489 ~ 41.31'%

%32.72
%25.97
%41.31

CMYK color model

#A07FCA color CMYK value is (21,37,0,21).

  • cyan value is 20.79%
  • magenta value is 37.13%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (21,37,0,21)
C21M37Y0K21 (21%, 37%, 0%, 21%)
(0.21 / 0.37 / 0.00 / 0.21)

CMYK percentages

%20.79
%37.13
%0
%20.78

Codes

Color #A07FCA in popluar color models

A0 7F CA
RGB 160 127 202
HSL 266° 41.44% 64.51%
HSB/HSV 266° 37.13% 79.22%
CMYK 20.79% 37.13% 0.00%
20.78%

Color #A07FCA in popluar number systems.

HEX A0 7F CA
Decimal 160 127 202
Binary 10100000 1111111 11001010
Octal 240 177 312

Shades and tints

Shades of #A07FCA

#A07FCA
(160,127,202)
#9274B8
(146,116,184)
#8469A6
(132,105,166)
#765E94
(118,94,148)
#685382
(104,83,130)
#5A4870
(90,72,112)
#4C3D5E
(76,61,94)
#3E324C
(62,50,76)
#30273A
(48,39,58)
#221C28
(34,28,40)
#141116
(20,17,22)
#000000
(0,0,0)

Tints of #A07FCA

#A07FCA
(160,127,202)
#A88ACE
(168,138,206)
#B095D2
(176,149,210)
#B8A0D6
(184,160,214)
#C0ABDA
(192,171,218)
#C8B6DE
(200,182,222)
#D0C1E2
(208,193,226)
#D8CCE6
(216,204,230)
#E0D7EA
(224,215,234)
#E8E2EE
(232,226,238)
#F0EDF2
(240,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A07FCA color. Also use rgb(160,127,202) instead hex code.

Text Font Color

.myTextColor { color: #A07FCA; }

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

This text font color is #A07FCA.

Background Color

.myBgColor { background-color: #A07FCA; }

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

This div background color is #A07FCA.

Border color

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

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

This div border color is #A07FCA.

Opacity

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

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

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

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

This text has shadow with #A07FCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A07FCA.

Preview

Color preview on black background

This text has color #A07FCA on black background.


Color preview on white background

This text has color #A07FCA on white background.


Black color preview on #A07FCA background

This text has black color on #A07FCA background.


White color preview on #A07FCA background

This text has white color on #A07FCA background.


Related colors

Complementary color

Complementary color for #hex is #5F8035.


I love getcolorcode.com

Triadic colors

1 #CAA07F and #7FCAA0 with #A07FCA are triadic colors.

2 #CA7FA0 and #7FA0CA with #A07FCA are triadic colors.