COLOR #A55199

HEX: #A55199 RGB: (165,81,153)

Color info

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

RGB color model

#A55199 color RGB value is (165,81,153).

RGB: (165,81,153) (65%, 32%, 60%)

RGB channels and saturation

R 165 of 255 = 65%
G 81 of 255 = 32%
B 153 of 255 = 60%

165
81
153

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

Portions of RGB colors in percentages

R + G + B = 165 + 81 + 153 = 399 (100%)
R 165 of 399 ~ 41.35%
G 81 of 399 ~ 20.3%
B 153 of 399 ~ 38.35'%

%41.35
%20.3
%38.35

CMYK color model

#A55199 color CMYK value is (0,51,7,35).

  • cyan value is 0.00%
  • magenta value is 50.91%
  • yellow value is 7.27%
  • key color value is 35.29%

CMYK: (0,51,7,35)
C0M51Y7K35 (0%, 51%, 7%, 35%)
(0.00 / 0.51 / 0.07 / 0.35)

CMYK percentages

%0
%50.91
%7.27
%35.29

Codes

Color #A55199 in popluar color models

A5 51 99
RGB 165 81 153
HSL 309° 34.15% 48.24%
HSB/HSV 309° 50.91% 64.71%
CMYK 0.00% 50.91% 7.27%
35.29%

Color #A55199 in popluar number systems.

HEX A5 51 99
Decimal 165 81 153
Binary 10100101 1010001 10011001
Octal 245 121 231

Shades and tints

Shades of #A55199

#A55199
(165,81,153)
#964A8C
(150,74,140)
#87437F
(135,67,127)
#783C72
(120,60,114)
#693565
(105,53,101)
#5A2E58
(90,46,88)
#4B274B
(75,39,75)
#3C203E
(60,32,62)
#2D1931
(45,25,49)
#1E1224
(30,18,36)
#0F0B17
(15,11,23)
#000000
(0,0,0)

Tints of #A55199

#A55199
(165,81,153)
#AD60A2
(173,96,162)
#B56FAB
(181,111,171)
#BD7EB4
(189,126,180)
#C58DBD
(197,141,189)
#CD9CC6
(205,156,198)
#D5ABCF
(213,171,207)
#DDBAD8
(221,186,216)
#E5C9E1
(229,201,225)
#EDD8EA
(237,216,234)
#F5E7F3
(245,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A55199 color. Also use rgb(165,81,153) instead hex code.

Text Font Color

.myTextColor { color: #A55199; }

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

This text font color is #A55199.

Background Color

.myBgColor { background-color: #A55199; }

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

This div background color is #A55199.

Border color

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

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

This div border color is #A55199.

Opacity

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

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

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

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

This text has shadow with #A55199 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A55199.

Preview

Color preview on black background

This text has color #A55199 on black background.


Color preview on white background

This text has color #A55199 on white background.


Black color preview on #A55199 background

This text has black color on #A55199 background.


White color preview on #A55199 background

This text has white color on #A55199 background.


Related colors

Complementary color

Complementary color for #hex is #5AAE66.


I love getcolorcode.com

Triadic colors

1 #99A551 and #5199A5 with #A55199 are triadic colors.

2 #9951A5 and #51A599 with #A55199 are triadic colors.