COLOR #A075B3

HEX: #A075B3
RGB: (160,117,179)

Color info

#A075B3 contains mainly red and blue colors. Web safe color of #A075B3 is #996699 (or #969).

RGB color model

#A075B3 color RGB value is (160,117,179).

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

RGB channels and saturation

R 160 of 255 = 63%
G 117 of 255 = 46%
B 179 of 255 = 70%

160
117
179

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

Portions of RGB colors in percentages

R + G + B =
160 + 117 + 179 = 456 (100%)
R 160 of 456 ~ 35.09%
G 117 of 456 ~ 25.66%
B 179 of 456 ~ 39.25%

%35.09
%25.66
%39.25

CMYK color model

#A075B3 color CMYK value is (11,35,0,30).

  • cyan value is 10.61%
  • magenta value is 34.64%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(11,35,0,30)
C11M35Y0K30 
(11%,35%,0%,30%)
(0.11/0.35/0.00/0.30)	

CMYK percentages

%10.61
%34.64
%0
%29.8

Codes

Color #A075B3 in popluar color models

A075B3
RGB160117179
HSL282°28.97%58.04%
HSB/HSV282°34.64%70.20%
CMYK10.61%34.64%0.00%
29.80%

Color #A075B3 in popluar number systems.

HEXA075B3
Decimal160117179
Binary10100000111010110110011
Octal240165263

Shades and tints

Shades of #A075B3

#A075B3
(160,117,179)
#926BA3
(146,107,163)
#846193
(132,97,147)
#765783
(118,87,131)
#684D73
(104,77,115)
#5A4363
(90,67,99)
#4C3953
(76,57,83)
#3E2F43
(62,47,67)
#302533
(48,37,51)
#221B23
(34,27,35)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #A075B3

#A075B3
(160,117,179)
#A881B9
(168,129,185)
#B08DBF
(176,141,191)
#B899C5
(184,153,197)
#C0A5CB
(192,165,203)
#C8B1D1
(200,177,209)
#D0BDD7
(208,189,215)
#D8C9DD
(216,201,221)
#E0D5E3
(224,213,227)
#E8E1E9
(232,225,233)
#F0EDEF
(240,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A075B3; }

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

This text font color is #A075B3.


Background Color

.myBgColor { background-color: #A075B3; }

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

This div background color is #A075B3.


Border color

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

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

This div border color is #A075B3.


Opacity

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

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

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

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

This text has shadow with #A075B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A075B3 on black background.


Color preview on white background

This text has color #A075B3 on white background.



Black color preview on #A075B3 background

This text has black color on #A075B3 background.


White color preview on #A075B3 background

This text has white color on #A075B3 background.