COLOR #A05999

HEX: #A05999 RGB: (160,89,153)

Color info

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

RGB color model

#A05999 color RGB value is (160,89,153).

RGB: (160,89,153) (63%, 35%, 60%)

RGB channels and saturation

R 160 of 255 = 63%
G 89 of 255 = 35%
B 153 of 255 = 60%

160
89
153

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

Portions of RGB colors in percentages

R + G + B = 160 + 89 + 153 = 402 (100%)
R 160 of 402 ~ 39.8%
G 89 of 402 ~ 22.14%
B 153 of 402 ~ 38.06'%

%39.8
%22.14
%38.06

CMYK color model

#A05999 color CMYK value is (0,44,4,37).

  • cyan value is 0.00%
  • magenta value is 44.38%
  • yellow value is 4.38%
  • key color value is 37.25%

CMYK: (0,44,4,37)
C0M44Y4K37 (0%, 44%, 4%, 37%)
(0.00 / 0.44 / 0.04 / 0.37)

CMYK percentages

%0
%44.38
%4.38
%37.25

Codes

Color #A05999 in popluar color models

A0 59 99
RGB 160 89 153
HSL 306° 28.51% 48.82%
HSB/HSV 306° 44.38% 62.75%
CMYK 0.00% 44.38% 4.38%
37.25%

Color #A05999 in popluar number systems.

HEX A0 59 99
Decimal 160 89 153
Binary 10100000 1011001 10011001
Octal 240 131 231

Shades and tints

Shades of #A05999

#A05999
(160,89,153)
#92518C
(146,81,140)
#84497F
(132,73,127)
#764172
(118,65,114)
#683965
(104,57,101)
#5A3158
(90,49,88)
#4C294B
(76,41,75)
#3E213E
(62,33,62)
#301931
(48,25,49)
#221124
(34,17,36)
#140917
(20,9,23)
#000000
(0,0,0)

Tints of #A05999

#A05999
(160,89,153)
#A868A2
(168,104,162)
#B077AB
(176,119,171)
#B886B4
(184,134,180)
#C095BD
(192,149,189)
#C8A4C6
(200,164,198)
#D0B3CF
(208,179,207)
#D8C2D8
(216,194,216)
#E0D1E1
(224,209,225)
#E8E0EA
(232,224,234)
#F0EFF3
(240,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A05999 color. Also use rgb(160,89,153) instead hex code.

Text Font Color

.myTextColor { color: #A05999; }

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

This text font color is #A05999.

Background Color

.myBgColor { background-color: #A05999; }

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

This div background color is #A05999.

Border color

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

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

This div border color is #A05999.

Opacity

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

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

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

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

This text has shadow with #A05999 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A05999.

Preview

Color preview on black background

This text has color #A05999 on black background.


Color preview on white background

This text has color #A05999 on white background.


Black color preview on #A05999 background

This text has black color on #A05999 background.


White color preview on #A05999 background

This text has white color on #A05999 background.


Related colors

Complementary color

Complementary color for #hex is #5FA666.


I love getcolorcode.com

Triadic colors

1 #99A059 and #5999A0 with #A05999 are triadic colors.

2 #9959A0 and #59A099 with #A05999 are triadic colors.