COLOR #A075B5

HEX: #A075B5
RGB: (160,117,181)

Color info

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

RGB color model

#A075B5 color RGB value is (160,117,181).

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

RGB channels and saturation

R 160 of 255 = 63%
G 117 of 255 = 46%
B 181 of 255 = 71%

160
117
181

R + G + B ~ 60%. #A075B5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
160 + 117 + 181 = 458 (100%)
R 160 of 458 ~ 34.93%
G 117 of 458 ~ 25.55%
B 181 of 458 ~ 39.52%

%34.93
%25.55
%39.52

CMYK color model

#A075B5 color CMYK value is (12,35,0,29).

  • cyan value is 11.60%
  • magenta value is 35.36%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(12,35,0,29)
C12M35Y0K29 
(12%,35%,0%,29%)
(0.12/0.35/0.00/0.29)	

CMYK percentages

%11.6
%35.36
%0
%29.02

Codes

Color #A075B5 in popluar color models

A075B5
RGB160117181
HSL280°30.19%58.43%
HSB/HSV280°35.36%70.98%
CMYK11.60%35.36%0.00%
29.02%

Color #A075B5 in popluar number systems.

HEXA075B5
Decimal160117181
Binary10100000111010110110101
Octal240165265

Shades and tints

Shades of #A075B5

#A075B5
(160,117,181)
#926BA5
(146,107,165)
#846195
(132,97,149)
#765785
(118,87,133)
#684D75
(104,77,117)
#5A4365
(90,67,101)
#4C3955
(76,57,85)
#3E2F45
(62,47,69)
#302535
(48,37,53)
#221B25
(34,27,37)
#141115
(20,17,21)
#000000
(0,0,0)

Tints of #A075B5

#A075B5
(160,117,181)
#A881BB
(168,129,187)
#B08DC1
(176,141,193)
#B899C7
(184,153,199)
#C0A5CD
(192,165,205)
#C8B1D3
(200,177,211)
#D0BDD9
(208,189,217)
#D8C9DF
(216,201,223)
#E0D5E5
(224,213,229)
#E8E1EB
(232,225,235)
#F0EDF1
(240,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A075B5; }

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

This text font color is #A075B5.


Background Color

.myBgColor { background-color: #A075B5; }

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

This div background color is #A075B5.


Border color

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

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

This div border color is #A075B5.


Opacity

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

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

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

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

This text has shadow with #A075B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A075B5 on black background.


Color preview on white background

This text has color #A075B5 on white background.



Black color preview on #A075B5 background

This text has black color on #A075B5 background.


White color preview on #A075B5 background

This text has white color on #A075B5 background.