COLOR #A075C3

HEX: #A075C3
RGB: (160,117,195)

Color info

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

RGB color model

#A075C3 color RGB value is (160,117,195).

  • red value is 160;
  • green value is 117;
  • blue value is 195.
RGB:
(160,117,195)
(63%,46%,76%)

RGB channels and saturation

R 160 of 255 = 63%
G 117 of 255 = 46%
B 195 of 255 = 76%

160
117
195

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

Portions of RGB colors in percentages

R + G + B =
160 + 117 + 195 = 472 (100%)
R 160 of 472 ~ 33.9%
G 117 of 472 ~ 24.79%
B 195 of 472 ~ 41.31%

%33.9
%24.79
%41.31

CMYK color model

#A075C3 color CMYK value is (18,40,0,24).

  • cyan value is 17.95%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(18,40,0,24)
C18M40Y0K24 
(18%,40%,0%,24%)
(0.18/0.40/0.00/0.24)	

CMYK percentages

%17.95
%40
%0
%23.53

Codes

Color #A075C3 in popluar color models

A075C3
RGB160117195
HSL273°39.39%61.18%
HSB/HSV273°40.00%76.47%
CMYK17.95%40.00%0.00%
23.53%

Color #A075C3 in popluar number systems.

HEXA075C3
Decimal160117195
Binary10100000111010111000011
Octal240165303

Shades and tints

Shades of #A075C3

#A075C3
(160,117,195)
#926BB2
(146,107,178)
#8461A1
(132,97,161)
#765790
(118,87,144)
#684D7F
(104,77,127)
#5A436E
(90,67,110)
#4C395D
(76,57,93)
#3E2F4C
(62,47,76)
#30253B
(48,37,59)
#221B2A
(34,27,42)
#141119
(20,17,25)
#000000
(0,0,0)

Tints of #A075C3

#A075C3
(160,117,195)
#A881C8
(168,129,200)
#B08DCD
(176,141,205)
#B899D2
(184,153,210)
#C0A5D7
(192,165,215)
#C8B1DC
(200,177,220)
#D0BDE1
(208,189,225)
#D8C9E6
(216,201,230)
#E0D5EB
(224,213,235)
#E8E1F0
(232,225,240)
#F0EDF5
(240,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A075C3 color. Also use rgb(160,117,195) instead hex code.

Text Font Color

.myTextColor { color: #A075C3; }

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

This text font color is #A075C3.


Background Color

.myBgColor { background-color: #A075C3; }

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

This div background color is #A075C3.


Border color

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

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

This div border color is #A075C3.


Opacity

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

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

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

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

This text has shadow with #A075C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A075C3 on black background.


Color preview on white background

This text has color #A075C3 on white background.



Black color preview on #A075C3 background

This text has black color on #A075C3 background.


White color preview on #A075C3 background

This text has white color on #A075C3 background.