COLOR #A07CE7

HEX: #A07CE7
RGB: (160,124,231)

Color info

#A07CE7 contains mainly blue color. Web safe color of #A07CE7 is #9966FF (or #96F).

RGB color model

#A07CE7 color RGB value is (160,124,231).

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

RGB channels and saturation

R 160 of 255 = 63%
G 124 of 255 = 49%
B 231 of 255 = 91%

160
124
231

R + G + B ~ 68%. #A07CE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 124 + 231 = 515 (100%)
R 160 of 515 ~ 31.07%
G 124 of 515 ~ 24.08%
B 231 of 515 ~ 44.85%

%31.07
%24.08
%44.85

CMYK color model

#A07CE7 color CMYK value is (31,46,0,9).

  • cyan value is 30.74%
  • magenta value is 46.32%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(31,46,0,9)
C31M46Y0K9 
(31%,46%,0%,9%)
(0.31/0.46/0.00/0.09)	

CMYK percentages

%30.74
%46.32
%0
%9.41

Codes

Color #A07CE7 in popluar color models

A07CE7
RGB160124231
HSL260°69.03%69.61%
HSB/HSV260°46.32%90.59%
CMYK30.74%46.32%0.00%
9.41%

Color #A07CE7 in popluar number systems.

HEXA07CE7
Decimal160124231
Binary10100000111110011100111
Octal240174347

Shades and tints

Shades of #A07CE7

#A07CE7
(160,124,231)
#9271D2
(146,113,210)
#8466BD
(132,102,189)
#765BA8
(118,91,168)
#685093
(104,80,147)
#5A457E
(90,69,126)
#4C3A69
(76,58,105)
#3E2F54
(62,47,84)
#30243F
(48,36,63)
#22192A
(34,25,42)
#140E15
(20,14,21)
#000000
(0,0,0)

Tints of #A07CE7

#A07CE7
(160,124,231)
#A887E9
(168,135,233)
#B092EB
(176,146,235)
#B89DED
(184,157,237)
#C0A8EF
(192,168,239)
#C8B3F1
(200,179,241)
#D0BEF3
(208,190,243)
#D8C9F5
(216,201,245)
#E0D4F7
(224,212,247)
#E8DFF9
(232,223,249)
#F0EAFB
(240,234,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A07CE7; }

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

This text font color is #A07CE7.


Background Color

.myBgColor { background-color: #A07CE7; }

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

This div background color is #A07CE7.


Border color

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

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

This div border color is #A07CE7.


Opacity

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

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

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

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

This text has shadow with #A07CE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A07CE7 on black background.


Color preview on white background

This text has color #A07CE7 on white background.



Black color preview on #A07CE7 background

This text has black color on #A07CE7 background.


White color preview on #A07CE7 background

This text has white color on #A07CE7 background.